aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/chromeos.fmd
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2018-09-06 18:15:43 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-09-12 12:25:30 +0000
commit803cf02801e4681604661bd8f6587fd303042b7a (patch)
tree94d6dc8811881e7504454dd0624f097a54e9eedb /src/mainboard/google/octopus/chromeos.fmd
parent15192da7c756eead1e3ccb2d3c7781bf96680925 (diff)
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/octopus/chromeos.fmd')
-rw-r--r--src/mainboard/google/octopus/chromeos.fmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/chromeos.fmd b/src/mainboard/google/octopus/chromeos.fmd
index 5572930657..f601adc5e3 100644
--- a/src/mainboard/google/octopus/chromeos.fmd
+++ b/src/mainboard/google/octopus/chromeos.fmd
@@ -36,7 +36,8 @@ FLASH 16M {
FW_MAIN_B(CBFS)@0x10000 0x46ffc0
RW_FWID_B@0x47ffc0 0x40
}
- RW_LEGACY(CBFS)@0xd30000 0x200000
+ SMMSTORE@0xd30000 0x40000
+ RW_LEGACY(CBFS)@0xd70000 0x1c0000
BIOS_UNUSABLE@0xf30000 0x4f000
DEVICE_EXTENSION@0xf7f000 0x80000
# Currently, it is required that the BIOS region be a multiple of 8KiB.