summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2020-04-15 19:23:46 +0200
committerPatrick Rudolph <siro@das-labor.org>2020-04-17 15:33:18 +0000
commitafa71b611312dc897b03e2b4bba44e8a427ac8ea (patch)
tree18a01d4d91699d4a7a6ec2930248071c743c9f0f /configs
parentc0495723857792f30b88880fafbe958ce9f700f3 (diff)
downloadcoreboot-afa71b611312dc897b03e2b4bba44e8a427ac8ea.tar.gz
coreboot-afa71b611312dc897b03e2b4bba44e8a427ac8ea.tar.bz2
coreboot-afa71b611312dc897b03e2b4bba44e8a427ac8ea.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.emulation_qemu_aarch64_fit_support_timestamps7
1 files 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 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