Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-10-30 | target: linux: patches: Drop initramfs startup hack | Phil 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-28 | raspberry-pi: use 5.4.x kernel | Waldemar Brodkorb | |
2021-10-28 | gdb: update to 11.1 | Waldemar Brodkorb | |
2021-10-28 | use Linux 5.4 for qemu arm noMMU | Waldemar Brodkorb | |
2021-10-22 | bfin: unbreak build, elf2flt patch isn't bfin safe | Waldemar Brodkorb | |
2021-10-22 | linux: update to latest versions | Waldemar Brodkorb | |
2021-10-22 | systemd: update to 249 | Waldemar Brodkorb | |
2021-10-11 | uclibc-ng: update to 1.0.39 | Waldemar Brodkorb | |
2021-09-16 | linux: update 5.4/5.10 to latest | Waldemar Brodkorb | |
2021-09-16 | glibc: update to 2.34 | Waldemar Brodkorb | |
2021-09-16 | gcc: add 11.2 | Waldemar Brodkorb | |
2021-09-16 | binutils: update to 2.37 | Waldemar Brodkorb | |
2021-06-11 | gcc: update 8/9 | Waldemar Brodkorb | |
2021-06-11 | use bzImage for qemu-s390 | Waldemar Brodkorb | |
2021-04-22 | various fixes for embedded-test run | Waldemar Brodkorb | |
2021-04-15 | linux: update to 5.10.30 | Waldemar Brodkorb | |
2021-04-15 | fix miniconfig for stm32 | Waldemar Brodkorb | |
2021-04-15 | fix libc versions | Waldemar Brodkorb | |
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | update busybox/hush to latest | Waldemar Brodkorb | |
2021-04-10 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | use Linux 5.10.x by default, fix mips32r6 issue | Waldemar Brodkorb | |
2021-04-10 | add DTB for stm32f4 | Waldemar Brodkorb | |
2021-04-09 | gcc: update to 10.3, set as default | Waldemar Brodkorb | |
2021-03-28 | uclibc-ng: update to 1.0.38 | Waldemar Brodkorb | |
2021-03-02 | rpi: update bootloader and linux kernel | Waldemar Brodkorb | |
2021-02-25 | target/linux/config: Fix MIPS support | Phil Sutter | |
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults. | |||
2021-02-25 | linux: update kernels | Waldemar Brodkorb | |
2021-02-19 | update musl/glibc/newlib | Waldemar Brodkorb | |
2021-02-08 | binutils: update to 2.36.1 | Waldemar Brodkorb | |
2021-01-29 | mips64 failed to boot in qemu with linux 5.4.92 | Waldemar Brodkorb | |
2021-01-28 | mips failed to boot in qemu with linux 5.4.92 | Waldemar Brodkorb | |
2021-01-28 | gdb: update to 10.1 | Waldemar Brodkorb | |
2021-01-28 | linux: fix for Qemu vexpress in Thumb mode | Waldemar Brodkorb | |
2021-01-27 | linux: use 4.19 for arc | Waldemar Brodkorb | |
2021-01-25 | linux: update to 5.4.92 | Waldemar Brodkorb | |
2020-12-31 | allow to preset thread implementation | Waldemar Brodkorb | |