Name of user not set #1004668 has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69448 )
Change subject: soc/intel/quark: minimal config needed to boot a payload ......................................................................
soc/intel/quark: minimal config needed to boot a payload
Change-Id: I44c2e08fd40cd1d1ca389317eaa669070f1726aa Signed-off-by: Łukasz Jeleń lukasz@jelen.dev --- M src/soc/intel/quark/Kconfig 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/69448/1
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 9783c1d..e96c025 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -26,6 +26,8 @@ select USE_FSP_NOTIFY_PHASE_READY_TO_BOOT select USE_FSP_NOTIFY_PHASE_END_OF_FIRMWARE select USE_MARCH_586 + select FSP_M_XIP + select ADD_FSP_BINARIES
##### # Debug serial output @@ -184,7 +186,7 @@
config ADD_RMU_FILE bool "Should the RMU binary be added to the flash image?" - default n + default y help The RMU file is required to get the chip out of reset.