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 <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com>
This commit is contained in:
parent
d924f7a5aa
commit
798e87da51
1 changed files with 2 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue