Attention is currently required from: Andrey Petrov.
Hello Andrey Petrov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69412
to look at the new patch set (#2).
Change subject: drivers/fsp2: Don't die if the FSP signature doesn't match ......................................................................
drivers/fsp2: Don't die if the FSP signature doesn't match
If the FSP signature doesn't match, there's going to be something else that kills the system, or not. Either way, killing the system in coreboot isn't needed. We should absolutely print an error message, but let the FSP take care of halting the system or better still, returning to let coreboot print a message and halt at that point.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I12aca7cad3298ac36b1fed09efaa190c958cf126 --- M src/drivers/intel/fsp2_0/util.c 1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/69412/2