summaryrefslogtreecommitdiff
path: root/target/linux
AgeCommit message (Collapse)Author
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
2024-08-04solidrun-clearfog: make it boot with OpenADK mini.configWademar Brodkorb
2024-07-31linux: update to 6.6.43Wademar Brodkorb
2024-07-31beaglebone-black: works with omap2plus_defconfig and upstream kernelWademar Brodkorb
2024-07-26fixes for beagebone blackWaldemar Brodkorb
2024-06-14numato-mimasv2: works fine with 6.6.x/6.9.xWaldemar Brodkorb
2024-06-02xtensa: update to xtensa-fdpic-abi-spec-1.4, fix CMDLINE for DC233CWaldemar Brodkorb
2024-06-02linux: update to 6.9.3Waldemar Brodkorb
2024-06-02linux: remove 6.8.xWaldemar Brodkorb
2024-06-02linux: update to 6.6.32Waldemar Brodkorb
2024-05-30xtensa: fix de212 kernel configurationWaldemar Brodkorb
2024-05-28linux: add 6.9.2Waldemar Brodkorb
2024-05-28linux: update to 6.8.11Waldemar Brodkorb
2024-05-18nds32: add back support for old toolchain and Linux, working on ag101p with ↵Waldemar Brodkorb
latest uClibc-ng fix
2024-05-12linux: update to 4.19.313Waldemar Brodkorb
2024-05-12linux: update to 5.4.275Waldemar Brodkorb
2024-05-12linux: update to 5.10.216Waldemar Brodkorb
2024-05-12linux: update to 5.15.158Waldemar Brodkorb
2024-05-12linux: update to 6.1.90Waldemar Brodkorb
2024-05-12linux: update to 6.6.30Waldemar Brodkorb
2024-05-04starfive-visionfive2: reduce mini.configWaldemar Brodkorb
2024-05-04xtensa: preliminary support for upcoming FDPIC support in uClibc-ngWaldemar Brodkorb
2024-04-18linux: update to 6.6.28Waldemar Brodkorb
2024-04-18linux: set Linux 6.6.x as defaultWaldemar Brodkorb
2024-04-14or1k: use 256 MB RAM by defaultWaldemar Brodkorb
2024-04-14linux: update 6.8.x kernelWaldemar Brodkorb
2024-04-13starfive-visionfive2: add basic supportWaldemar Brodkorb
2024-04-01avoid xz where possibleWaldemar Brodkorb
2024-03-26linux: update LTS kernelWaldemar Brodkorb
2024-03-24riscv64: fix noMMU tests, this seems a kernel bug, suggested by sorearWaldemar Brodkorb
2024-03-12rpi: update kernel patch for 32bit defconfigWaldemar Brodkorb