Patrick Rudolph has uploaded this change for review.

View Change

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>
---
A configs/config.emulation_qemu_aarch64_fit_support_timestamps
1 file changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/40413/1
diff --git a/configs/config.emulation_qemu_aarch64_fit_support_timestamps b/configs/config.emulation_qemu_aarch64_fit_support_timestamps
new file mode 100644
index 0000000..7d0054c
--- /dev/null
+++ b/configs/config.emulation_qemu_aarch64_fit_support_timestamps
@@ -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

To view, visit change 40413. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I95ca187b68ff883152421bd7612b494cd63e8d02
Gerrit-Change-Number: 40413
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-MessageType: newchange