summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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>
2021-11-01target: linux: config: Export CONFIG_OVERLAY_FSPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01mk: Introduce KERNEL_MAKE variablePhil 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-01mk: Generalize kernel loadaddrPhil 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>
2021-10-30target: linux: patches: Drop initramfs startup hackPhil Sutter
No need to change the initramfs 'init' binary location in kernels anymore, image.mk adds a symlink from /init to /sbin/init to cover for that. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-28raspberry-pi: use 5.4.x kernelWaldemar Brodkorb
2021-10-28gdb: update to 11.1Waldemar Brodkorb
2021-10-28use Linux 5.4 for qemu arm noMMUWaldemar Brodkorb
2021-10-22bfin: unbreak build, elf2flt patch isn't bfin safeWaldemar Brodkorb
2021-10-22linux: update to latest versionsWaldemar Brodkorb
2021-10-22systemd: update to 249Waldemar Brodkorb
2021-10-11uclibc-ng: update to 1.0.39Waldemar Brodkorb
2021-09-16linux: update 5.4/5.10 to latestWaldemar Brodkorb
2021-09-16glibc: update to 2.34Waldemar Brodkorb
2021-09-16gcc: add 11.2Waldemar Brodkorb
2021-09-16binutils: update to 2.37Waldemar Brodkorb
2021-06-11gcc: update 8/9Waldemar Brodkorb
2021-06-11use bzImage for qemu-s390Waldemar Brodkorb
2021-04-22various fixes for embedded-test runWaldemar Brodkorb
2021-04-15linux: update to 5.10.30Waldemar Brodkorb
2021-04-15fix miniconfig for stm32Waldemar Brodkorb
2021-04-15fix libc versionsWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2021-04-10update busybox/hush to latestWaldemar Brodkorb
2021-04-10stm32 fixesWaldemar Brodkorb
2021-04-10use Linux 5.10.x by default, fix mips32r6 issueWaldemar Brodkorb
2021-04-10add DTB for stm32f4Waldemar Brodkorb
2021-04-09gcc: update to 10.3, set as defaultWaldemar Brodkorb
2021-03-28uclibc-ng: update to 1.0.38Waldemar Brodkorb