]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: coreboot: Add timestamps from coreboot to bootstage
authorSimon Glass <sjg@chromium.org>
Wed, 28 Aug 2024 20:13:54 +0000 (14:13 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
Receiving timestamps from coreboot was unceremoniously dropped some time
ago. Add it back.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 8ad01ce36f7 ("x86: Remove x86 specific GD flags as they are...")
arch/x86/cpu/coreboot/coreboot.c

index ef1a3f42d2e6196d79019db15f2c0171b85c7734..b15715c935d6d060fa1b49b8e7e8ea22a295864b 100644 (file)
@@ -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;