diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2019-05-13 11:22:44 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-05-23 02:14:19 -0700 |
commit | 57aa1891be676b51fb43045a664f476d676948f1 (patch) | |
tree | 0255eb93cea8ddd8847cbc3c5b570a307501f14d /include | |
parent | 54a4479e64bb8caed335a38402af2bd46538777d (diff) | |
download | chrome-ec-57aa1891be676b51fb43045a664f476d676948f1.tar.gz |
flash_log: add vendor command, timestamp base accessor
The new vendor command allows to get and increase the flash log
timestamp base.
BRANCH=cr50, cr50-mp
BUG=b:132287488
TEST=verified in the next patch in the series.
Change-Id: Idc76012b7e7894b95cd70eeffeb50562a91b9656
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1610720
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Andrey Pronin <apronin@chromium.org>
Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/tpm_vendor_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpm_vendor_cmds.h b/include/tpm_vendor_cmds.h index 62db64e82a..0e17d9d53b 100644 --- a/include/tpm_vendor_cmds.h +++ b/include/tpm_vendor_cmds.h @@ -131,6 +131,8 @@ enum vendor_cmd_cc { VENDOR_CC_U2F_SIGN = 45, VENDOR_CC_U2F_ATTEST = 46, + VENDOR_CC_FLOG_TIMESTAMP = 47, + LAST_VENDOR_COMMAND = 65535, }; |