From afa71b611312dc897b03e2b4bba44e8a427ac8ea Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 15 Apr 2020 19:23:46 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40413 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Reviewed-by: Felix Held --- .../config.emulation_qemu_aarch64_fit_support_timestamps | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/config.emulation_qemu_aarch64_fit_support_timestamps 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 000000000000..7d0054ca6be1 --- /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