Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-07 | target: linux: config: Set COMPAT_32BIT_TIME on 32bit architectures | Phil 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> | |||
2024-07-30 | riscv32: imafdc needs FPU enabled | Waldemar Brodkorb | |
2024-04-18 | riscv32: update uclibc-ng-nommu.config | Waldemar Brodkorb | |
2024-03-03 | uclibc-ng: refresh configs, enable time64 for architectures supporting it | Waldemar Brodkorb | |
2024-03-03 | riscv32: qemu param -bios none only for noMMU | Waldemar Brodkorb | |
2024-01-18 | support nommu with ELF binaries | Waldemar Brodkorb | |
2023-08-23 | riscv32: no thread support, reduce kernel config | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2023-02-26 | riscv32: enable pthreads debug | Waldemar Brodkorb | |
2023-01-19 | riscv32: add basic nommu support | Waldemar Brodkorb | |
2022-02-07 | riscv: use default BIOS included in qemu | Waldemar Brodkorb | |
2020-02-17 | riscv64: use upstream Linux kernel | Waldemar Brodkorb | |
2018-04-08 | riscv: fix kernel boot in qemu | Waldemar Brodkorb | |
2017-12-15 | riscv: use upstream kernel | Waldemar Brodkorb | |
2017-03-26 | riscv: add missing files | Waldemar Brodkorb | |
2017-03-26 | split riscv arch support into riscv32/riscv64 | Waldemar Brodkorb | |