From: "Yong, Jonathan" <[email protected]> These patches introduces TPM 2.0 support, and are backported from Linus's tree. Should apply cleanly for linux-yocto-4.1 stadard/base.
Jarkko Sakkinen (8): tpm, tpm_crb: fix unaligned read of the command buffer address tpm: move the PPI attributes to character device directory. tpm: introduce tpm_buf keys, trusted: move struct trusted_key_options to trusted-type.h tpm: seal/unseal for TPM 2.0 keys, trusted: seal/unseal with TPM 2.0 chips tpm: fix missing migratable flag in sealing functionality for TPM2 sysfs: added __compat_only_sysfs_link_entry_to_kobj() drivers/char/tpm/tpm-chip.c | 24 ++-- drivers/char/tpm/tpm-interface.c | 76 ++++++++++++ drivers/char/tpm/tpm.h | 127 +++++++++++++++++-- drivers/char/tpm/tpm2-cmd.c | 255 ++++++++++++++++++++++++++++++++++++++- drivers/char/tpm/tpm_crb.c | 7 +- drivers/char/tpm/tpm_ppi.c | 34 ++---- fs/sysfs/group.c | 44 +++++++ include/keys/trusted-type.h | 14 ++- include/linux/sysfs.h | 11 ++ include/linux/tpm.h | 26 ++++ security/keys/trusted.c | 36 +++++- security/keys/trusted.h | 11 -- 12 files changed, 604 insertions(+), 61 deletions(-) -- 2.7.3 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
