linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] tpm: factor out tpm1 code into tpm1-cmd.c
@ 2018-03-06  9:30 Tomas Winkler
  2018-03-06  9:30 ` [PATCH 1/4] tmp: move tpm1_pcr_extend to tpm1-cmd.c Tomas Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tomas Winkler @ 2018-03-06  9:30 UTC (permalink / raw)
  To: linux-security-module

Move tpm 1.x implementation to tpm1-cmd.c similarly to tpm2-cmd.c
This is work in progress of possible dropping compiling out
one tpm 1.x or tpm 2.x in case not needed on a target platform.

Tomas Winkler (4):
  tmp: move tpm1_pcr_extend to tpm1-cmd.c
  tmp: move tpm_getcap to tpm1-cmd.c
  tmp: factor out tpm1_get_random into tpm1-cmd.c
  tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c

 drivers/char/tpm/st33zp24/st33zp24.c |   2 +-
 drivers/char/tpm/tpm-interface.c     | 273 +----------------------------------
 drivers/char/tpm/tpm-sysfs.c         |  50 +++----
 drivers/char/tpm/tpm.h               |  12 +-
 drivers/char/tpm/tpm1-cmd.c          | 267 +++++++++++++++++++++++++++++++++-
 drivers/char/tpm/tpm_tis_core.c      |   4 +-
 6 files changed, 303 insertions(+), 305 deletions(-)

-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-06 13:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06  9:30 [PATCH 0/4] tpm: factor out tpm1 code into tpm1-cmd.c Tomas Winkler
2018-03-06  9:30 ` [PATCH 1/4] tmp: move tpm1_pcr_extend to tpm1-cmd.c Tomas Winkler
2018-03-06  9:30 ` [PATCH 2/4] tmp: move tpm_getcap " Tomas Winkler
2018-03-06  9:30 ` [PATCH 3/4] tmp: factor out tpm1_get_random into tpm1-cmd.c Tomas Winkler
2018-03-06 11:31   ` Jarkko Sakkinen
2018-03-06 11:34     ` Winkler, Tomas
2018-03-06 13:56       ` Jarkko Sakkinen
2018-03-06  9:30 ` [PATCH 4/4] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c Tomas Winkler
2018-03-06 11:32   ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).