mbox series

[isar-cip-core,v2,0/2] Add recipes for optee-cilent and optee based initramfs fTPM hook

Message ID 20230606035506.10354-1-baocheng_su@163.com (mailing list archive)
Headers show
Series Add recipes for optee-cilent and optee based initramfs fTPM hook | expand

Message

Su Baocheng June 6, 2023, 3:55 a.m. UTC
From: Su Baocheng <baocheng.su@siemens.com>

This brings the optee-client, mainly the tee-supplicant, then the fTPM
initramfs hook based on the optee & RPMB backed fTPM.

Changes v2:
- Fix the typo
- Document the current status regarding the *tee.ko in the stock debian
  kernel.

Baocheng Su (2):
  Add recipe for optee-client
  initramfs: Add recipe for optee based ftpm hook

 recipes-bsp/optee-client/files/control.tmpl   | 51 +++++++++++++++++++
 recipes-bsp/optee-client/files/rules.tmpl     | 20 ++++++++
 .../optee-client/files/tee-supplicant.service |  9 ++++
 .../optee-client/optee-client_3.20.0.bb       | 47 +++++++++++++++++
 .../initramfs-ms-ftpm-hook/files/ms-ftpm.hook | 38 ++++++++++++++
 .../files/ms-ftpm.script                      | 43 ++++++++++++++++
 .../initramfs-ms-ftpm-hook_0.1.bb             | 30 +++++++++++
 7 files changed, 238 insertions(+)
 create mode 100644 recipes-bsp/optee-client/files/control.tmpl
 create mode 100755 recipes-bsp/optee-client/files/rules.tmpl
 create mode 100644 recipes-bsp/optee-client/files/tee-supplicant.service
 create mode 100644 recipes-bsp/optee-client/optee-client_3.20.0.bb
 create mode 100644 recipes-initramfs/initramfs-ms-ftpm-hook/files/ms-ftpm.hook
 create mode 100644 recipes-initramfs/initramfs-ms-ftpm-hook/files/ms-ftpm.script
 create mode 100644 recipes-initramfs/initramfs-ms-ftpm-hook/initramfs-ms-ftpm-hook_0.1.bb