Patrick Rudolph submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Arthur Heymans: Looks good to me, approved Angel Pons: Looks good to me, approved
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>
---
A configs/config.emulation_qemu_aarch64_fit_support_timestamps
1 file changed, 7 insertions(+), 0 deletions(-)

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: 3
Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged