Attention is currently required from: Sean Rhodes, Patrick Rudolph. Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62990 )
Change subject: drivers/smmstore: Enable 4KiB blocks in SMMSTORE ......................................................................
Patch Set 1: Code-Review-2
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/62990/comment/a0b5269a_cae91ee9 PS1, Line 9: Enable 4KiB blocks in SMMSTORE so that payloads such as edk2 don't : assert. What do you mean?
Patchset:
PS1: SMM_BLOCK_SIZE is the same size as the min common denominator for block erase size supported on flash chips by coreboot. Setting it smaller would break erasing. I also vaguely remember that 64K is what EDK2 expects/needs.