public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v4 00/11] Fixes, cleanups and updates for OP-TEE and TAs
@ 2023-07-31 12:17 Uladzimir Bely
  2023-07-31 12:17 ` [PATCH v4 01/11] optee-client: Add missing runtime dependency Uladzimir Bely
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Uladzimir Bely @ 2023-07-31 12:17 UTC (permalink / raw)
  To: isar-users

This summarizes and partially updates previously sent patches to fix and
improve the recently merged OP-TEE changes. Labeling starts with v3 as
some patches were already sent out in v2.

Improvements over the individual patches:
 - update for WolfSSL in fTPM recipe
 - better unbinding of fTPM on tee-supplicant shutdown

Patch 11 might still have no effect and needs confirmation via larger CI
builds.

Jan

Changes since v3:
- Rework patch 4 in order to prevent conflicting parallel build of
linux-mainline for stm32mp15x and non-stm32mp15x machines for the
same distro and architecture.
- Replaced patch 11 with new one that guarantees `tpm` and `wolf`
symlinks creating before compilation source files. By default TA devkit
runs them in parallel and it sometimes results in race condition and
build error.

Jan Kiszka (11):
  optee-client: Add missing runtime dependency
  optee-client: Unbind ftpm, rather than remove its driver
  optee-examples-stm32mp15x: Fix parsing error for non-stm32mp15x
    machines
  linux-mainline: Add fTPM support
  initramfs-tee-{ftpm,supplicant}-hook: Move sync loop to ftpm-hook
  initramfs-tee-supplicant-hook: Account for modular optee
  initramfs-tee-ftpm-hook: Lift timeout to 30 s
  Drop stm32mp15x-initramfs in favor of image enabling
  optee-ftpm-stm32mp15x: Recipe cleanups
  optee-ftpm-stm32mp15x: Update WolfSSL to 5.6.3
  optee-ftpm-stm32mp15x: Add patch to fix parallel build issues

 meta-isar/conf/machine/stm32mp15x.conf        |  2 +
 .../optee-examples-stm32mp15x_3.21.0.bb       |  2 +-
 .../0001-Fix-parallel-build-of-optee_ta.patch | 59 +++++++++++++++++++
 .../optee-ftpm-stm32mp15x_0~230316+git.bb     | 11 ++--
 .../images/stm32mp15x-initramfs.bb            | 15 -----
 .../linux/files/ftpm-module.cfg               |  3 +
 .../linux/linux-mainline_5.4.203.bb           |  1 +
 .../optee-client/files/debian/control.tmpl    |  2 +-
 .../files/debian/tee-supplicant.service       |  2 +-
 .../files/tee-ftpm.script                     |  9 +++
 .../files/tee-supplicant.script               |  9 +--
 testsuite/citest.py                           |  1 -
 12 files changed, 82 insertions(+), 34 deletions(-)
 create mode 100644 meta-isar/recipes-bsp/optee-ftpm/files/0001-Fix-parallel-build-of-optee_ta.patch
 delete mode 100644 meta-isar/recipes-initramfs/images/stm32mp15x-initramfs.bb
 create mode 100644 meta-isar/recipes-kernel/linux/files/ftpm-module.cfg

-- 
2.20.1


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

end of thread, other threads:[~2023-08-02  4:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 12:17 [PATCH v4 00/11] Fixes, cleanups and updates for OP-TEE and TAs Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 01/11] optee-client: Add missing runtime dependency Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 02/11] optee-client: Unbind ftpm, rather than remove its driver Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 03/11] optee-examples-stm32mp15x: Fix parsing error for non-stm32mp15x machines Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 04/11] linux-mainline: Add fTPM support Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 05/11] initramfs-tee-{ftpm,supplicant}-hook: Move sync loop to ftpm-hook Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 06/11] initramfs-tee-supplicant-hook: Account for modular optee Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 07/11] initramfs-tee-ftpm-hook: Lift timeout to 30 s Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 08/11] Drop stm32mp15x-initramfs in favor of image enabling Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 09/11] optee-ftpm-stm32mp15x: Recipe cleanups Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 10/11] optee-ftpm-stm32mp15x: Update WolfSSL to 5.6.3 Uladzimir Bely
2023-07-31 12:17 ` [PATCH v4 11/11] optee-ftpm-stm32mp15x: Add patch to fix parallel build issues Uladzimir Bely
2023-08-02  4:11 ` [PATCH v4 00/11] Fixes, cleanups and updates for OP-TEE and TAs Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox