Frans Hendriks has uploaded this change for review.

View Change

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>
---
M src/mainboard/facebook/fbg1701/vboot-rw.fmd
1 file changed, 5 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/52026/1
diff --git a/src/mainboard/facebook/fbg1701/vboot-rw.fmd b/src/mainboard/facebook/fbg1701/vboot-rw.fmd
index 51ee470..ae7312c 100644
--- a/src/mainboard/facebook/fbg1701/vboot-rw.fmd
+++ b/src/mainboard/facebook/fbg1701/vboot-rw.fmd
@@ -3,18 +3,18 @@
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
}
}
}

To view, visit change 52026. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2f1020acb3ec99d4cddbaa05b0998fe32b470d3e
Gerrit-Change-Number: 52026
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks@eltan.com>
Gerrit-MessageType: newchange