aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/memlayout.ld
diff options
context:
space:
mode:
authorRavi Kumar Bokka <rbokka@codeaurora.org>2020-08-25 15:47:59 +0530
committerJulius Werner <jwerner@chromium.org>2020-09-16 00:44:09 +0000
commit6fde4c56b08250590c392ecbad0b6e067633d5c4 (patch)
treec52e9b0f70a3b5ff85595a1639f233facd4e1895 /src/soc/qualcomm/sc7180/memlayout.ld
parent336ed66e35a00280cc0d65fedae02e639c9e6e6b (diff)
sc7180: report hardware watchdog reset after reboot
add WATCHDOG_TOMBSTONE in memlayout.ld Change-Id: I57ece39ff3d49f2bab259cbd92ab039a49323119 Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44868 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/qualcomm/sc7180/memlayout.ld')
-rw-r--r--src/soc/qualcomm/sc7180/memlayout.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/qualcomm/sc7180/memlayout.ld b/src/soc/qualcomm/sc7180/memlayout.ld
index 94300e81a5..014224232c 100644
--- a/src/soc/qualcomm/sc7180/memlayout.ld
+++ b/src/soc/qualcomm/sc7180/memlayout.ld
@@ -27,7 +27,8 @@ SECTIONS
SSRAM_END(0x146AE000)
BSRAM_START(0x14800000)
- REGION(pbl_timestamps, 0x14800000, 84K, 4K)
+ REGION(pbl_timestamps, 0x14800000, 83K, 4K)
+ WATCHDOG_TOMBSTONE(0x14814FFC, 4)
BOOTBLOCK(0x14815000, 40K)
PRERAM_CBFS_CACHE(0x1481F000, 70K)
PRERAM_CBMEM_CONSOLE(0x14830800, 32K)