summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/Kconfig
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-11-05 10:29:24 -0600
committerRaul Rangel <rrangel@chromium.org>2021-11-08 19:59:17 +0000
commit82897c9c4f15880a7efa21c4e11a0929975384a1 (patch)
treec4f782fd66b33647ee58dce3afa4607bd9b5d831 /src/drivers/intel/fsp2_0/Kconfig
parent6fd23cb2d249e44b6e7e86bd6b95bdba9992f3db (diff)
drivers/intel/fsp2_0: Add FSP_ALIGNMENT_FSP_X option
This option will allow setting the FSP alignment in CBFS. BUG=b:179699789 TEST=Boot with and without the option set and verify -a option was passed. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I4533f6c9d56bea6520aa3aa87dd49f2144a23850 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58986 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/drivers/intel/fsp2_0/Kconfig')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig
index ba93baa4de..a0e02a83ca 100644
--- a/src/drivers/intel/fsp2_0/Kconfig
+++ b/src/drivers/intel/fsp2_0/Kconfig
@@ -218,6 +218,16 @@ config FSP_COMPRESS_FSP_M_LZ4
bool
depends on !FSP_M_XIP
+config FSP_ALIGNMENT_FSP_S
+ int
+ help
+ Sets the CBFS alignment for FSP-S
+
+config FSP_ALIGNMENT_FSP_M
+ int
+ help
+ Sets the CBFS alignment for FSP-M
+
config FSP_M_ADDR
hex
help