summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
27 hoursgcc: update to 13.3.0HEADmasterWaldemar Brodkorb
4 daysxtensa: update to xtensa-fdpic-abi-spec-1.3Waldemar Brodkorb
13 daysnds32: add back support for old toolchain and Linux, working on ag101p with ↵Waldemar Brodkorb
latest uClibc-ng fix
2024-05-08gcc: add 14.1.0Waldemar Brodkorb
2024-05-07xtensa: update to xtensa-fdpic-abi-spec-1.2Waldemar Brodkorb
2024-05-04xtensa: preliminary support for upcoming FDPIC support in uClibc-ngWaldemar Brodkorb
2024-05-01sparc: bug is in uClibc-ng, is fixed in 1.0.48Waldemar Brodkorb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
2024-05-01uclibc-ng: update to 1.0.48Waldemar Brodkorb
2024-04-14riscv: rv32ima/rv64ima can be useful, tooWaldemar Brodkorb
2024-04-13binfmt: add riscv32 for ELF PIE on noMMUWaldemar Brodkorb
2024-04-01avoid xz where possibleWaldemar Brodkorb
2024-03-28riscv: enable LinuxthreadsWaldemar Brodkorb
2024-03-27uclibc-ng: update to 1.0.47Waldemar Brodkorb
2024-03-23add missing CFLAGS for -O1Waldemar Brodkorb
2024-03-22riscv64: add rv32imafdc/rv64imafdcWaldemar Brodkorb
2024-03-10gdb/gdbserver: update to 14.2Waldemar Brodkorb
2024-03-05uclibc-ng: update to 1.0.46Waldemar Brodkorb
2024-03-04glibc: update to 2.39Waldemar Brodkorb
2024-03-02revert kvx update, new generated system is slow as hellWaldemar Brodkorb
2024-03-01musl: update to 1.2.5Waldemar Brodkorb
2024-02-22binutils: use 2.42 for j2, tested on Numato-Mimas v2Waldemar Brodkorb
2024-02-15Don't allow simulataneous FDPIC and MMU enabled.Dmitry Chestnykh
Allowing selection both FDPIC as binary format for target and MMU can lead to some inconsistent configurations and therefore build errors. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2024-02-12Disable GCC older than 10.5.0 for CRIS.Dmitry Chestnykh
Older GCC versions stops support of cris-*-linux* and crisv32-*-* targets. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
2024-02-10newlib: remove old xtensa forkWaldemar Brodkorb
2024-02-10newlib: update to 4.4.0Waldemar Brodkorb
2024-02-08elf2flt: update to 2024.02Waldemar Brodkorb
2024-02-05binutils: update to 2.42, fix kvx gcc/linux using the latest version from githubWaldemar Brodkorb
2024-01-21raspberry-pi5: add basic supportWaldemar Brodkorb
2024-01-20fix archs compile, loader is only used by arc32/arc64Waldemar Brodkorb
2024-01-20dropbear: update to 2022.83, remove custom patch. Use /root/.authorized_keys nowWaldemar Brodkorb
2024-01-18linux: use 6.6.x for noMMU ELF targetsWaldemar Brodkorb
2024-01-18binfmt: enable ADK_TARGET_BINFMT for all noMMU archsWaldemar Brodkorb
2024-01-18support nommu with ELF binariesWaldemar Brodkorb
2024-01-17add zstd support for Linux kernel compressionWaldemar Brodkorb
2024-01-17gdb: update to 14.1Waldemar Brodkorb
2024-01-08add support for Synopsys ARCv3Waldemar Brodkorb
2023-12-23elf2flt: use v2023.09 for bfin and sh2Waldemar Brodkorb
2023-12-22elf2flt: update to 2023.09Waldemar Brodkorb
2023-12-18uclibc-ng: update to 1.0.45Waldemar Brodkorb
2023-10-08fix mini.config for rpi_64Waldemar Brodkorb
2023-09-24elf2flt: use latest git for sh2Waldemar Brodkorb
2023-09-07lm32: use latest elf2git, add small binutils patch to create ELF instead ELF ↵Waldemar Brodkorb
FDPIC by default
2023-09-07elf2flt: update to latest gitWaldemar Brodkorb
2023-09-07gcc: use gcc 13.2.0 as defaultWaldemar Brodkorb
2023-08-29gdb: update to 13.2 add 12.1Waldemar Brodkorb
2023-08-29elf2flt: add 2023.04 tag for testingWaldemar Brodkorb
2023-08-25lm32: revert to the old kernel, which boots up with lpj set via appendWaldemar Brodkorb
Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :(
2023-08-25lm32: add back old gcc, fixes ld segfault when linking kernelWaldemar Brodkorb
2023-08-24arm926ej_s cpu might have a FPU, tested with qemu versatileWaldemar Brodkorb
2023-08-23riscv32: no thread support, reduce kernel configWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>