From 8e3997552ac0483f2de56a5dcce093bbfb8cfd0b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 7 Jul 2015 17:17:32 -0700 Subject: memlayout: Add timestamp regions for t210 and cygnus This is needed to make those SOCs compile with timestamps enabled. Change-Id: Iac20cb9911e1c76a18c8530385c9d7b8b46399e5 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10833 Reviewed-by: Marc Jones Tested-by: build bot (Jenkins) --- src/soc/broadcom/cygnus/include/soc/memlayout.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/broadcom') diff --git a/src/soc/broadcom/cygnus/include/soc/memlayout.ld b/src/soc/broadcom/cygnus/include/soc/memlayout.ld index 3f6e8d8298..5e149b4c4d 100644 --- a/src/soc/broadcom/cygnus/include/soc/memlayout.ld +++ b/src/soc/broadcom/cygnus/include/soc/memlayout.ld @@ -34,6 +34,7 @@ SECTIONS VBOOT2_WORK(0x02010000, 16K) OVERLAP_VERSTAGE_ROMSTAGE(0x02014000, 120K) PRERAM_CBFS_CACHE(0x02032000, 1K) + TIMESTAMP(0x02032400, 1K) STACK(0x02033000, 12K) REGION(reserved_for_secure_service_api, 0x0203F000, 4K, 4) SRAM_END(0x02040000) -- cgit v1.2.3