Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|