From 5c124a97aaea675bdff1d690993e17bcbd901a2f Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 10 Jun 2021 14:03:36 -0600 Subject: soc/amd/{cezanne,picasso}: Add TS_START_ROMSTAGE BUG=b:179092979 TEST=boot guybrush and see romstage tag 14:finished loading romstage 2,683,151 (10,079) 1:start of romstage 2,683,159 (8) 970: 2,683,386 (227) 15:starting LZMA decompress (ignore for x86) 2,683,391 (5) 16:finished LZMA decompress (ignore for x86) 2,717,867 (34,476) Signed-off-by: Raul E Rangel Change-Id: Ib8b3fe909140e05a89b74df526bf4f81799ad915 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55398 Reviewed-by: Paul Menzel Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/romstage.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/amd/cezanne') diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c index d3e1bd7a65..b64fb4bbe5 100644 --- a/src/soc/amd/cezanne/romstage.c +++ b/src/soc/amd/cezanne/romstage.c @@ -9,10 +9,14 @@ #include #include #include +#include asmlinkage void car_stage_entry(void) { + timestamp_add_now(TS_START_ROMSTAGE); + post_code(0x40); + console_init(); post_code(0x41); -- cgit v1.2.3