diff options
author | Sergii Dmytruk <sergii.dmytruk@3mdeb.com> | 2021-10-27 00:23:14 +0300 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-16 15:39:19 +0000 |
commit | a816c298821ea7d587d615b178754ced8b4660bf (patch) | |
tree | 8f6408f0773a86502d8741e2e6b84c70fa5ab7da /src/mainboard/emulation/qemu-power9 | |
parent | 8d436cfc1acc7a15cd821e3fb61ad1b0f797a312 (diff) |
payloads/external: add skiboot (for QEMU/Power9)
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 <igor.bagnucki@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58656
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-power9')
-rw-r--r-- | src/mainboard/emulation/qemu-power9/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |