Attention is currently required from: Matt DeVillier, Paul Menzel.
Hello Matt DeVillier, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83265?usp=email
to look at the new patch set (#3).
Change subject: soc/intel/common: Add fpt_support to override CSME and HECI disables ......................................................................
soc/intel/common: Add fpt_support to override CSME and HECI disables
Intels FPT (Flash Programming Tool) can be used to flash coreboot via the EFI Shell and various Operating Systems. However, FPT requires the Intel ME to be enabled, and for the HECI interface to be visible.
Add a runtime option `fpt_support`, which users can use to stop HECI and the Intel ME from being disabled so this tool will work.
TEST=Boot starbook_rpl with edk2 payload, and flash BIOS region with FPT.efi.
Change-Id: I695fa96c5057303730492139904dfcc1d989880b Signed-off-by: Sean Rhodes sean@starlabs.systems --- M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/cse/disable_heci.c 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/83265/3