commit | 7bd2559cb30a4e800db519e88a22a25f13c753ec | [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 | 37ce540fe451a8b7a94155c170f7d3084adecb1e [diff] | |
parent | c686b38db8f84e5537b8371ac59a5b364662eda4 [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.