summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelfmt
AgeCommit message (Collapse)Author
2024-01-08add support for Synopsys ARCv3Waldemar Brodkorb
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2022-08-19loongarch: use special linux version, boots up nowWaldemar Brodkorb
2021-11-15Add support for Synology DS414 NASPhil Sutter
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-15mk: Support appending a DTB to kernel imagePhil Sutter
Activated by setting ADK_TARGET_KERNEL_APPEND_DTB symbol to the basename (without suffix) of a dtb file. Not quite user-friendly, but really meant for internal use via default symbol values depending on chosen target system. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-01mk: Generalize kernel loadaddrPhil Sutter
Introduce ADK_TARGET_KERNEL_LOADADDR symbol holding the right kernel loadaddr depending on chosen target system instead of hard-coding the value into kernel-vars.mk. Signed-off-by: Phil Sutter <phil@nwl.cc>
2019-10-09lm32: try to build kernel for qemuWaldemar Brodkorb
2017-12-31dec-multia: make netboot possible, add aboot bootloaderWaldemar Brodkorb
2017-09-27sample for SUN JavaStationWaldemar Brodkorb
2017-06-29add som-c675 sampleWaldemar Brodkorb
2017-02-19more h8300 work, add u-bootWaldemar Brodkorb
2017-02-18add srec support for kernel formatWaldemar Brodkorb
2016-04-02use bzImage for generic x86/x86_64Waldemar Brodkorb
2016-03-19add basic bits and bytes for stm32f429 supportWaldemar Brodkorb
2015-12-27more xtensa improvementsWaldemar Brodkorb
2015-12-27use Image.elf for Xtensa-nommu as suggested by MaxWaldemar Brodkorb
2015-11-12do not allow to build broken kernel images with compressionWaldemar Brodkorb
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now.
2015-09-02allow to use linux defconfigs, needs more workWaldemar Brodkorb