diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2018-12-18 02:52:32 +0000 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2018-12-18 17:51:05 +0000 |
commit | e5e85e24f7aaa5cfec5699950d79abfcdefd8e89 (patch) | |
tree | 267e4046a77116806508dd4d4facf0e3d2e3e3f9 /src/mainboard/google/sarien | |
parent | 472d68b066ebf73f9718029223fa181123ef72bb (diff) | |
download | coreboot-e5e85e24f7aaa5cfec5699950d79abfcdefd8e89.tar.xz |
Revert "google/sarien: Increase BIOS region to 28MB"
This reverts commit ad41f5512306d118047d2f7243678ddb32b4b06b.
Reason for revert: <Issue have seen on EVT platform that vboot always fail to verify keyblock A>
BUG=b:121169122
Change-Id: I2790ef3463a228008b614498009fbdc8b493cfb0
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/c/30286
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/sarien')
-rw-r--r-- | src/mainboard/google/sarien/chromeos.fmd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/sarien/chromeos.fmd b/src/mainboard/google/sarien/chromeos.fmd index ef97ab8234..663176978f 100644 --- a/src/mainboard/google/sarien/chromeos.fmd +++ b/src/mainboard/google/sarien/chromeos.fmd @@ -1,11 +1,11 @@ FLASH@0xfe000000 0x2000000 { - SI_ALL@0x0 0x400000 { + SI_ALL@0x0 0x1000000 { SI_DESC@0x0 0x1000 SI_EC@0x1000 0x100000 SI_GBE@0x101000 0x2000 - SI_ME@0x103000 0x2fd000 + SI_ME@0x103000 0xefd000 } - SI_BIOS@0x400000 0x1c00000 { + SI_BIOS@0x1000000 0x1000000 { RW_SECTION_A@0x0 0x280000 { VBLOCK_A@0x0 0x10000 FW_MAIN_A(CBFS)@0x10000 0x26ffc0 @@ -30,8 +30,8 @@ FLASH@0xfe000000 0x2000000 { RW_NVRAM@0x2a000 0x6000 } CONSOLE@0x530000 0x20000 - RW_LEGACY(CBFS)@0x550000 0x12b0000 - WP_RO@0x1800000 0x400000 { + RW_LEGACY(CBFS)@0x550000 0x6b0000 + WP_RO@0xc00000 0x400000 { RO_VPD@0x0 0x4000 RO_UNUSED@0x4000 0xc000 RO_SECTION@0x10000 0x3f0000 { |