From 12574dd72b7b0e7e59ac1b071d581f78cd8f01ad Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 15 May 2018 17:48:30 -0700 Subject: bootblock: Allow more timestamps in bootblock_main_with_timestamp() This patch adds more parameters to bootblock_main_with_timestamp() to give callers the opportunity to add additional timestamps that were recorded in the platform-specific initialization phase. Change-Id: Idf3a0fcf5aee88a33747afc69e055b95bd38750c Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/26339 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Patrick Georgi --- src/soc/amd/stoneyridge/bootblock/bootblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/stoneyridge') diff --git a/src/soc/amd/stoneyridge/bootblock/bootblock.c b/src/soc/amd/stoneyridge/bootblock/bootblock.c index 6ee2095b23..9cfbae374d 100644 --- a/src/soc/amd/stoneyridge/bootblock/bootblock.c +++ b/src/soc/amd/stoneyridge/bootblock/bootblock.c @@ -88,7 +88,7 @@ asmlinkage void bootblock_c_entry(uint64_t base_timestamp) } /* TSC cannot be relied upon. Override the TSC value passed in. */ - bootblock_main_with_timestamp(timestamp_get()); + bootblock_main_with_timestamp(timestamp_get(), NULL, 0); } void bootblock_soc_early_init(void) -- cgit v1.2.3