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-05-10 | csky: use time64 by default | Waldemar Brodkorb | |
2023-01-24 | enable CONFIG_COMPAT_32BIT_TIME | Waldemar Brodkorb | |
2019-10-29 | csky: rework qemu support | Waldemar Brodkorb | |
2019-10-09 | c-sky: remove ck607 abiv1 support as it is deprecated, default to gcc 9.2.0, ↵ | Waldemar Brodkorb | |
allow qemu to be build big/little endian | |||
2019-10-01 | csky: works without dtb | Waldemar Brodkorb | |
2018-03-13 | csky: fix qemu system emulation | Waldemar Brodkorb | |
2018-02-03 | csky: add better qemu support | Waldemar Brodkorb | |
2018-01-02 | uclibc-ng: remove COMPAT_ATEXIT | Waldemar Brodkorb | |
2017-12-28 | csky: add different qemu configs for the different targets | Waldemar Brodkorb | |
2017-12-27 | csky: allow to compile kernel, start help text for qemu | Waldemar Brodkorb | |
2017-12-26 | csky: update uclibc-ng.config | Guo Ren | |
Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-10-17 | csky: fine tune support | Waldemar Brodkorb | |
2017-07-29 | add basic support for architecture c-sky, not yet working | Waldemar Brodkorb | |