All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Santos <casantos@datacom.ind.br>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/4] Add TPM2 software family
Date: Fri,  2 Feb 2018 13:56:10 -0200	[thread overview]
Message-ID: <20180202155614.26938-1-casantos@datacom.ind.br> (raw)

This series adds packages for the Trusted Computing Group's (TCG) TPM2
Software Stack (TSS). These packages supersede the ones provided by the
ancient "trousers" and "tpm" packages but can coexist with them.

Patch #1 adds tpm2-tss, the libries implementing the TPM2 specification:

    https://github.com/tpm2-software/tpm2-tss

Patch #2 adds tpm2-abrmd, the Access Broker & Resource Manager:

    https://github.com/tpm2-software/tpm2-abrmd

Patch #3 adds tpm2-tools, a set of CLI tools based on tpm2-tss:

    https://github.com/tpm2-software/tpm2-tools

Patch #4 adds me to the watchers of tpm2-{abrmd,tools,tss} in DEVELOPERS

These packages were tested on a device with an Intel C3000 processr.

Carlos Santos (4):
  tpm2-tss: new package
  tpm2-abrmd: new package
  tpm2-tools: new package
  DEVELOPERS: add myself for tpm2-{abrmd,tools,tss}.

 DEVELOPERS                                         |  3 +
 package/Config.in                                  |  3 +
 package/tpm2-abrmd/Config.in                       | 26 ++++++++
 package/tpm2-abrmd/S30devtpmperms                  | 37 +++++++++++
 package/tpm2-abrmd/S80tpm2-abrmd                   | 74 ++++++++++++++++++++++
 package/tpm2-abrmd/etc.default.tpm2-abrmd          |  1 +
 package/tpm2-abrmd/tpm2-abrmd.hash                 |  3 +
 package/tpm2-abrmd/tpm2-abrmd.mk                   | 36 +++++++++++
 .../tpm2-tools/0001-Fix-build-with-LibreSSL.patch  | 64 +++++++++++++++++++
 package/tpm2-tools/Config.in                       | 17 +++++
 package/tpm2-tools/tpm2-tools.hash                 |  3 +
 package/tpm2-tools/tpm2-tools.mk                   | 13 ++++
 package/tpm2-tss/Config.in                         | 32 ++++++++++
 package/tpm2-tss/tpm2-tss.hash                     |  3 +
 package/tpm2-tss/tpm2-tss.mk                       | 14 ++++
 15 files changed, 329 insertions(+)
 create mode 100644 package/tpm2-abrmd/Config.in
 create mode 100755 package/tpm2-abrmd/S30devtpmperms
 create mode 100755 package/tpm2-abrmd/S80tpm2-abrmd
 create mode 100644 package/tpm2-abrmd/etc.default.tpm2-abrmd
 create mode 100644 package/tpm2-abrmd/tpm2-abrmd.hash
 create mode 100644 package/tpm2-abrmd/tpm2-abrmd.mk
 create mode 100644 package/tpm2-tools/0001-Fix-build-with-LibreSSL.patch
 create mode 100644 package/tpm2-tools/Config.in
 create mode 100644 package/tpm2-tools/tpm2-tools.hash
 create mode 100644 package/tpm2-tools/tpm2-tools.mk
 create mode 100644 package/tpm2-tss/Config.in
 create mode 100644 package/tpm2-tss/tpm2-tss.hash
 create mode 100644 package/tpm2-tss/tpm2-tss.mk

-- 
2.14.3

             reply	other threads:[~2018-02-02 15:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-02 15:56 Carlos Santos [this message]
2018-02-02 15:56 ` [Buildroot] [PATCH 1/4] tpm2-tss: new package Carlos Santos
2018-03-08  9:02   ` Peter Korsgaard
2018-02-02 15:56 ` [Buildroot] [PATCH 2/4] tpm2-abrmd: " Carlos Santos
2018-02-02 15:56 ` [Buildroot] [PATCH 3/4] tpm2-tools: " Carlos Santos
2018-02-02 15:56 ` [Buildroot] [PATCH 4/4] DEVELOPERS: add myself for tpm2-{abrmd, tools, tss} Carlos Santos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180202155614.26938-1-casantos@datacom.ind.br \
    --to=casantos@datacom.ind.br \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.