summaryrefslogtreecommitdiffstats
path: root/rules/optee-client.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: explicitly set TA load pathRouven Czerwinski2019-05-241-1/+2
| | | | | | | | | Previously TA loading would work because PTXdist has /usr merge, since the TAs were installed to /usr/lib/ but the client would load the from /lib. Explicitly set the load path to /usr/lib. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "optee-client: fix building with gcc-7.x and icecc"Michael Olbrich2019-05-011-3/+0
| | | | | | | | This reverts commit 667cb27fe9ae1c5aa4e4509e4046c1b53450cfb8. Implicit fallthrough errors are now avoided my the toolchain wrapper. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: version bump 3.4.0 → 3.5.0Rouven Czerwinski2019-05-011-4/+3
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: add tee-supplicant service fileRouven Czerwinski2019-02-131-0/+6
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: bump to 3.4.0Rouven Czerwinski2019-02-131-2/+2
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: fix building with gcc-7.x and iceccMichael Olbrich2017-10-011-0/+3
| | | | | | | | | | | | | | Icecc splits preprocessing and compiling. As a result comments are no longer available at compile time and building fails with: src/rpmb.c: In function 'rpmb_data_req': src/rpmb.c:675:6: error: this statement may fall through [-Werror=implicit-fallthrough=] src/rpmb.c:681:2: note: here Compile with '-C' to preserve comments. This can have side effects, so it cannot be enabled globally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: add the "Open Portable Trusted Execution Environment" clientMarc Kleine-Budde2017-06-211-0/+59
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>