From 798e87da5171df33b479a5fae8419ece0c8dd7fb Mon Sep 17 00:00:00 2001 From: Bora Guvendik Date: Thu, 2 Jan 2025 04:41:18 -0800 Subject: [PATCH] commonlib: Add new "ESE completed AUnit loading" TS BUG=b:376218080 TEST=Boot to OS, check cbmem -t Change-Id: I7a7fa4d8b6f360d6d688051455e8afc992fc7343 Signed-off-by: Bora Guvendik Reviewed-on: https://review.coreboot.org/c/coreboot/+/85830 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Jamie Ryu --- src/commonlib/include/commonlib/timestamp_serialized.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index d34c8ae700..f60e040c3b 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -148,6 +148,7 @@ enum timestamp_id { /* 990+ reserved for vendorcode extensions (990-999: Intel ME continued) */ TS_ME_ROM_START = 990, TS_ISSE_DMU_LOAD_END = 991, + TS_ESE_LOAD_AUNIT_END = 992, /* 1000+ reserved for payloads */ @@ -344,6 +345,7 @@ static const struct timestamp_id_to_name { /* Intel ME continued */ TS_NAME_DEF(TS_ME_ROM_START, 0, "CSME ROM started execution"), TS_NAME_DEF(TS_ISSE_DMU_LOAD_END, 0, "Die Management Unit (DMU) load completed"), + TS_NAME_DEF(TS_ESE_LOAD_AUNIT_END, 0, "ESE completed AUnit loading"), /* Depthcharge entry timestamp */ TS_NAME_DEF(TS_DC_START, 0, "depthcharge start"),