diff options
author | Mathew King <mathewk@chromium.org> | 2019-03-21 12:50:54 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-21 21:04:12 +0000 |
commit | b08906b2406bf93cae692a8ac5bc75302038a4c2 (patch) | |
tree | 8ca710dcfd70a6a9f46cf2743dcb814e9dbe4216 /src/mainboard/google/kahlee/variants | |
parent | 7169450310f1290941b88a01db215fe00b638ddc (diff) |
grunt: Mark RW_LEGACY as CBFS
Depthcharge is changing how the RW_LEGACY CBFS is handled for alternate
bootloaders, see https://crrev.com/c/1528550 and
https://crrev.com/c/1530303. This means that RW_LEGACY must be marked as
CBFS in the fmap in order to work. All boards except for kahlee(grunt)
have CBFS marked.
BUG=b:128703316
TEST=Build and ran on grunt along with chromium patches on grunt and was
able to list alternate bootloader with ctrl+l
BRANCH=none
Change-Id: I843d565a9503d27e666a34e59aba263ec490c81f
Signed-off-by: Mathew King <mathewk@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32019
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants')
-rw-r--r-- | src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd b/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd index 9d89a15d43..b746545488 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd +++ b/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd @@ -24,7 +24,7 @@ FLASH@0xFF000000 0x1000000 { RW_NVRAM(PRESERVE)@0x467000 0x5000 RW_UNUSED@0x46C000 0x14000 SMMSTORE(PRESERVE)@0x480000 0x20000 - RW_LEGACY@0x4a0000 0x760000 + RW_LEGACY(CBFS)@0x4a0000 0x760000 WP_RO@0xC00000 0x400000 { RO_VPD(PRESERVE)@0x0 0x4000 |