Attention is currently required from: Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger, Felix Held.
Grzegorz Bernacki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74267 )
Change subject: mendocino: Add option to generate FSP version file ......................................................................
mendocino: Add option to generate FSP version file
This commit adds config, which when enabled adds a FSP blob version file to CBFS and enables printing the content of the file at ramstage.
BUG=b:224780134 TEST=Tested on Skyrim device
Change-Id: I13c9d322735e0979484b120c665fb100cf187eab Signed-off-by: Grzegorz Bernacki bernacki@google.com --- M src/soc/amd/mendocino/Kconfig 1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/74267/1
diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig index 1abe018..824951a 100644 --- a/src/soc/amd/mendocino/Kconfig +++ b/src/soc/amd/mendocino/Kconfig @@ -485,6 +485,11 @@ help Add psp_verstage signature token to the build & PSP Directory Table
+config FSP_VERSION_FILE + bool "Store version file in CBFS" + default n + help + Add file with version of some FSP blobs to CBFS endmenu
config VBOOT