From: Rouven Czerwinski <r.czerwinski@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH v3 0/5] Support for OP-TEE (Open Portable Trusted Execution Environment)
Date: Wed, 13 Feb 2019 09:42:56 +0100 [thread overview]
Message-ID: <cover.6788eb557443e3550c115efa35ea56b6879cad26.1550047362.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
v3:
- fix review comments missed in v2
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 | 14 +-
rules/optee-client.make | 10 +-
rules/optee-examples.in | 10 +-
rules/optee-examples.make | 73 ++++++-
rules/optee-test.in | 12 +-
rules/optee-test.make | 73 ++++++-
rules/optee.in | 4 +-
rules/optee.make | 94 ++++++++-
10 files changed, 336 insertions(+), 4 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
next reply other threads:[~2019-02-13 8:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 8:42 Rouven Czerwinski [this message]
2019-02-13 8:42 ` [ptxdist] [PATCH v3 1/5] optee-client: bump to 3.4.0 Rouven Czerwinski
2019-02-13 8:42 ` [ptxdist] [PATCH v3 2/5] optee-client: add tee-supplicant service file Rouven Czerwinski
2019-02-13 8:42 ` [ptxdist] [PATCH v3 3/5] optee: add the OP-TEE as new target package Rouven Czerwinski
2019-02-13 8:43 ` [ptxdist] [PATCH v3 4/5] optee-test: add new optee-test " Rouven Czerwinski
2019-02-13 8:43 ` [ptxdist] [PATCH v3 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.6788eb557443e3550c115efa35ea56b6879cad26.1550047362.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