You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments