summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
13 daysbfin: use binutils 2.26 for FDPICWaldemar Brodkorb
13 daysfix descriptionWaldemar Brodkorb
13 daysqemu-system-x86: enable virtioWaldemar Brodkorb
13 daysvirtio: rework, add support for x86_64Waldemar Brodkorb
13 daysqemu-x86_64: various fixesWaldemar Brodkorb
- fix dual-boot for EFI setups - normal BIOS does not work in dual-boot - VGA and EFI does not work
2025-03-18grub: update to 2.12Waldemar Brodkorb
2025-03-18binutils: x86_64 problem with 2.44Waldemar Brodkorb
2025-03-18lemote-fuloong: add experimental support, kernel works, userland does notWaldemar Brodkorb
2025-03-17linux: add missing patches for hppa/m68kWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2025-03-17ia64: 6.12 does not support this arch anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2025-03-17bfin: switch to 14.2.0 as defaultWaldemar Brodkorb
2025-03-16riscv: fix noMMU bootup in QemuWaldemar Brodkorb
2025-03-16linux: default to 6.12.xWaldemar Brodkorb
2025-03-16gcc: default to 14.2.0Waldemar Brodkorb
2025-03-16linux: add required arm nommu patchWaldemar Brodkorb
2025-03-12linux: update to 5.10.234Waldemar Brodkorb
2025-03-12linux: update to 5.15.177Waldemar Brodkorb
2025-03-12linux: update to 6.1.130Waldemar Brodkorb
2025-03-12linux: update to 6.6.82Waldemar Brodkorb
2025-03-12linux: add 6.13.6Waldemar Brodkorb
2025-03-12linux: update to 6.12.18Waldemar Brodkorb
2025-03-04m68k: use malloc-standard for MMU targetsWaldemar Brodkorb
2025-03-04arcturus-uc5328: no kernel add serial supportWaldemar Brodkorb
2025-03-03m68k: enable nfsrootWaldemar Brodkorb
2025-03-03finetune ADK_TARGET_NO_KERNEL menuWaldemar Brodkorb
2025-03-03add support for no Linux kernel builds, use it for arcturus-ucbf54xWaldemar Brodkorb
2025-03-03arcturus-ucbf54x: enable serialWaldemar Brodkorb
2025-03-02arcturus-ucbf54x: add kernel compression supportWaldemar Brodkorb
2025-03-02arcturus-uc5328: add basic infraWaldemar Brodkorb
2025-03-01bfin: allow 2.6.x kernel, arcturus device have networkingWaldemar Brodkorb
2025-02-23gdb: update to 16.2Waldemar Brodkorb
2025-02-18linux: update to 6.6.77Waldemar Brodkorb
2025-02-11binutils: update to 2.44, remove gold supportWaldemar Brodkorb
2025-01-31linux: update rpi kernel to 6.6.74Waldemar Brodkorb
2025-01-30glibc: update to 2.41Waldemar Brodkorb
IA64 and NIOS2 support got removed.
2025-01-29linux: update to 6.12.11Waldemar Brodkorb
2025-01-29linux: update to 5.4.289Waldemar Brodkorb
2025-01-29linux: update to 5.10.233Waldemar Brodkorb
2025-01-28linux: update to 5.15.177Waldemar Brodkorb
2025-01-28linux: update to 6.1.127Waldemar Brodkorb
2025-01-28linux: update to 6.6.69Waldemar Brodkorb
2025-01-14uClibc-ng: update to 1.0.51Waldemar Brodkorb
2025-01-07linux: update to 6.6.69Waldemar Brodkorb
2025-01-07target: linux: config: Set COMPAT_32BIT_TIME on 32bit architecturesPhil Sutter
Without it, on these architectures 'lvm pvscan' will busy-loop printing: | io_getevents failed: No such file or directory The symbol is defined in kernel's arch/Kconfig with 'default !64BIT || COMPAT'. Introduce Config.in.compat which has the symbol default to y unless a known 64bit ADK_TARGET_ARCH is enabled. Drop the symbol from all target/*/kernel/* for which the default applies. On 64bit systems, enabling this symbol is probably useful to provide comaptibility towards 32bit user space. Not sure if this is a possible choice in OpenADK, but just in case the symbol was not removed from: - target/aarch64/kernel/raspberry-pi4-64 - target/mips64/kernel/qemu-mips64 - target/riscv64/kernel/qemu-riscv64 Another case is targets explicitly having the symbol disabled, namely kvx. Given that the two kernel configs in question are full copies of the kernel-generated one, they are likely not a deliberate choice and thus removed as well. Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-06package: Port apcupsdPhil Sutter
For USB-connected UPSs, kernel's USB_HIDDEV option is required as the daemon communicates via /dev/usb/hiddev* raw HID devices. Therefore make USB_HID select USB_HIDDEV (shouldn't hurt much on other systems) and select the former if the package is enabled. Ship a config which defaults to USB-based UPSs as they are probably the most common ones. Also install a minimal apccontrol which merely remounts relevant filesystems read-only in case of near blackout. The core OpenADK fs layout should tolerate pulling the plug as-is already. Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-06target: config: Newer kernels moved DTB filesPhil Sutter
They moved in commit 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories"), try to cover for it. Signed-off-by: Phil Sutter <phil@nwl.cc>
2024-12-18gcc: add old versionsWaldemar Brodkorb
2024-12-16add gcc6Waldemar Brodkorb
2024-12-15linux: fix assembly issue on kinetis k70 linux 2.6Waldemar Brodkorb
2024-12-15use uImage kernel format for kinetis-k70Waldemar Brodkorb