diff options
author | Tom Rini <trini@konsulko.com> | 2023-06-13 13:14:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-13 13:14:49 -0400 |
commit | cb4fe56eca1109780e97c68329e6b71ef33bf0e6 (patch) | |
tree | 55d67b8fea6be17e32964d52b276a7b200faa1e9 /cmd/tpm-user-utils.h | |
parent | 7da82de916d6aaeeef62431810cb3335e1207b28 (diff) | |
parent | 011f015540d788227a1a2d16dd6245120827bdec (diff) |
Merge tag 'tpm-for_tom-13062023' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next
tpm autostart
Diffstat (limited to 'cmd/tpm-user-utils.h')
-rw-r--r-- | cmd/tpm-user-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/tpm-user-utils.h b/cmd/tpm-user-utils.h index de4a934aab..dfa11353e1 100644 --- a/cmd/tpm-user-utils.h +++ b/cmd/tpm-user-utils.h @@ -20,6 +20,7 @@ int get_tpm(struct udevice **devp); int do_tpm_device(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_tpm_init(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); +int do_tpm_autostart(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_tpm_info(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_tpm_report_state(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); |