mb/google/guybrush: 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: Iadc2c7d44d8e89f9b4a8f4adad4ac3dd07466984 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90289 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
eb52862132
commit
60e375fae4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ FLASH 16M {
|
|||
}
|
||||
RW_VPD(PRESERVE) 8K
|
||||
RW_NVRAM(PRESERVE) 20K
|
||||
SMMSTORE(PRESERVE)@0x620000 256K
|
||||
SMMSTORE(PRESERVE)@0x620000 512K
|
||||
RW_LEGACY(CBFS)
|
||||
WP_RO@8M 8M {
|
||||
RO_VPD(PRESERVE) 16K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue