summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-09-30 10:45:42 -0700
committerStefan Reinauer <reinauer@google.com>2011-10-03 15:05:26 -0700
commit0112daa9bc65775dbea58f99bfaaa3261ca38cd7 (patch)
tree87d26521f94c9bbcefc827c85a580574ffbd2d0b /board
parent5b18dc36a7d162beece281a6c4087b57101d4e5a (diff)
Use an 8MB fmap on stumpy and lumpy.
With this change the tools don't have to work around fmap offsets and we don't have to have 2 different flash maps in fmap and dtb Signed-off-by: Stefan Reinauer <reinauer@google.com> BUG=chrome-os-partner:6166 TEST=boot tested Change-Id: Ifeb2f76ef726be5832cf4eb064b031bab4f6b25b Reviewed-on: http://gerrit.chromium.org/gerrit/8562 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Reinauer <reinauer@google.com> Commit-Ready: Stefan Reinauer <reinauer@google.com>
Diffstat (limited to 'board')
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb.dtsi253
-rw-r--r--board/chromebook-x86/coreboot/lumpy.dts6
-rw-r--r--board/chromebook-x86/coreboot/stumpy.dts6
3 files changed, 255 insertions, 10 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
new file mode 100644
index 00000000000..2822d33eb0f
--- /dev/null
+++ b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
@@ -0,0 +1,253 @@
+/*
+ * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/ {
+ /*
+ * Names will be capitalized and hyphen converted to underscore by
+ * cros_bundle_firmware.
+ */
+ flash@ff800000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "chromeos,flashmap";
+ reg = <0x00000000 0x00800000>;
+
+ /*
+ * Non-BIOS section of the Intel Firmware Descriptor image.
+ * This section covers the all the parts that are not shown
+ * to the CPU right below 4G.
+ */
+ si-all@0 {
+ label = "si-all";
+ reg = <0x00000000 0x00200000>;
+ };
+
+ /*
+ * Firmware Descriptor section of the Intel Firmware Descriptor
+ * image.
+ */
+ si-desc@0 {
+ label = "si-desc";
+ reg = <0x00000000 0x00001000>;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
+ /*
+ * Intel Management Engine section of the Intel Firmware
+ * Descriptor image.
+ */
+ si-me@0 {
+ label = "si-me";
+ reg = <0x00001000 0x001ff000>;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
+ /*
+ * "BIOS" section of the Intel Firmware Descriptor image.
+ * This section covers the complete image as shown to the
+ * CPU right below 4G.
+ */
+ si-bios@0 {
+ label ="si-bios";
+ reg = <0x00200000 0x00600000>;
+ };
+
+ /*
+ * 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.
+ */
+ coreboot-extra@0 {
+ label = "coreboot-extra";
+ reg = <0x00200000 0x00200000>;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
+ /* ---- Section: Rewritable VPD 32 KB ---- */
+ rw-vpd@0 {
+ label = "rw-vpd";
+ /* Alignment: 4k (for updating) */
+ reg = <0x00400000 0x00001000>;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
+ /* ---- Section: Rewritable shared 16 KB---- */
+ shared-section@0 {
+ /*
+ * Alignment: 4k (for updating).
+ * Anything in this range may be updated in recovery.
+ */
+ label = "rw-shared";
+ reg = <0x00401000 0x0001b000>;
+ };
+ shared-data@0 {
+ label = "shared-data";
+ /*
+ * Alignment: 4k (for random read/write).
+ * RW firmware can put calibration data here.
+ */
+ reg = <0x00401000 0x0001b000>;
+ type = "wiped";
+ wipe-value = [00];
+ };
+
+ /* ---- Section: Rewritable private 16 KB---- */
+ dev-cfg@0 {
+ label = "dev-cfg";
+ /*
+ * Alignment: 4k, and must occupy bottom of U-Boot
+ * firmware -- check CONFIG_ENV_OFFSET
+ */
+ reg = <0x0041c000 0x00004000>;
+
+ /*
+ * We could put the dev environment here, but U-Boot has
+ * a default built in. Devs can 'saveenv' to set this
+ * up.
+ */
+ type = "wiped";
+ wipe-value = [00];
+ };
+
+ /* ---- Section: Rewritable slot A ---- */
+ rw-a@0 {
+ label = "rw-section-a";
+ /* Alignment: 4k (for updating) */
+ reg = <0x00420000 0x000f0000>;
+ };
+ rw-a-vblock@0 {
+ label = "vblock-a";
+ /*
+ * Alignment: 4k (for updating) and must be in start of
+ * each RW_SECTION.
+ */
+ reg = <0x00420000 0x00010000>;
+ type = "keyblock boot";
+ keyblock = "firmware.keyblock";
+ signprivate = "firmware_data_key.vbprivk";
+ version = <1>;
+ kernelkey = "kernel_subkey.vbpubk";
+ preamble-flags = <1>;
+ };
+ rw-a-boot@0 {
+ /* Alignment: no requirement (yet). */
+ label = "fw-main-a";
+ reg = <0x00430000 0x000dffc0>;
+ type = "blob boot";
+ };
+ rw-a-firmware-id@0 {
+ /* Alignment: no requirement. */
+ label = "rw-fwid-a";
+ reg = <0x0050ffc0 0x00000040>;
+ read-only;
+ type = "blobstring fwid";
+ };
+
+ /* ---- Section: Rewritable slot B ---- */
+ rw-b@0 {
+ label = "rw-section-b";
+ /* Alignment: 4k (for updating) */
+ reg = <0x00510000 0x000f0000>;
+ };
+ rw-b-vblock@0 {
+ label = "vblock-b";
+ /*
+ * Alignment: 4k (for updating) and must be in start of
+ * each RW_SECTION.
+ */
+ reg = <0x00510000 0x00010000>;
+ type = "keyblock boot";
+ keyblock = "firmware.keyblock";
+ signprivate = "firmware_data_key.vbprivk";
+ version = <1>;
+ kernelkey = "kernel_subkey.vbpubk";
+ preamble-flags = <1>;
+ };
+ rw-b-boot@0 {
+ label = "fw-main-b";
+ /* Alignment: no requirement (yet). */
+ reg = <0x00520000 0x000dffc0>;
+ type = "blob boot";
+ };
+ rw-b-firmware-id@0 {
+ label = "rw-fwid-b";
+ /* Alignment: no requirement. */
+ reg = <0x005fffc0 0x00000040>;
+ read-only;
+ type = "blobstring fwid";
+ };
+
+ /* ---- Section: Vital-product data (VPD) ---- */
+ ro-vpd@0 {
+ label = "ro-vpd";
+
+ /* VPD offset must be aligned to 4K bytes */
+ reg = <0x00600000 0x00020000>;
+ read-only;
+ type = "wiped";
+ wipe-value = [ff];
+ };
+
+ /* ---- Section: Read-only ---- */
+ ro-section@0 {
+ label = "ro-section";
+ reg = <0x00620000 0x001e0000>;
+ read-only;
+ };
+ ro-fmap@0 {
+ label = "fmap";
+
+ /*
+ * We encourage to align FMAP partition in as large
+ * block as possible so that flashrom can find it soon.
+ * For example, aligning to 512KB is better than to
+ * 256KB.
+ */
+
+ reg = <0x00670000 0x00000800>;
+ read-only;
+ type = "fmap";
+ ver-major = <1>;
+ ver-minor = <0>;
+ };
+ ro-firmware-id@0 {
+ label = "ro-frid";
+ reg = <0x00670800 0x00000040>;
+ read-only;
+ type = "blobstring fwid";
+ };
+ ro-recovery@0 {
+ /* Deprecated section */
+ label = "recovery";
+ reg = <0x00680000 0x00080000>;
+ read-only;
+ };
+ ro-data@0 {
+ /* Currently unused, simply for padding */
+ label = "ro-data";
+ reg = <0x00700000 0x00040000>;
+ read-only;
+ };
+ ro-gbb@0 {
+ label = "gbb";
+
+ /* GBB offset must be aligned to 4K bytes */
+ reg = <0x00740000 0x00040000>;
+ read-only;
+ type = "blob gbb";
+ };
+ ro-boot@0 {
+ label = "boot-stub";
+ reg = <0x00780000 0x00080000>; /* 512 KB */
+ read-only;
+ type = "blob signed";
+ };
+ };
+};
diff --git a/board/chromebook-x86/coreboot/lumpy.dts b/board/chromebook-x86/coreboot/lumpy.dts
index 67b612c61f9..76d7e396768 100644
--- a/board/chromebook-x86/coreboot/lumpy.dts
+++ b/board/chromebook-x86/coreboot/lumpy.dts
@@ -2,7 +2,7 @@
/include/ "skeleton.dtsi"
/include/ "chromeos.dtsi"
-/include/ "flashmap-4mb.dtsi"
+/include/ "flashmap-8mb.dtsi"
/ {
model = "Google Lumpy";
@@ -11,8 +11,4 @@
config {
hwid = "X86 LUMPY TEST 6638";
};
-
- flash@ffc00000 {
- bios-base = <0x400000>;
- };
};
diff --git a/board/chromebook-x86/coreboot/stumpy.dts b/board/chromebook-x86/coreboot/stumpy.dts
index b191f13a303..f5ff0f637ab 100644
--- a/board/chromebook-x86/coreboot/stumpy.dts
+++ b/board/chromebook-x86/coreboot/stumpy.dts
@@ -2,7 +2,7 @@
/include/ "skeleton.dtsi"
/include/ "chromeos.dtsi"
-/include/ "flashmap-4mb.dtsi"
+/include/ "flashmap-8mb.dtsi"
/ {
model = "Google Stumpy";
@@ -11,8 +11,4 @@
config {
hwid = "X86 STUMPY TEST 0128";
};
-
- flash@ffc00000 {
- bios-base = <0x400000>;
- };
};