t132: Add timestamp collection support in t132

Hardware / Coreboot - Furquan Shaikh [google.com] - 7 July 2015 13:05 UTC

Add a region TIMESTAMP to store all the timestamps starting from bootblock to end of romstage. At the end of romstage take all the timestamps in TIMESTAMP region and put it into cbmem

BUG=chrome-os-partner:32973 BRANCH=None TEST=Compiles successfully and cbmem -t prints all timestamps

Original-Change-Id: I856564de80589bede660ca6bc1275193f8a2fa4b

8e584ae t132: Add timestamp collection support in t132
src/soc/nvidia/tegra132/Kconfig | 1 +
src/soc/nvidia/tegra132/bootblock.c | 4 ++++
.../tegra132/include/soc/memlayout_vboot2.ld | 1 +
src/soc/nvidia/tegra132/romstage.c | 5 +++++
src/soc/nvidia/tegra132/verstage.c | 2 ++
5 files changed, 13 insertions(+)

Upstream: review.coreboot.org


  • Share