diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-25 15:07:47 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-26 21:57:44 +0000 |
commit | 3044d708f8f06f3f5f5404de47f6eed47f1dfdae (patch) | |
tree | c37e5dd386ba99122683d00c3a2411635fdbe9dd /src/drivers/intel | |
parent | 59f06ada68db1775c0578035405d93ec666a04b5 (diff) |
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>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp2_0/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index ecff4c73d7..03b9c2b98e 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -56,12 +56,6 @@ config FSP_HEADER_PATH 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 @@ config FSP_FULL_FD 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 |