Attention is currently required from: Jamie Ryu. Jamie Ryu has uploaded a new patch set (#31) to the change originally created by Varshit B Pandya. ( https://review.coreboot.org/c/coreboot/+/34656 )
Change subject: soc/intel/common/basecode: Configure top swap based on ucode version ......................................................................
soc/intel/common/basecode: Configure top swap based on ucode version
In case of FIT based FW update feature is enabled, check that the microcode has been loaded via FIT, if not, then disable top-swap so that RO microcode is loaded on the next boot.
This is to make sure that the system always boots up with a microcode loaded via FIT.
Change-Id: I0ed2ca9e350acf0385ce5d790d319235df6c9f21 Signed-off-by: Pandya, Varshit B varshit.b.pandya@intel.com Signed-off-by: Rizwan Qureshi rizwan.qureshi@intel.com Signed-off-by: Sugnan Prabhu S sugnan.prabhu.s@intel.com --- M src/soc/intel/common/basecode/fw_update/Makefile.inc A src/soc/intel/common/basecode/fw_update/ucode_load_check.c A src/soc/intel/common/basecode/include/intelbasecode/ucode_update.h 3 files changed, 35 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/34656/31