Michael Niewöhner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47999 )
Change subject: drivers/intel/fsp2_0: move the FSP FD PATH option down in menuconfig ......................................................................
drivers/intel/fsp2_0: move the FSP FD PATH option down in menuconfig
Move the FSP FD PATH option down, so it gets shown in place of the split FD files, when the users chooses to use a full FD binary.
Change-Id: Ie03a418fab30a908d020abf94becbaedf54fbb99 Signed-off-by: Michael Niewöhner foss@mniewoehner.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/47999 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/drivers/intel/fsp2_0/Kconfig 1 file changed, 6 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved Tim Wawrzynczak: Looks good to me, approved
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index ecff4c7..03b9c2b 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -56,12 +56,6 @@ help Include directory with the FSP ABI header files.
-config FSP_FD_PATH - string "Location of FSP FD file" if FSP_FULL_FD && !FSP_USE_REPO - help - Path to the FSP FD file that contains the individual FSP-T, FSP-M - and FSP-S binaries. The file gets split at build-time. - config ADD_FSP_BINARIES bool "Add Intel FSP 2.0 binaries to CBFS" if !FSP_USE_REPO default y if FSP_USE_REPO @@ -88,6 +82,12 @@ Use a combined FSP FD file instead of specifying individual, already split binaries and split the file at build-time.
+config FSP_FD_PATH + string "Location of FSP FD file" if FSP_FULL_FD && !FSP_USE_REPO + help + Path to the FSP FD file that contains the individual FSP-T, FSP-M + and FSP-S binaries. The file gets split at build-time. + config FSP_T_FILE string "Intel FSP-T (temp RAM init) binary path and filename" if !FSP_FULL_FD depends on ADD_FSP_BINARIES