Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If tpm support is enabled then initialise it on boot. Note that the tpm will need to be provisioned (possibly at factory) in order to allow users to enable the physical presence line and enable/activate/takeowenership of their tpm. The following commands can be used from the uboot prompt to do this: tpm tsc_physical_presence 0x60 tpm tsc_physical_presence 0x08 tpm physical_enable tpm physical_set_deactivated 0 Signed-off-by: Ian Pozella <[email protected]>
- Loading branch information