Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-02 | mpfr: update to 4.2.1 | Waldemar Brodkorb | |
2023-09-01 | linux: add patches from greg ungerer | Waldemar Brodkorb | |
2023-08-31 | hush: update to 1.36.1 | Waldemar Brodkorb | |
2023-08-31 | uclibc-ng-test: disable NPTL tests for noMMU, too much fork usage | Waldemar Brodkorb | |
2023-08-31 | stm32f746g: use linux kernel 5.15.x | Waldemar Brodkorb | |
2023-08-30 | linux: bump to 5.15.128 | Waldemar Brodkorb | |
2023-08-30 | linux: update to 5.10.192 | Waldemar Brodkorb | |
2023-08-29 | linux: update to 5.4.254 | Waldemar Brodkorb | |
2023-08-29 | linux: update to 4.19.292 | Waldemar Brodkorb | |
2023-08-29 | stm32: minor bugfixes | Waldemar Brodkorb | |
2023-08-29 | u-boot: update to 2023.01 | Waldemar Brodkorb | |
2023-08-29 | gdb: update to 13.2 add 12.1 | Waldemar Brodkorb | |
2023-08-29 | elf2flt: add 2023.04 tag for testing | Waldemar Brodkorb | |
2023-08-29 | linux: add 6.4.12 version | Waldemar Brodkorb | |
2023-08-29 | linux: update to 6.1.49 | Waldemar Brodkorb | |
2023-08-28 | mutt: update to 2.2.11 | Waldemar Brodkorb | |
2023-08-27 | lm32: some more hacks | Waldemar Brodkorb | |
2023-08-25 | lm32: revert to the old kernel, which boots up with lpj set via append | Waldemar 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-25 | lm32: add back old gcc, fixes ld segfault when linking kernel | Waldemar Brodkorb | |
2023-08-24 | arm926ej_s cpu might have a FPU, tested with qemu versatile | Waldemar Brodkorb | |
2023-08-23 | riscv32: no thread support, reduce kernel config | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2023-08-23 | riscv64: threads are not supported for noMMU | Waldemar Brodkorb | |
2023-08-23 | binutils: add default to 2.41 | Waldemar Brodkorb | |
2023-08-23 | adktest: mount root rw | Waldemar Brodkorb | |
2023-08-23 | loongarch: use gcc 13.x to fix Linux kernel compile issues | Waldemar Brodkorb | |
2023-08-22 | riscv64: noMMU support in qemu | Waldemar Brodkorb | |
2023-08-20 | m68k: fix Linux compile with binutils 2.41 | Waldemar Brodkorb | |
2023-08-20 | glibc: fix header install | Waldemar Brodkorb | |
2023-08-20 | gcc: glibc needs --enable-__cxa_atexit to compile natively | Waldemar Brodkorb | |
2023-08-20 | grep: update to 3.11 | Waldemar Brodkorb | |
2023-08-18 | arm: qemu versatile emulation without MMU, update kernel | Waldemar Brodkorb | |
2023-08-18 | m68k: add fix from upstream for awk issue | Waldemar Brodkorb | |
2023-08-18 | enable 32Bit compat for aranym | Waldemar Brodkorb | |
2023-08-15 | m68k: use more RAM by default | Waldemar Brodkorb | |
2023-08-15 | libressl: does not work on m68k and xtensa | Waldemar Brodkorb | |
2023-08-15 | m68k: qemu virt depends on m68040 cpu | Waldemar Brodkorb | |
2023-08-15 | add patch, curl and m4 to development task | Waldemar Brodkorb | |
2023-08-13 | m68k: add qemu virt support, seems more reliable at the moment then q800 | Waldemar Brodkorb | |
2023-08-13 | create.sh: use a 2GB disk and more inodes to build bigger projects natively | Waldemar Brodkorb | |
2023-08-13 | curl: add openssl support and update to 8.2.1 | Waldemar Brodkorb | |
2023-08-13 | git: add openssl support | Waldemar Brodkorb | |
2023-08-13 | openssh: disable hardening, ICE on m68k | Waldemar Brodkorb | |
2023-08-13 | openssl: new package (resurrected) | Waldemar Brodkorb | |
Libressl does not support m68k and xtensa and I had a need for a crypto library on these devices, so add openssl back. It was removed in 2016 :) | |||
2023-08-13 | libxcrypt: new package, glibc removed crypt() | Waldemar Brodkorb | |
2023-08-13 | grep: overwrite busybox grep | Waldemar Brodkorb | |
2023-08-12 | export M4 variable, required for bison to find m4 | Waldemar Brodkorb | |
2023-08-12 | grep: override busybox grep in /bin | Waldemar Brodkorb | |
2023-08-12 | make: update to 4.4 | Waldemar Brodkorb | |
2023-08-11 | gmp: update to 6.3.0 | Waldemar Brodkorb | |
2023-08-11 | glibc: fix m68k compile for m68040 cpu | Waldemar Brodkorb | |
See here for details: https://sourceware.org/bugzilla/show_bug.cgi?id=30740 |