x86: coreboot: Sync up timestamp codes
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:20 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 00:59:37 +0000 (13:59 +1300)
commitf9f06e628e17b021bdd6786717b74f1751999abe
tree6ef4bb1db50f71b7ad13d42dd18688201b30cc08
parent17753b0382ce9b291e48a4e23d68e6b1d62c5871
x86: coreboot: Sync up timestamp codes

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@chromium.org>
arch/x86/include/asm/coreboot_tables.h
arch/x86/lib/bootm.c