Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | riscv: instead of binutils revert, add the official Linux kernel patch to ↵ | Waldemar Brodkorb | |
fix the issue | |||
2022-02-21 | binutils: add 2.38 for testing | Waldemar Brodkorb | |
2022-02-15 | linux: add 5.15.x suppport | Waldemar Brodkorb | |
2022-02-15 | linux: update 5.10.x to latest | Waldemar Brodkorb | |
2022-02-15 | remove virtualbox support | Waldemar Brodkorb | |
2022-02-14 | edosk2674: enable network, unfortunately stalls on boot | Waldemar Brodkorb | |
2022-02-13 | linux: update 5.4.x to latest | 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 | raspberry-pi: update kernel, firmware and userland | Waldemar Brodkorb | |
2022-02-10 | add NPTL for cortex-m CPU's | Waldemar Brodkorb | |
2022-02-10 | or1k: double the RAM | Waldemar Brodkorb | |
2022-02-09 | kvx: add qemu support | 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-07 | riscv: use default BIOS included in qemu | Waldemar Brodkorb | |
2022-02-05 | linux: update 4.4.x kernel to latest | Waldemar Brodkorb | |
2022-02-05 | linux: use 5.10 for ppc64, 5.4.x still has a linking failure | Waldemar Brodkorb | |
2022-02-05 | gcc: add patches from 10.3.0 | Waldemar Brodkorb | |
2022-02-05 | nds32: remove old kernel | 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-23 | linux: update to 5.4.x | Waldemar Brodkorb | |
2022-01-21 | gdb: update to 11.2 | Waldemar Brodkorb | |
2022-01-21 | nds32: add devicetree for ag101p | Waldemar Brodkorb | |
2022-01-21 | gcc: default to gcc 11.2 | Waldemar Brodkorb | |
2022-01-21 | linux: default to 5.10.x | Waldemar Brodkorb | |
2022-01-21 | nds32: remove old binutils/gcc | Waldemar Brodkorb | |
2022-01-21 | linux: update to 5.10.93 | Waldemar Brodkorb | |
2022-01-08 | linux: patch still required | 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-14 | Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadk | Waldemar Brodkorb | |
2021-11-14 | xorg-server: update to latest | Waldemar Brodkorb | |
modesetting driver is included. Tested with Qemu -std vga. | |||
2021-11-11 | use kernel 5.10 for ppc64 | Waldemar Brodkorb | |
2021-11-11 | bfin fdpic gcc 10 fails | Waldemar Brodkorb | |
2021-11-01 | target: linux: config: Add kernel crypto user api symbols | Phil Sutter | |
These are used by cryptsetup. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: config: Support DM_RAID | Phil Sutter | |
This is an alternative to using MD_RAID, basically RAID managed via lvm2 instead of mdadm. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: linux: config: Export CONFIG_EFI_PARTITION | Phil Sutter | |
Hard to run a NAS without it nowadays. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: linux: config: Export CONFIG_OVERLAY_FS | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | mk: Introduce KERNEL_MAKE variable | Phil Sutter | |
This combines the typical kernel make call idiom into a single variable reference. A side-effect is that parallel make is enabled (via added '-j' flag) in many cases, but that shouldn't cause harm. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | mk: Generalize kernel loadaddr | Phil Sutter | |
Introduce ADK_TARGET_KERNEL_LOADADDR symbol holding the right kernel loadaddr depending on chosen target system instead of hard-coding the value into kernel-vars.mk. Signed-off-by: Phil Sutter <phil@nwl.cc> |