mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH v2 0/5] Support for OP-TEE (Open Portable Trusted Execution Environment)
Date: Wed, 13 Feb 2019 08:25:11 +0100	[thread overview]
Message-ID: <cover.6495606559e48be9e838d9789bb35b35c129a108.1550042684.git-series.r.czerwinski@pengutronix.de> (raw)

This series adds support for OP-TEE to ptxdist.
The series starts by bumping the client version and adding a systemd
service file for the tee-supplicant.
The core OP-TEE package is added next and the test and examples are also
introduced into ptxdist.

v2:
- Address review comments from Michael Olbrich
- Disable ARM64 by depending on BROKEN
- Move xtest to optee-xtest for optee-test package
- Install examples into /usr/lib/optee/examples

Regards,
Rouven Czerwinski

Rouven Czerwinski (5):
  optee-client: bump to 3.4.0
  optee-client: add tee-supplicant service file
  optee: add the OP-TEE as new target package
  optee-test: add new optee-test target package
  optee-examples: add as new target package

 platforms/optee.in                                        |  41 +++-
 projectroot/usr/lib/systemd/system/tee-supplicant.service |   9 +-
 rules/optee-client.in                                     |  13 +-
 rules/optee-client.make                                   |  12 +-
 rules/optee-examples.in                                   |  10 +-
 rules/optee-examples.make                                 |  75 +++++-
 rules/optee-test.in                                       |   9 +-
 rules/optee-test.make                                     |  71 +++++-
 rules/optee.in                                            |   4 +-
 rules/optee.make                                          |  99 +++++++-
 10 files changed, 340 insertions(+), 3 deletions(-)
 create mode 100644 platforms/optee.in
 create mode 100644 projectroot/usr/lib/systemd/system/tee-supplicant.service
 create mode 100644 rules/optee-examples.in
 create mode 100644 rules/optee-examples.make
 create mode 100644 rules/optee-test.in
 create mode 100644 rules/optee-test.make
 create mode 100644 rules/optee.in
 create mode 100644 rules/optee.make

base-commit: eebcc6a5054db3f9b3cd3617267061fdc51b4701
-- 
git-series 0.9.1

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2019-02-13  7:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-13  7:25 Rouven Czerwinski [this message]
2019-02-13  7:25 ` [ptxdist] [PATCH v2 1/5] optee-client: bump to 3.4.0 Rouven Czerwinski
2019-02-13  7:25 ` [ptxdist] [PATCH v2 2/5] optee-client: add tee-supplicant service file Rouven Czerwinski
2019-02-13  7:25 ` [ptxdist] [PATCH v2 3/5] optee: add the OP-TEE as new target package Rouven Czerwinski
2019-02-13  7:25 ` [ptxdist] [PATCH v2 4/5] optee-test: add new optee-test " Rouven Czerwinski
2019-02-13  7:25 ` [ptxdist] [PATCH v2 5/5] optee-examples: add as new " Rouven Czerwinski

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=cover.6495606559e48be9e838d9789bb35b35c129a108.1550042684.git-series.r.czerwinski@pengutronix.de \
    --to=r.czerwinski@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox