configs: Add qemu aarch64 target with FIT support
Add a defconfig which allows to place a large uImage/FIT payload in it to boot test the binary on qemu-system-aarch64 using u-root and kexec-tools. Change-Id: I95ca187b68ff883152421bd7612b494cd63e8d02 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40413 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
c049572385
commit
afa71b6113
|
@ -0,0 +1,7 @@
|
|||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
CONFIG_TIMESTAMPS_ON_CONSOLE=y
|
||||
CONFIG_MAINBOARD_VENDOR="Emulation"
|
||||
CONFIG_CBFS_SIZE=0x1000000
|
||||
CONFIG_BOARD_EMULATION_QEMU_AARCH64=y
|
||||
CONFIG_COREBOOT_ROMSIZE_KB_16384=y
|
||||
CONFIG_PAYLOAD_FIT_SUPPORT=y
|
Loading…
Reference in New Issue