summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2022-04-09musl: update to 1.2.3Waldemar Brodkorb
2022-03-16tmux: update to 3.2a, needs localeWaldemar Brodkorb
2022-02-27sipeed-maix-bit: finetune, kernel boots, but helloworld segfautsWaldemar Brodkorb
2022-02-27binfmt: remove flat shared, does not compileWaldemar Brodkorb
2022-02-27binutils: default to 2.38Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2022-02-26riscv64: add support for nommu target systemsWaldemar Brodkorb
2022-02-25add support for raspberry pi4 64 bitWaldemar Brodkorb
2022-02-25add support for raspberry pi4 32 bitWaldemar Brodkorb
2022-02-24riscv: instead of binutils revert, add the official Linux kernel patch to ↵Waldemar Brodkorb
fix the issue
2022-02-21binutils: add 2.38 for testingWaldemar Brodkorb
2022-02-15linux: add 5.15.x suppportWaldemar Brodkorb
2022-02-15linux: update 5.10.x to latestWaldemar Brodkorb
2022-02-15remove virtualbox supportWaldemar Brodkorb
2022-02-14edosk2674: enable network, unfortunately stalls on bootWaldemar Brodkorb
2022-02-13linux: update 5.4.x to latestWaldemar Brodkorb
2022-02-13lm32: use gcc 11.2 for toolchain buildingWaldemar Brodkorb
2022-02-11j2: update to gcc 10.3.0Waldemar Brodkorb
2022-02-10raspberry-pi: update kernel, firmware and userlandWaldemar Brodkorb
2022-02-10add NPTL for cortex-m CPU'sWaldemar Brodkorb
2022-02-10or1k: double the RAMWaldemar Brodkorb
2022-02-09kvx: add qemu supportWaldemar Brodkorb
2022-02-08kvx: update gcc/binutils/linuxWaldemar Brodkorb
2022-02-08riscv: fix glibc bootupWaldemar Brodkorb
2022-02-07goodbye 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-07update list of supported librariesWaldemar Brodkorb
2022-02-07riscv: use default BIOS included in qemuWaldemar Brodkorb
2022-02-05linux: update 4.4.x kernel to latestWaldemar Brodkorb
2022-02-05linux: use 5.10 for ppc64, 5.4.x still has a linking failureWaldemar Brodkorb
2022-02-05gcc: add patches from 10.3.0Waldemar Brodkorb
2022-02-05nds32: remove old kernelWaldemar Brodkorb
2022-02-05cris: use gcc 10Waldemar Brodkorb
2022-02-03glibc: update to 2.35Waldemar Brodkorb
2022-01-24uclibc-ng: update to 1.0.40Waldemar Brodkorb
2022-01-23linux: update to 5.4.xWaldemar Brodkorb
2022-01-21gdb: update to 11.2Waldemar Brodkorb
2022-01-21nds32: add devicetree for ag101pWaldemar Brodkorb
2022-01-21gcc: default to gcc 11.2Waldemar Brodkorb
2022-01-21linux: default to 5.10.xWaldemar Brodkorb
2022-01-21nds32: remove old binutils/gccWaldemar Brodkorb
2022-01-21linux: update to 5.10.93Waldemar Brodkorb
2022-01-08linux: patch still requiredWaldemar Brodkorb
2021-11-15Add support for Synology DS414 NASPhil 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-15mk: Support appending a DTB to kernel imagePhil 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-14Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadkWaldemar Brodkorb
2021-11-14xorg-server: update to latestWaldemar Brodkorb
modesetting driver is included. Tested with Qemu -std vga.
2021-11-11use kernel 5.10 for ppc64Waldemar Brodkorb
2021-11-11bfin fdpic gcc 10 failsWaldemar Brodkorb
2021-11-01target: linux: config: Add kernel crypto user api symbolsPhil Sutter
These are used by cryptsetup. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01target: config: Support DM_RAIDPhil 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-01target: linux: config: Export CONFIG_EFI_PARTITIONPhil Sutter
Hard to run a NAS without it nowadays. Signed-off-by: Phil Sutter <phil@nwl.cc>