google/reef: Update chromeos.fmd RO_SECTION
Update RO_SECTION to match the changes in depthcharge: https://chromium-review.googlesource.com/#/c/364261 BUG=chrome-os-partner:55713 Change-Id: I7238856cf73a62345778ea87e191a11190b7fb38 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15966 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
b97cf79e2e
commit
bce1807d9c
|
@ -2,17 +2,17 @@ FLASH 16M {
|
|||
WP_RO@0x0 0x800000 {
|
||||
SI_DESC@0x0 0x1000
|
||||
IFWI@0x1000 0x1ff000
|
||||
RO_SECTION@0x200000 0x600000 {
|
||||
RO_VPD@0x0 0x4000
|
||||
FMAP@0x4000 0x800
|
||||
RO_FRID@0x4800 0x40
|
||||
RO_FRID_PAD@0x4840 0x7c0
|
||||
COREBOOT(CBFS)@0x5000 0x17b000
|
||||
GBB@0x180000 0x40000
|
||||
RO_UNUSED_1@0x1c0000 0x400000
|
||||
RO_VPD@0x200000 0x4000
|
||||
RO_SECTION@0x204000 0x5fc000 {
|
||||
FMAP@0x0 0x800
|
||||
RO_FRID@0x800 0x40
|
||||
RO_FRID_PAD@0x840 0x7c0
|
||||
COREBOOT(CBFS)@0x1000 0x17b000
|
||||
GBB@0x17c000 0x40000
|
||||
RO_UNUSED_1@0x1bc000 0x400000
|
||||
# logical boot partition 2. Remove with updated CSE
|
||||
SIGN_CSE@0x5c0000 0x10000
|
||||
RO_UNUSED_2@0x5d0000 0x30000
|
||||
SIGN_CSE@0x5bc000 0x10000
|
||||
RO_UNUSED_2@0x5cc000 0x30000
|
||||
}
|
||||
}
|
||||
MISC_RW@0x800000 0x1a000 {
|
||||
|
|
Loading…
Reference in New Issue