mb/google/octopus,reef: Align SMMSTORE region in default.fmd
The SMMSTORE region needs to be 64K aligned or error will be thrown. Change-Id: I5d4f71f80c3219ac2c7000e1fa95fd04100d9cfe Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61563 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
1ba6049ad9
commit
9813544151
|
@ -3,7 +3,7 @@ FLASH 16M {
|
|||
SI_BIOS@0x1000 0xf7e000 {
|
||||
IFWI@0x0 0x1ff000
|
||||
# SMMSTORE requires 64k alignment
|
||||
SMMSTORE@0xa5e000 0x40000
|
||||
SMMSTORE@0xa4f000 0x40000
|
||||
UNIFIED_MRC_CACHE 0x21000 {
|
||||
RECOVERY_MRC_CACHE 0x10000
|
||||
RW_MRC_CACHE 0x10000
|
||||
|
|
|
@ -3,7 +3,7 @@ FLASH 16M {
|
|||
SI_BIOS@0x1000 0xf7e000 {
|
||||
IFWI@0x0 0x1ff000
|
||||
# SMMSTORE requires 64k alignment
|
||||
SMMSTORE@0xa5e000 0x40000
|
||||
SMMSTORE@0xa4f000 0x40000
|
||||
UNIFIED_MRC_CACHE 0x21000 {
|
||||
RECOVERY_MRC_CACHE@0x0 0x10000
|
||||
RW_MRC_CACHE 0x10000
|
||||
|
|
Loading…
Reference in New Issue