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/+/69580
to look at the new patch set (#3).
Change subject: [RFC] drivers/intel/fsp2_0/hand_off_block: limit number of processed HOBs ......................................................................
[RFC] drivers/intel/fsp2_0/hand_off_block: limit number of processed HOBs
Limit the number of HOBs fsp_hob_iterator_get_next will process to avoid a more or less infinite loop in case the HOB list in memory is broken. A relatively large number is chosen for HOB_PROCESSING_LIMIT, so that this check won't be run into during normal operation.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie89c5b7e0aff7926e819aca455554370afd36f43 --- M src/drivers/intel/fsp2_0/hand_off_block.c 1 file changed, 29 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/69580/3