commit | 3be6f973de658caf6978d4c27e4cbf49db5bab75 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Aug 09 14:00:04 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 14:00:04 2024 -0600 |
tree | c00a19474324e8a5d9a858100192f6580100118e | |
parent | ab4be462a0720f4d1afd58eb68e5fffe0a5e0444 [diff] | |
parent | d1c099ed9ad8e98fb3802bc51c7cc665b60cc57c [diff] |
Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u-boot-tpm.git Back when the TPM subsystem was refactored tpm_tis_wait_init() ended up being called after tpm_tis_init() which initializes values the former needs. Since we added more TPM chipsets since then sitting on an i2c bus, this patch folds in tpm_tis_wait_init into tpm_tis_init and makes sure it's called in the right order regardless of the bus the TPM sits on.