summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-12-16 14:06:31 -0800
committerStefan Reinauer <reinauer@chromium.org>2011-12-16 14:17:12 -0800
commit95711296fae612c0334c889dc6f3183139d7344b (patch)
tree2922b9ec53c31849faceb36e7a7b915d8d61ce09 /board
parent356dbfde0bbe728721376eb0f1726622ec9bd393 (diff)
x86: Move RO VPD to H2C's position
BUG=chrome-os-partner:7185 TEST=emerge-* chromeos-u-boot chromeos-coreboot chromeos-bootimage Signed-off-by: Stefan Reinauer <reinauer@google.com> Change-Id: I5361c9ba9519dd726adf9e91747fe08b5e79e9a7 Reviewed-on: https://gerrit.chromium.org/gerrit/13106 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb.dtsi20
1 files changed, 16 insertions, 4 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
index 6a9d5867ba..c225e5a4e7 100644
--- a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
@@ -186,9 +186,9 @@
* extensions. cros_bundle_firmware dislikes holes in the
* FMAP, so we cover all empty space here.
*/
- ro-unused@0 {
- label = "ro-unused";
- reg = <0x00400000 0x00250000>;
+ ro-unused-1@0 {
+ label = "ro-unused-1";
+ reg = <0x00400000 0x00170000>;
type = "wiped";
wipe-value = [ff];
};
@@ -198,12 +198,24 @@
label = "ro-vpd";
/* VPD offset must be aligned to 4K bytes */
- reg = <0x00650000 0x00020000>; /* 128 KB */
+ reg = <0x00570000 0x00020000>; /* 128 KB */
read-only;
type = "wiped";
wipe-value = [ff];
};
+ /*
+ * This space is currently unused and reserved for future
+ * extensions. cros_bundle_firmware dislikes holes in the
+ * FMAP, so we cover all empty space here.
+ */
+ ro-unused-2@0 {
+ label = "ro-unused-2";
+ reg = <0x00590000 0x000e0000>;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
/* ---- Section: Read-only ---- */
ro-section@0 {
label = "ro-section";