From: Simon Glass Date: Wed, 28 Aug 2024 20:13:54 +0000 (-0600) Subject: x86: coreboot: Add timestamps from coreboot to bootstage X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e1c0dd369d759e1dc23e2cd7ab9fca2095c9b714;p=u-boot.git x86: coreboot: Add timestamps from coreboot to bootstage Receiving timestamps from coreboot was unceremoniously dropped some time ago. Add it back. Signed-off-by: Simon Glass Fixes: 8ad01ce36f7 ("x86: Remove x86 specific GD flags as they are...") --- diff --git a/arch/x86/cpu/coreboot/coreboot.c b/arch/x86/cpu/coreboot/coreboot.c index ef1a3f42d2..b15715c935 100644 --- a/arch/x86/cpu/coreboot/coreboot.c +++ b/arch/x86/cpu/coreboot/coreboot.c @@ -77,6 +77,8 @@ static void board_final_init(void) static int last_stage_init(void) { + timestamp_add_to_bootstage(); + if (IS_ENABLED(CONFIG_XPL_BUILD)) return 0;