Hello build bot (Jenkins), Maulik V Vaghela, Stefan Reinauer, Rizwan Qureshi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46441
to look at the new patch set (#6).
Change subject: util/ifdtool: Enable CPU read for ME region ......................................................................
util/ifdtool: Enable CPU read for ME region
We are implementing a mechanism in coreboot to update CSME firmware, this requires coreboot to be able to read CSME region. Exposing the CSME data is not an issue since the data stored by CSE is all encrypted.
This patch will enable read access to CSME region when locking. Also, we have enabled this change starting SKL/KBL.
TEST=Flashrom returns success while erasing the SI_ME region. After rebooting the DUT, DUT boots into OS without any issues on Drawlat EVT.
Signed-off-by: Usha P usha.p@intel.com Change-Id: I1d9a8e17fba19b717453476fbcb7bcf95b278abe --- M util/ifdtool/ifdtool.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/46441/6