diff options
author | Patrick Georgi <pgeorgi@google.com> | 2018-09-06 18:15:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-12 12:25:30 +0000 |
commit | 803cf02801e4681604661bd8f6587fd303042b7a (patch) | |
tree | 94d6dc8811881e7504454dd0624f097a54e9eedb /src/mainboard/google/kahlee/variants | |
parent | 15192da7c756eead1e3ccb2d3c7781bf96680925 (diff) | |
download | coreboot-803cf02801e4681604661bd8f6587fd303042b7a.tar.xz |
mainboards: Add SMMSTORE region in chromeos configs
Only for those that are x86 and also have a RW_LEGACY region.
The assumption is that all devices touched have 64k block sizes when
choosing size and alignment of the region.
Change-Id: I12addb137604f003d1296f34f555dae219330b18
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/28532
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants')
-rw-r--r-- | src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd b/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd index 336aced7f2..f84ed01108 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd +++ b/src/mainboard/google/kahlee/variants/baseboard/chromeos.fmd @@ -24,7 +24,8 @@ FLASH@0xFF000000 0x1000000 { RW_VPD@0x465000 0x2000 RW_NVRAM@0x467000 0x5000 RW_UNUSED@0x46C000 0x14000 - RW_LEGACY@0x480000 0x780000 + SMMSTORE@0x480000 0x20000 + RW_LEGACY@0x4a0000 0x760000 WP_RO@0xC00000 0x400000 { RO_VPD@0x0 0x4000 |