Attention is currently required from: Andrey Petrov, Hannah Williams, Subrata Banik, Tarun Tuli.
Hello Andrey Petrov, Hannah Williams, Subrata Banik, Tarun Tuli, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75524?usp=email
to look at the new patch set (#8).
Change subject: drivers/intel/fsp2_0: Read MRC version from FSP binary ......................................................................
drivers/intel/fsp2_0: Read MRC version from FSP binary
From MTL FSP 3194_81, FSP binary has MRC version part of FSP PRODUCER DATA TABLES. This commit adds flow to read MRC version from FSP binary while reading fsp component.
`FspProducerDataHeader.h` available in supported platforms. To avoid compilation error, Add MRC_VERSION_FROM_BIN Kconfig to restrict flow for unsupported platforms.
BUG=b:261689642 TEST= Verified MRC version using print on google/rex.
Change-Id: I5f7b536929eafae692f0c1fad6ca15e4021dccd8 Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com --- M src/drivers/intel/fsp2_0/Kconfig M src/drivers/intel/fsp2_0/include/fsp/soc_binding.h M src/drivers/intel/fsp2_0/include/fsp/util.h M src/drivers/intel/fsp2_0/util.c 4 files changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/75524/8