summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2011-12-08 14:29:24 -0800
committerDuncan Laurie <dlaurie@chromium.org>2011-12-08 16:33:31 -0800
commit943fb3c49906998ad9e3e5142813863287c1e8e9 (patch)
tree1fef749cdfe0840b6003921f32a5075be9f0d987 /board
parent9e3469de88449c1ca3af5f33a885890e9e931235 (diff)
Update 8MB flashmap layout to match new flash descriptor settings.
- SI_ME size is now 1.5MB (down from 2MB) - SI_BIOS size is now 6.5MB (up from 6MB) - coreboot-extra region increases by 512K to consume the new space BUG=chrome-os-partner:7147 TEST=boot on stumpy and lumpy with updated descriptor and ME Change-Id: I77e720e453901f9dcfe861e4c41447bf9832f919 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/12654 Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
index 53c66e5dab..1c9e8921b8 100644
--- a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
@@ -22,7 +22,7 @@
*/
si-all@0 {
label = "si-all";
- reg = <0x00000000 0x00200000>;
+ reg = <0x00000000 0x00180000>;
};
/*
@@ -42,7 +42,7 @@
*/
si-me@0 {
label = "si-me";
- reg = <0x00001000 0x001ff000>;
+ reg = <0x00001000 0x0017f000>;
type = "wiped";
wipe-value = [ff];
};
@@ -54,7 +54,7 @@
*/
si-bios@0 {
label ="si-bios";
- reg = <0x00200000 0x00600000>;
+ reg = <0x00180000 0x00680000>;
};
/*
@@ -64,7 +64,7 @@
*/
coreboot-extra@0 {
label = "coreboot-extra";
- reg = <0x00200000 0x001ff000>;
+ reg = <0x00180000 0x0027f000>;
type = "wiped";
wipe-value = [ff];
};