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 | |
2022-02-15 | remove virtualbox support | Waldemar Brodkorb | |
2020-06-07 | remove old non-embedded samples | Waldemar Brodkorb | |
2015-12-14 | simplify qemu x86/x86_64 support, enable block | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-08 | rework generic pc configs, add x86_64 config | Waldemar Brodkorb | |
2015-11-05 | generic-pc: better handling of ATA/serial drivers | Waldemar Brodkorb | |
2015-09-12 | move serial driver stuff | Waldemar Brodkorb | |
2015-09-10 | this symbol is arch specific and required | Waldemar Brodkorb | |
2015-09-10 | prefix models with ADK_TARGET_MODEL | Waldemar Brodkorb | |
2015-05-30 | add support for pcengines-alix | Waldemar Brodkorb | |
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading. | |||
2014-06-13 | add kernel config for vbox | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-24 | pci is default | Waldemar Brodkorb | |
2014-04-07 | resolve merge | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-04-06 | use one kernel config | Waldemar Brodkorb | |
2014-04-05 | add generic pc | Waldemar Brodkorb | |
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-01 | add x32 toolchain and kernel support | Waldemar Brodkorb | |
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-02-24 | fix disk boot | Waldemar Brodkorb | |
2014-01-07 | add i686 and sparc support for perl package, use miniconfig | Waldemar Brodkorb | |