diff options
author | Furquan Shaikh <furquan@google.com> | 2016-07-29 09:57:13 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-31 18:59:10 +0200 |
commit | bce1807d9c06c921381ed69343ccf4cfb145308a (patch) | |
tree | 3a230701dbf55fd4d0c70e8db6aca12a7c51b82b /src/mainboard/google/reef/chromeos.fmd | |
parent | b97cf79e2e4d8a9c1868da60c96925db57c0912d (diff) |
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>
Diffstat (limited to 'src/mainboard/google/reef/chromeos.fmd')
-rw-r--r-- | src/mainboard/google/reef/chromeos.fmd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd index bebee33ca7..286955d534 100644 --- a/src/mainboard/google/reef/chromeos.fmd +++ b/src/mainboard/google/reef/chromeos.fmd @@ -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 { |