[PATCH 20/34] x86: coreboot: Sync up timestamp codes
Simon Glass
sjg at chromium.org
Sat Mar 27 04:18:18 CET 2021
Add new timestamp codes that are present in coreboot, so that we can decode
these in U-Boot.
At present TS_U_BOOT_START_KERNEL is used twice. It should only be used
just before jumping to Linux, so update the other call site to use
TS_START_KERNEL.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/include/asm/coreboot_tables.h | 64 +++++++++++++++++++++++++-
arch/x86/lib/bootm.c | 2 +-
2 files changed, 64 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list