]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/arch-coreboot/timestamp.h
x86: Add a CBMEM timestamp generated right before the kernel startup.
[karo-tx-uboot.git] / arch / x86 / include / asm / arch-coreboot / timestamp.h
index e48ad8631bd8da0ca9dddc1e5798865d3a91a4ee..d104912e06628fe91f88383b428df21ef2dc2845 100644 (file)
@@ -42,6 +42,7 @@ enum timestamp_id {
 
        /* U-Boot entry IDs start at 1000 */
        TS_U_BOOT_INITTED = 1000, /* This is where u-boot starts */
+       TS_U_BOOT_START_KERNEL = 1100, /* Right before jumping to kernel. */
 };
 
 void timestamp_init(void);