summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-05-22 09:01:01 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-05-28 04:47:24 +0000
commitfbf6d568820d65d687c045090c91d431739e9e31 (patch)
treeae2056e77310bf69590919c31404e0db137e009c
parent4757053e8323d72cc5ee7605dcbcfe1e9577bceb (diff)
downloadcoreboot-fbf6d568820d65d687c045090c91d431739e9e31.tar.gz
coreboot-fbf6d568820d65d687c045090c91d431739e9e31.tar.bz2
coreboot-fbf6d568820d65d687c045090c91d431739e9e31.zip
commonlib/timestamp_serialized.h: Fix typos
Change-Id: I245af182da5fe0869e834423959e1d040724157a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64571 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
-rw-r--r--src/commonlib/include/commonlib/timestamp_serialized.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h
index 79e70b779fc5..67b9656371c2 100644
--- a/src/commonlib/include/commonlib/timestamp_serialized.h
+++ b/src/commonlib/include/commonlib/timestamp_serialized.h
@@ -169,8 +169,8 @@ enum timestamp_id {
TS_CRHV_BOOT = 1200,
TS_CRHV_PLATFORM_INIT = 1201,
TS_CRHV_SERVICES_STARTED = 1202,
- TS_CRHV_HW_PASSTRHOUGH_START = 1203,
- TS_CRHV_HW_PASSTRHOUGH_END = 1204,
+ TS_CRHV_HW_PASSTHROUGH_START = 1203,
+ TS_CRHV_HW_PASSTHROUGH_END = 1204,
TS_CRHV_PSTORE_START = 1205,
TS_CRHV_PSTORE_END = 1206,
TS_CRHV_VMM_START = 1207,
@@ -348,10 +348,10 @@ static const struct timestamp_id_to_name {
TS_NAME_DEF(TS_CRHV_BOOT, 0, "hypervisor boot finished"),
TS_NAME_DEF(TS_CRHV_PLATFORM_INIT, 0, "hypervisor platform initialized"),
TS_NAME_DEF(TS_CRHV_SERVICES_STARTED, 0, "hypervisor services started"),
- TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_START, TS_CRHV_HW_PASSTRHOUGH_END,
- "hypervisor hardware passtrough setup start"),
- TS_NAME_DEF(TS_CRHV_HW_PASSTRHOUGH_END, 0,
- "hypervisor hardware passtrhough setup complete"),
+ TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_START, TS_CRHV_HW_PASSTHROUGH_END,
+ "hypervisor hardware passthrough setup start"),
+ TS_NAME_DEF(TS_CRHV_HW_PASSTHROUGH_END, 0,
+ "hypervisor hardware passthrough setup complete"),
TS_NAME_DEF(TS_CRHV_PSTORE_START, TS_CRHV_PSTORE_END, "hypervisor pstore init start"),
TS_NAME_DEF(TS_CRHV_PSTORE_END, 0, "hypervisor pstore init complete"),
TS_NAME_DEF(TS_CRHV_VMM_START, 0, "hypervisor OS VMM start"),