From a816c298821ea7d587d615b178754ced8b4660bf Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Wed, 27 Oct 2021 00:23:14 +0300 Subject: payloads/external: add skiboot (for QEMU/Power9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an option to build skiboot as a payload. This makes QEMU Power9 board simpler to use as skiboot is necessary anyway. Change-Id: I0b49ea7464c97cc2ff0d5030629deed549851372 Signed-off-by: Igor Bagnucki Signed-off-by: Krystian Hebel Signed-off-by: Sergii Dmytruk Reviewed-on: https://review.coreboot.org/c/coreboot/+/58656 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski --- src/mainboard/emulation/qemu-power9/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/emulation/qemu-power9/Kconfig b/src/mainboard/emulation/qemu-power9/Kconfig index 7bda9cde3c..94c5a59cd5 100644 --- a/src/mainboard/emulation/qemu-power9/Kconfig +++ b/src/mainboard/emulation/qemu-power9/Kconfig @@ -8,7 +8,7 @@ if BOARD_EMULATION_QEMU_POWER9 config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_POWER9 - select BOARD_ROMSIZE_KB_512 + select BOARD_ROMSIZE_KB_1024 select ARCH_BOOTBLOCK_PPC64 select ARCH_VERSTAGE_PPC64 select ARCH_ROMSTAGE_PPC64 -- cgit v1.2.3