summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
9 hourssynopsys-hsdk: fix mmc bootHEADmasterWaldemar Brodkorb
11 hourslinux: update to 6.14.2, fixes some MMC issues on Synopsys HSDKWaldemar Brodkorb
43 hoursLinksys NSLU2: update kernel and system configWaldemar Brodkorb
43 hourslinux: 2.6.32.70 arm patchesWaldemar Brodkorb
3 dayslm32: use a hash for Linux kernelWaldemar Brodkorb
5 daysdrop support for non-Linux hostsWaldemar Brodkorb
6 daysh8300: allow 4.9.x kernel for testing purposeWaldemar Brodkorb
10 dayspcduino-3b: enable serial, mini.config still brokenWaldemar Brodkorb
10 dayspcduino-3b: enable bootup via SD cardWaldemar Brodkorb
10 daysavr32: oder kernels use NET_CADENCEWaldemar Brodkorb
11 daysqemu: remove spitz/terrier support, obsolete by upstreamWaldemar Brodkorb
11 dayslinux: update to 6.13.9Waldemar Brodkorb
11 dayssynopsys-hsdk: add defconfig, add MMC driver to mini.config (non-working)Waldemar Brodkorb
12 daysremove solidrun-clearfog linux extra git, upstream is fineWaldemar Brodkorb
12 daysremove rock4-plus linux extra git, upstream is fineWaldemar Brodkorb
12 daysremove solidrun-imx6 linux extra git, upstream is fineWaldemar Brodkorb
12 daysremove beaglebone-black linux extra git, upstream is fineWaldemar Brodkorb
12 daysrpi: update to 6.12.21Waldemar Brodkorb
13 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