commit | f9f06e628e17b021bdd6786717b74f1751999abe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:20 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 6ef4bb1db50f71b7ad13d42dd18688201b30cc08 | |
parent | 17753b0382ce9b291e48a4e23d68e6b1d62c5871 [diff] |
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>