mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/5] tpm2: added tools and daemon
@ 2017-10-16 11:02 Michael Grzeschik
  2017-10-16 11:02 ` [ptxdist] [PATCH 1/5] host-autotools-autoconf-archive: added Michael Grzeschik
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Michael Grzeschik @ 2017-10-16 11:02 UTC (permalink / raw)
  To: ptxdist

This series added the tpm2 application daemon tpm2-abrmd to communicate
with the /dev/tpm0 device. The daemon is dbus activated and will
automatically start if one of the tpm2 tools will be used. We also
add the dependency lib tpm2-tss and the autotools-autconf-archive
package.

Marc Kleine-Budde (5):
  host-autotools-autoconf-archive: added
  tpm: add menu
  tpm2-tss: added
  tpm2-abrmd: added
  tpm2-tools: added

 patches/tpm2-abrmd-1.1.1-51-g1f83a5f/autogen.sh    |   1 +
 .../tpm2-tools-2.0.0-501-g9d0705c99289/autogen.sh  |   1 +
 .../tpm2-tss-1.1.0-501-g3bc96032d473/autogen.sh    |   1 +
 projectroot/etc/group                              |   1 +
 projectroot/etc/passwd                             |   1 +
 .../system-services/com.intel.tss2.Tabrmd.service  |   5 ++
 rules/host-autotools-autoconf-archive.in           |  12 +++
 rules/host-autotools-autoconf-archive.make         |  36 ++++++++
 rules/tpm.in                                       |   5 ++
 rules/tpm2-abrmd.in                                |  17 ++++
 rules/tpm2-abrmd.make                              |  72 +++++++++++++++
 rules/tpm2-tools.in                                |  14 +++
 rules/tpm2-tools.make                              | 100 +++++++++++++++++++++
 rules/tpm2-tss.in                                  |  21 +++++
 rules/tpm2-tss.make                                |  59 ++++++++++++
 15 files changed, 346 insertions(+)
 create mode 100755 patches/tpm2-abrmd-1.1.1-51-g1f83a5f/autogen.sh
 create mode 100755 patches/tpm2-tools-2.0.0-501-g9d0705c99289/autogen.sh
 create mode 100755 patches/tpm2-tss-1.1.0-501-g3bc96032d473/autogen.sh
 create mode 100644 projectroot/usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service
 create mode 100644 rules/host-autotools-autoconf-archive.in
 create mode 100644 rules/host-autotools-autoconf-archive.make
 create mode 100644 rules/tpm.in
 create mode 100644 rules/tpm2-abrmd.in
 create mode 100644 rules/tpm2-abrmd.make
 create mode 100644 rules/tpm2-tools.in
 create mode 100644 rules/tpm2-tools.make
 create mode 100644 rules/tpm2-tss.in
 create mode 100644 rules/tpm2-tss.make

-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-10-19 15:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16 11:02 [ptxdist] [PATCH 0/5] tpm2: added tools and daemon Michael Grzeschik
2017-10-16 11:02 ` [ptxdist] [PATCH 1/5] host-autotools-autoconf-archive: added Michael Grzeschik
2017-10-16 11:02 ` [ptxdist] [PATCH 2/5] tpm: add menu Michael Grzeschik
2017-10-16 11:02 ` [ptxdist] [PATCH 3/5] tpm2-tss: added Michael Grzeschik
2017-10-16 12:46   ` Roland Hieber
2017-10-16 12:51     ` Michael Grzeschik
2017-10-16 13:28       ` Michael Olbrich
2017-10-19  7:34         ` Marc Kleine-Budde
2017-10-19 15:31           ` Michael Olbrich
2017-10-16 11:02 ` [ptxdist] [PATCH 4/5] tpm2-abrmd: added Michael Grzeschik
2017-10-16 11:02 ` [ptxdist] [PATCH 5/5] tpm2-tools: added Michael Grzeschik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox