summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
25 hoursdrop support for non-Linux hostsWaldemar Brodkorb
34 hoursh8300: allow 4.9.x kernel for testing purposeWaldemar Brodkorb
5 dayspcduino-3b: enable serial, mini.config still brokenWaldemar Brodkorb
5 dayspcduino-3b: enable bootup via SD cardWaldemar Brodkorb
6 daysavr32: oder kernels use NET_CADENCEWaldemar Brodkorb
7 daysqemu: remove spitz/terrier support, obsolete by upstreamWaldemar Brodkorb
7 dayslinux: update to 6.13.9Waldemar Brodkorb
7 dayssynopsys-hsdk: add defconfig, add MMC driver to mini.config (non-working)Waldemar Brodkorb
8 daysremove solidrun-clearfog linux extra git, upstream is fineWaldemar Brodkorb
8 daysremove rock4-plus linux extra git, upstream is fineWaldemar Brodkorb
8 daysremove solidrun-imx6 linux extra git, upstream is fineWaldemar Brodkorb
8 daysremove beaglebone-black linux extra git, upstream is fineWaldemar Brodkorb
8 daysrpi: update to 6.12.21Waldemar Brodkorb
9 dayssipeed-maixduino: add board supportWaldemar Brodkorb
2025-03-21fix descriptionWaldemar Brodkorb
2025-03-21virtio: rework, add support for x86_64Waldemar 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-16linux: default to 6.12.xWaldemar 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-03finetune ADK_TARGET_NO_KERNEL menuWaldemar Brodkorb
2025-03-01bfin: allow 2.6.x kernel, arcturus device have networkingWaldemar Brodkorb
2025-02-18linux: update to 6.6.77Waldemar Brodkorb
2025-01-31linux: update rpi kernel to 6.6.74Waldemar Brodkorb
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-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>
2024-12-15linux: fix assembly issue on kinetis k70 linux 2.6Waldemar Brodkorb
2024-10-13linux: update 6.6.x/6.11.xWaldemar Brodkorb
2024-09-04linux: update kernels to latest LTSWaldemar Brodkorb
2024-08-29rpi: update kernel to 6.6.47Waldemar Brodkorb
2024-08-26imgtec-ci20: use uImage.gz, boots with defconfigWaldemar Brodkorb
2024-08-11banana-pro: bring it in shapeWademar Brodkorb
2024-08-10solidrun-clearfog: enable USB3 by defaultWademar Brodkorb
2024-08-10solidrun-clearfog: fixup defconfig nameWademar Brodkorb
2024-08-09linux: update to 6.10.x, 6.9.x is EOLWaldemar Brodkorb
2024-08-09riscv: use v2 of the patchWaldemar Brodkorb