Attention is currently required from: Nico Huber, Subrata Banik, Sridhar Siricilla, Patrick Rudolph. Hello build bot (Jenkins), Maulik V Vaghela, Krishna P Bhat D, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61380
to look at the new patch set (#14).
Change subject: soc/intel/common: Add support to control coreboot and Intel SoC features ......................................................................
soc/intel/common: Add support to control coreboot and Intel SoC features
The patch adds a framework to control coreboot and Intel SoC features dynamically. BIOS reads control information from OEM Section in the Descriptor Region and control the developer selected features. With the feature, debug team can control the selected SoC and coreboot features without rebuilding coreboot.
In order to enable the feature, SOC_INTEL_COMMON_BLOCK_DEBUG_FEATURE has to be selcted from mainboard.
The OEM section starts from offset:0xf00 till end of the Descriptor Region(0xfff).
BUG=b:153410586 BRANCH=None TEST=Verified CSE firmware update functionality on brya
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: I5ba40926bd9ad909654f152e48cdd648b28afd62 --- M src/soc/intel/common/basecode/Kconfig A src/soc/intel/common/basecode/debug/Kconfig A src/soc/intel/common/basecode/debug/Makefile.inc A src/soc/intel/common/basecode/debug/debug_feature.c A src/soc/intel/common/basecode/include/intelbasecode/debug_feature.h 5 files changed, 61 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/61380/14