[coreboot] Patch set updated for coreboot: b0ed3da Change flashmap base to reflect new FMAP in U-boot

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 7 20:26:20 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1705

-gerrit

commit b0ed3da7fcbd43a4a8b82748a518524a313f8f17
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Tue Aug 14 16:32:30 2012 -0700

    Change flashmap base to reflect new FMAP in U-boot
    
    The RO_FMAP base moved from 0x5f0000 to 0x610000.
    
    Also update Kconfig default and add a descripton so
    the default can be changed by boards.
    
    Change-Id: I0caad0ce6e6f19750dbbf042a5a489b558f62b96
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/vendorcode/google/chromeos/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index ace0c18..24f4c11 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -58,9 +58,9 @@ config CHROMEOS_RAMOOPS_RAM_SIZE
 	depends on CHROMEOS_RAMOOPS
 
 config FLASHMAP_OFFSET
-	hex
+	hex "Flash Map Offset"
 	default 0x00670000 if NORTHBRIDGE_INTEL_SANDYBRIDGE
-	default 0x005f0000 if NORTHBRIDGE_INTEL_IVYBRIDGE
+	default 0x00610000 if NORTHBRIDGE_INTEL_IVYBRIDGE
 	help
 	  Offset of flash map in firmware image
 




More information about the coreboot mailing list