summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
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
2021-03-02rpi: update bootloader and linux kernelWaldemar Brodkorb
2021-02-25target/linux/config: Fix MIPS supportPhil Sutter
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
2021-02-25linux: update kernelsWaldemar Brodkorb
2021-02-19update musl/glibc/newlibWaldemar Brodkorb
2021-02-08binutils: update to 2.36.1Waldemar Brodkorb
2021-01-29mips64 failed to boot in qemu with linux 5.4.92Waldemar Brodkorb
2021-01-28mips failed to boot in qemu with linux 5.4.92Waldemar Brodkorb
2021-01-28gdb: update to 10.1Waldemar Brodkorb
2021-01-28linux: fix for Qemu vexpress in Thumb modeWaldemar Brodkorb
2021-01-27linux: use 4.19 for arcWaldemar Brodkorb
2021-01-25linux: update to 5.4.92Waldemar Brodkorb
2020-12-31allow to preset thread implementationWaldemar Brodkorb
2020-12-28uclibc: update to 1.0.37Waldemar Brodkorb