Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10848
-gerrit
commit 2c72c9d1b6b97443583745189c8060f85c17596b Author: Vadim Bendebury vbendeb@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.
Change-Id: If321403b389e8bfd074b0ff7d6ef7e3c9397262a Signed-off-by: Patrick Georgi pgeorgi@chromium.org Original-Commit-Id: 8f2f7cf6263f4c2db70b1c87ec67f6b0308059b3 Original-Change-Id: I1ebfada93e222992300cd695d04669988206d4b1 Original-Signed-off-by: Vadim Bendebury vbendeb@chromium.org Original-Reviewed-on: https://chromium-review.googlesource.com/237660 Original-Reviewed-by: Aaron Durbin adurbin@chromium.org --- src/soc/qualcomm/ipq806x/include/soc/memlayout.ld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld b/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld index cf417ba..c66d0c8 100644 --- a/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld +++ b/src/soc/qualcomm/ipq806x/include/soc/memlayout.ld @@ -35,8 +35,9 @@ SECTIONS VBOOT2_WORK(0x2A022000, 16K) PRERAM_CBMEM_CONSOLE(0x2A026000, 32K) TIMESTAMP(0x2A02E000, 1K) + CBFS_HEADER_OFFSET(0x2A02E400)
-/* 0x2e400..0x3F000 67 KB free */ +/* 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