[coreboot-gerrit] Patch set updated for coreboot: 4adbcfc storm: define location for storing CBFS header value

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Apr 16 14:15:22 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9744

-gerrit

commit 4adbcfc504a68af561d9a761023d07c1103cefe4
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Thu Dec 25 15:16:25 2014 -0800

    storm: define location for storing CBFS header value
    
    The 4 byte offset value will be stored in SRAM and shared between
    different coreboot stages.
    
    BRANCH=storm
    BUG=chrome-os-partner:3416, chromium:445938
    TEST=with the rest of the patches in, storm successfully boots into
         Linux login prompt
    
    Change-Id: Id8df75b0c679e274532660d55410291e59f3b520
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 8f2f7cf6263f4c2db70b1c87ec67f6b0308059b3
    Original-Change-Id: I1ebfada93e222992300cd695d04669988206d4b1
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/237660
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/qualcomm/ipq806x/include/soc/memlayout.ld | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld b/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld
index 6a0d6ad..4c06020 100644
--- a/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld
+++ b/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld
@@ -32,7 +32,9 @@ SECTIONS
 	OVERLAP_VERSTAGE_ROMSTAGE(0x2A012000, 64K)
 	VBOOT2_WORK(0x2A022000, 16K)
 	PRERAM_CBMEM_CONSOLE(0x2A026000, 32K)
-/*	0x2e000..0x3F000  68 KB free */
+	CBFS_HEADER_OFFSET(0x2A02E400)
+
+/*	0x2e404..0x3F000 4 bytes shy of 67KB free */
 
 /* Keep the below area reserved at all times, it is used by various QCA
    components as shared data



More information about the coreboot-gerrit mailing list