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> | |||
2023-01-24 | enable CONFIG_COMPAT_32BIT_TIME | Waldemar Brodkorb | |
2017-04-24 | or1k: add default kernel config for generic-or1k | Waldemar Brodkorb | |
2017-04-14 | remove sim-or1k sample, bit rotted. better use qemu sample for or1k | Waldemar Brodkorb | |
2016-11-21 | or1k: rename or1k-sim to sim-or1k, by default 64mb ram | Waldemar Brodkorb | |
2016-11-17 | qemu-or1k: sync needed kernel symbols from or1k-sim | Waldemar Brodkorb | |
2016-11-17 | or1k: unbreak foo= shell functionality, mksh can be used now | Waldemar Brodkorb | |
2016-11-17 | git kernel handling | Waldemar Brodkorb | |
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this. | |||
2016-11-15 | or1k: disable mksh (deadlock), default to ash and newer kernel | Waldemar Brodkorb | |
2016-03-27 | or1k: sync kernel config | Waldemar Brodkorb | |
2015-12-02 | or1k: try with openrisc linux version, minimize defconfig | Waldemar Brodkorb | |
2015-10-23 | add or1ksim basic files | Waldemar Brodkorb | |
2015-10-09 | add ethernet driver support for qemu-system-or32 | Waldemar Brodkorb | |
2015-09-15 | add more symbols for or1k defconfig | Waldemar Brodkorb | |
2015-09-01 | or1k: add basic qemu support | Waldemar Brodkorb | |
Kernel boots, userland not. |