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>
This commit is contained in:
Frans Hendriks 2021-04-01 14:38:50 +02:00 committed by Patrick Georgi
parent 084ad93663
commit 53fe0a2529
1 changed files with 5 additions and 5 deletions

View File

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