summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Granaghan <granaghan@google.com>2022-03-31 01:31:52 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-29 19:23:43 +0000
commit6244dfa30c03811409e726931b6bffe98c58f29e (patch)
treef27c9c965959186d18f57de4a91cd4b9a95e963f /include
parentbaf2c999e134b87a55d2c48e80321cdcf89cc0f1 (diff)
downloadchrome-ec-6244dfa30c03811409e726931b6bffe98c58f29e.tar.gz
gsctool: Support flog on H1D3C.stabilize-14771.B-cr50_stab
BUG=b:219038720 TEST=gsctool -aL Change-Id: I1c0b417e61dcb6460345c2fcf8d43952ebbf65d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3573469 Commit-Queue: Brian Granaghan <granaghan@google.com> Tested-by: Brian Granaghan <granaghan@google.com> Reviewed-by: Andrey Pronin <apronin@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/tpm_vendor_cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tpm_vendor_cmds.h b/include/tpm_vendor_cmds.h
index 3ad5d79214..fb1e218bc5 100644
--- a/include/tpm_vendor_cmds.h
+++ b/include/tpm_vendor_cmds.h
@@ -167,6 +167,9 @@ enum vendor_cmd_cc {
VENDOR_CC_USER_PRES = 60,
+ /* POP_LOG_ENTRY with a 64 bit previous timestamp in ms */
+ VENDOR_CC_POP_LOG_ENTRY_MS = 61,
+
LAST_VENDOR_COMMAND = 65535,
};