diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2021-04-01 14:38:50 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:00:49 +0000 |
commit | 53fe0a25297fb1cc4ec7f17793b5cdabc931be24 (patch) | |
tree | 0801913a8638102a66ff3cd25a29028ffe4025fc /src | |
parent | 084ad93663d113a3c4d5c5b41d50179cb29b2881 (diff) |
mb/facebook/fbg1701/vboot-rw.fmd: Expand RO_SECTION
The romstage does not fit in RO_SECTION.
Increase the CBFS size in RO_SECTION.
BUG = N/A
TEST = Boot Facebook FBG1701 with VBOOT enabled.
Change-Id: I2f1020acb3ec99d4cddbaa05b0998fe32b470d3e
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52026
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/facebook/fbg1701/vboot-rw.fmd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/facebook/fbg1701/vboot-rw.fmd b/src/mainboard/facebook/fbg1701/vboot-rw.fmd index 51ee470cc4..ae7312cefe 100644 --- a/src/mainboard/facebook/fbg1701/vboot-rw.fmd +++ b/src/mainboard/facebook/fbg1701/vboot-rw.fmd @@ -3,18 +3,18 @@ FLASH 8M { MISC_RW@0x0 0x08000 { RW_MRC_CACHE@0 0x08000 } - RW_SECTION_A@0x08000 0x578000 { + RW_SECTION_A@0x08000 0x568000 { VBLOCK_A@0x0 0x10000 RW_FWID_A@0x10000 0x40 - FW_MAIN_A(CBFS)@0x10040 0x567FC0 + FW_MAIN_A(CBFS)@0x10040 0x557FC0 } - WP_RO@0x580000 0x080000 { - RO_SECTION@0x0000 0x80000 { + WP_RO@0x570000 0x090000 { + RO_SECTION@0x0000 0x90000 { FMAP@0x0 0x400 RO_FRID@0xA00 0x40 RO_FRID_PAD@0xA40 0x5c0 GBB@0x1000 0x4000 - COREBOOT(CBFS)@0x5000 0x07B000 + COREBOOT(CBFS)@0x5000 0x08B000 } } } |