Patrick Georgi has uploaded a new patch set (#15) to the change originally created by Julien Viard de Galbert. ( https://review.coreboot.org/c/coreboot/+/25437 )
Change subject: FSP 2.0: Add fsp_relax_security ......................................................................
FSP 2.0: Add fsp_relax_security
The rationale is that for some hardware testing tools to work properly some register must not be locked, adding this hook allows the platform to define its way of disabling the locks. The implementation is to not call the final FSP notify stage that does the locking.
Change-Id: I972e7387c2612ee0053df21afb55b0b264961174 Signed-off-by: Julien Viard de Galbert jviarddegalbert@online.net --- M src/drivers/intel/fsp2_0/include/fsp/api.h M src/drivers/intel/fsp2_0/notify.c 2 files changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/25437/15