[linux-yocto] [PATCH 0/8] TPM 2.0 support for linux-yocto-4.1

jonathan.yong at intel.com jonathan.yong at intel.com
Mon Jun 13 21:14:02 PDT 2016


From: "Yong, Jonathan" <jonathan.yong at intel.com>

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



More information about the linux-yocto mailing list