coreboot/src/security/tpm
Sergii Dmytruk d43154486d security/tpm/: turn tis_{init,open} into tis_probe
Init was always followed by open and after successful initialization we
need only send-receive function, which is now returned by tis_probe on
success further reducing number of functions to export from drivers.

Change-Id: Ib4ce35ada24e3959ea1a518c29d431b4ae123809
Ticket: https://ticket.coreboot.org/issues/433
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68991
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-12-21 14:48:00 +00:00
..
tspi security/tpm: make log format configurable via Kconfig 2022-11-19 15:11:09 +00:00
tss security/tpm/: turn tis_{init,open} into tis_probe 2022-12-21 14:48:00 +00:00
Kconfig security/tpm: make log format configurable via Kconfig 2022-11-19 15:11:09 +00:00
Makefile.inc security/tpm: make log format configurable via Kconfig 2022-11-19 15:11:09 +00:00
tis.h security/tpm/: turn tis_{init,open} into tis_probe 2022-12-21 14:48:00 +00:00
tspi.h
tss.h security/tpm: improve tlcl_extend() signature 2022-11-12 23:16:07 +00:00
tss_errors.h