Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10849
-gerrit
commit 912fb687704d6f971530ceedb6e4aa4993dda009 Author: Patrick Georgi pgeorgi@chromium.org Date: Wed Jul 8 10:11:17 2015 +0200
broadcom/cygnus: add cbfs header offset to memory layout
Change-Id: I5bf7b18aabd3dd406677a41d152cfabb3ccc7e45 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/soc/broadcom/cygnus/include/soc/memlayout.ld | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/broadcom/cygnus/include/soc/memlayout.ld b/src/soc/broadcom/cygnus/include/soc/memlayout.ld index 5e149b4..bd3621a 100644 --- a/src/soc/broadcom/cygnus/include/soc/memlayout.ld +++ b/src/soc/broadcom/cygnus/include/soc/memlayout.ld @@ -35,6 +35,7 @@ SECTIONS OVERLAP_VERSTAGE_ROMSTAGE(0x02014000, 120K) PRERAM_CBFS_CACHE(0x02032000, 1K) TIMESTAMP(0x02032400, 1K) + CBFS_HEADER_OFFSET(0x02032800) STACK(0x02033000, 12K) REGION(reserved_for_secure_service_api, 0x0203F000, 4K, 4) SRAM_END(0x02040000)