mb/google/reef: Increase size of SMMSTORE to 512KB
Increase size of SMMSTORE FMAP region to 512KB to ensure a large enough area is allocated to UEFI variable storage which allows for variables (such as the UEFI revocation database) to be updated via fwupd. Previously, such updates would fail with an error such as: "efivar: No space left on device". Change-Id: I1ef876de4ccb3a0ed2ff0a96b66c6b02bf274a3e Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90291 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
This commit is contained in:
parent
36a345f99e
commit
91c6a0b5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FLASH 16M {
|
|||
SI_BIOS@0x1000 0xf7e000 {
|
||||
IFWI@0x0 0x1ff000
|
||||
# SMMSTORE requires 64k alignment
|
||||
SMMSTORE@0xa4f000 0x40000
|
||||
SMMSTORE@0xa4f000 0x80000
|
||||
UNIFIED_MRC_CACHE 0x21000 {
|
||||
RECOVERY_MRC_CACHE@0x0 0x10000
|
||||
RW_MRC_CACHE 0x10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue