Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-04 | c6x: allow to build bare-metal toolchain | Waldemar Brodkorb | |
2023-02-03 | binutils: update to 2.40 | Waldemar Brodkorb | |
2023-01-24 | fix sh2 toolchain building | Waldemar Brodkorb | |
2023-01-23 | elf2flt: depends version on binfmt flat | Waldemar Brodkorb | |
2023-01-21 | bfin needs older elf2flt to link busybox successfully | Waldemar Brodkorb | |
2023-01-19 | rpi4: fix serial console output | Waldemar Brodkorb | |
2023-01-19 | riscv32: add basic nommu support | Waldemar Brodkorb | |
2022-12-26 | use mmcblk0 for rootfs on rockpi4-plus | Waldemar Brodkorb | |
2022-12-25 | use rockpi4 b plus dtb instead of c, fixes bootup. | Waldemar Brodkorb | |
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works. | |||
2022-12-19 | Add support for Banana PI M2 Zero | Waldemar Brodkorb | |
2022-09-22 | add support for STM32F746G-DISCO device | Waldemar Brodkorb | |
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support. | |||
2022-08-30 | gcc: update to 9.5.0 | Waldemar Brodkorb | |
2022-08-29 | gcc: update to 10.4.0 | Waldemar Brodkorb | |
2022-08-29 | gcc: update to 12.2.0 | Waldemar Brodkorb | |
2022-08-19 | binutils: 2.39 removed support for nds32 | Waldemar Brodkorb | |
2022-08-19 | loongarch: use special linux version, boots up now | Waldemar Brodkorb | |
2022-08-11 | add basic loongarch support, qemu does not boot the kernel, yet | Waldemar Brodkorb | |
2022-08-11 | binutils: update to 2.39 | Waldemar Brodkorb | |
2022-08-11 | uclibc-ng: update to 1.0.42 | Waldemar Brodkorb | |
2022-08-03 | gcc: add 12.1 | Waldemar Brodkorb | |
2022-08-03 | glibc: update to 2.36 | Waldemar Brodkorb | |
2022-05-20 | uclibc-ng: update to 1.0.41 | Waldemar Brodkorb | |
2022-05-02 | gcc: update to 11.3.0 | Waldemar Brodkorb | |
2022-04-09 | musl: update to 1.2.3 | Waldemar Brodkorb | |
2022-03-16 | tmux: update to 3.2a, needs locale | Waldemar Brodkorb | |
2022-02-27 | sipeed-maix-bit: finetune, kernel boots, but helloworld segfauts | Waldemar Brodkorb | |
2022-02-27 | binfmt: remove flat shared, does not compile | Waldemar Brodkorb | |
2022-02-27 | binutils: default to 2.38 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2022-02-26 | riscv64: add support for nommu target systems | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 64 bit | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 32 bit | Waldemar Brodkorb | |
2022-02-21 | binutils: add 2.38 for testing | Waldemar Brodkorb | |
2022-02-15 | remove virtualbox support | Waldemar Brodkorb | |
2022-02-13 | lm32: use gcc 11.2 for toolchain building | Waldemar Brodkorb | |
2022-02-11 | j2: update to gcc 10.3.0 | Waldemar Brodkorb | |
2022-02-10 | add NPTL for cortex-m CPU's | Waldemar Brodkorb | |
2022-02-08 | kvx: update gcc/binutils/linux | Waldemar Brodkorb | |
2022-02-08 | riscv: fix glibc bootup | Waldemar Brodkorb | |
2022-02-07 | goodbye systemd, never worked fully on a openadk emulator or device. Use ↵ | Waldemar Brodkorb | |
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices | |||
2022-02-07 | update list of supported libraries | Waldemar Brodkorb | |
2022-02-05 | gcc: add patches from 10.3.0 | Waldemar Brodkorb | |
2022-02-05 | cris: use gcc 10 | Waldemar Brodkorb | |
2022-02-03 | glibc: update to 2.35 | Waldemar Brodkorb | |
2022-01-24 | uclibc-ng: update to 1.0.40 | Waldemar Brodkorb | |
2022-01-21 | gdb: update to 11.2 | Waldemar Brodkorb | |
2022-01-21 | gcc: default to gcc 11.2 | Waldemar Brodkorb | |
2022-01-21 | nds32: remove old binutils/gcc | Waldemar Brodkorb | |
2021-11-15 | Add support for Synology DS414 NAS | Phil Sutter | |
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | mk: Support appending a DTB to kernel image | Phil Sutter | |
Activated by setting ADK_TARGET_KERNEL_APPEND_DTB symbol to the basename (without suffix) of a dtb file. Not quite user-friendly, but really meant for internal use via default symbol values depending on chosen target system. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-11 | bfin fdpic gcc 10 fails | Waldemar Brodkorb | |