All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] improving OP-TEE support for u-boot-based platforms
@ 2021-04-14 13:47 Yann Dirson
  2021-04-14 13:47 ` [PATCH v2 1/6] arm/optee: use pycryptodome rather pycryptodomex Yann Dirson
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Yann Dirson @ 2021-04-14 13:47 UTC (permalink / raw)
  To: meta-arm; +Cc: Yann Dirson

From: Yann Dirson <yann@blade-group.com>

While working on integrating OP-TEE on rk3399 with a readonly rootfs,
I figured that a couple of things would be good to have in the optee
recipes.

Also, having started to work on old meta-linaro/meta-optee initially:
 - I had to duplicate some of the work done here and had submitted a
   similar patch upstream
 - pycrypto simplification became obvious

Changes from v1:
 - Denys' Reviewed-by in patch 1
 - include tee.elf in do_install rather than do_deploy in patch 2, as suggested
   by Denys (but wondering whether optee-os-dbg would not be the suitable
   place for all of those files, rather than the main optee-os package)
 - simpler downstream example in patch 3 commit message (thx Denys for
   the suggestion)
 - patch 4 completely replaced as suggested by Ricardo
 - new patches 5 and 6 trying to clarify and cleanup LOG_LEVEL issues

Yann Dirson (6):
  arm/optee: use pycryptodome rather pycryptodomex
  arm/optee-os: mark LDFLAGS patch as submitted
  arm/optee-os: deploy tee.elf for u-boot
  optee-client: use /var/lib/tee instead of /data/tee for persistent
    storage
  optee-os: don't override upstream TA_LOG_LEVEL setting
  RFC: optee-os: provide a "debug" PACKAGECONFIG flag

 meta-arm/recipes-security/optee/optee-client.inc         | 5 ++++-
 meta-arm/recipes-security/optee/optee-examples.inc       | 2 +-
 .../0001-make-Pass-ldflags-during-link.patch             | 2 +-
 meta-arm/recipes-security/optee/optee-os.inc             | 9 ++++++---
 meta-arm/recipes-security/optee/optee-test.inc           | 2 +-
 5 files changed, 13 insertions(+), 7 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-04-20 17:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14 13:47 [PATCH v2 0/6] improving OP-TEE support for u-boot-based platforms Yann Dirson
2021-04-14 13:47 ` [PATCH v2 1/6] arm/optee: use pycryptodome rather pycryptodomex Yann Dirson
2021-04-14 13:47 ` [PATCH v2 2/6] arm/optee-os: mark LDFLAGS patch as submitted Yann Dirson
2021-04-14 13:47 ` [PATCH v2 3/6] arm/optee-os: deploy tee.elf for u-boot Yann Dirson
2021-04-19 16:34   ` [meta-arm] " Ross Burton
2021-04-20  0:17     ` Denys Dmytriyenko
2021-04-20  7:54       ` Yann Dirson
2021-04-20  9:35         ` Yann Dirson
2021-04-20 15:50           ` Denys Dmytriyenko
2021-04-20 17:06             ` Yann Dirson
2021-04-20  2:30   ` Jon Mason
2021-04-14 13:47 ` [PATCH v2 4/6] optee-client: use /var/lib/tee instead of /data/tee for persistent storage Yann Dirson
2021-04-14 13:47 ` [PATCH v2 5/6] optee-os: don't override upstream TA_LOG_LEVEL setting Yann Dirson
2021-04-14 13:47 ` [PATCH v2 6/6] RFC: optee-os: provide a "debug" PACKAGECONFIG flag Yann Dirson

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.