diff options
author | Mathew King <mathewk@chromium.org> | 2019-02-01 15:59:39 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-02-06 17:10:11 +0000 |
commit | 946fa5f9418f0bff49c1dc90492c08e79f47a81f (patch) | |
tree | cc6b0301a8ee7c22be6ad156ff7c4e8ac69b3391 /src | |
parent | 2bc892cf56acbce5d76f3a0c50908b44f8dc49a6 (diff) | |
download | coreboot-946fa5f9418f0bff49c1dc90492c08e79f47a81f.tar.gz coreboot-946fa5f9418f0bff49c1dc90492c08e79f47a81f.tar.bz2 coreboot-946fa5f9418f0bff49c1dc90492c08e79f47a81f.zip |
mb/google/reef: Expand the coreboot RO section
Current coreboot size is not adequate for adding new features.
Note for cros: This change is for merge to ToT only and should not be
cherry-picked into reef's firmware branch.
BUG=chromium:903833
TEST=emerge-reef coreboot
Change-Id: Ie7a25c4638c474e81fb34b57de0dfc1bf393ea67
Signed-off-by: Mathew King <mathewk@chromium.org>
Reviewed-on: https://review.coreboot.org/c/31230
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/reef/chromeos.fmd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd index 768d322a2d0c..f601adc5e3a4 100644 --- a/src/mainboard/google/reef/chromeos.fmd +++ b/src/mainboard/google/reef/chromeos.fmd @@ -7,9 +7,8 @@ FLASH 16M { FMAP@0x0 0x800 RO_FRID@0x800 0x40 RO_FRID_PAD@0x840 0x7c0 - COREBOOT(CBFS)@0x1000 0x17b000 - GBB@0x17c000 0x40000 - RO_UNUSED@0x1bc000 0x40000 + COREBOOT(CBFS)@0x1000 0x1bb000 + GBB@0x1bc000 0x40000 } } MISC_RW@0x400000 0x30000 { |