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:
Arthur Heymans 2022-02-02 21:26:48 +01:00 committed by Martin Roth
parent 1ba6049ad9
commit 9813544151
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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