summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-10-12 11:09:39 -0700
committerStefan Reinauer <reinauer@chromium.org>2011-10-17 11:20:03 -0700
commit644f14b121f76d55267e1fc6930a02c6cc10c26d (patch)
tree2563da2ccf479c4671da107959e99a22d3490462
parentc033960af4a616fbf01dad4fea432f238353540f (diff)
Fix reg property in flashmaps on x86
This fixes the base address of the flash chip in the reg property of the device in the device tree's flash map. BUG=chrome-os-partner:6321 TEST=boot ChromeOS on Lumpy/Stumpy running coreboot, see no new breakage Signed-off-by: Stefan Reinauer <reinauer@google.com> Change-Id: Ifda8de241c2258438707e959f79edc0e3abf4538 Reviewed-on: http://gerrit.chromium.org/gerrit/9951 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org> Commit-Ready: Stefan Reinauer <reinauer@chromium.org> Tested-by: Stefan Reinauer <reinauer@chromium.org>
-rw-r--r--board/chromebook-x86/coreboot/flashmap-4mb.dtsi2
-rw-r--r--board/chromebook-x86/coreboot/flashmap-8mb.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/chromebook-x86/coreboot/flashmap-4mb.dtsi b/board/chromebook-x86/coreboot/flashmap-4mb.dtsi
index acbc73fc0e7..9655b71757d 100644
--- a/board/chromebook-x86/coreboot/flashmap-4mb.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-4mb.dtsi
@@ -13,7 +13,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "chromeos,flashmap";
- reg = <0x00000000 0x00400000>;
+ reg = <0xffc00000 0x00400000>;
/* ---- Section: Read-only ---- */
ro-section@0 {
diff --git a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
index faf23d53832..53c66e5dabf 100644
--- a/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
+++ b/board/chromebook-x86/coreboot/flashmap-8mb.dtsi
@@ -13,7 +13,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "chromeos,flashmap";
- reg = <0x00000000 0x00800000>;
+ reg = <0xff800000 0x00800000>;
/*
* Non-BIOS section of the Intel Firmware Descriptor image.