op-tee.lists.trustedfirmware.org archive mirror
 help / color / mirror / Atom feed
[PATCH][next] optee: make read-only array attr static const
 2026-01-17 14:10 UTC  (8+ messages)

[GIT PULL] TEE sysfs for 6.20
 2026-01-17 12:44 UTC 

[GIT PULL] AMDTEE update for 6.20
 2026-01-17 12:35 UTC 

[GIT PULL] TEE bus callbacks for 6.20
 2026-01-17 12:30 UTC 

[GIT PULL] OP-TEE update for 6.20
 2026-01-17 12:04 UTC 

[GIT PULL] QCOMTEE fixes for 6.20
 2026-01-17 11:53 UTC 

OP-TEE 4.9.0 has been released
 2026-01-16 13:09 UTC 

[PATCH v4] arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs
 2026-01-16 10:06 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Mark the OP-TEE mailing list moderated
 2026-01-16  8:44 UTC  (3+ messages)

[PATCH v1 1/1] tee: optee: expose OS revision via sysfs
 2026-01-15  6:18 UTC  (42+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v4 1/2] tee: add revision sysfs attribute
      ` [PATCH v4 2/2] tee: optee: store OS revision for TEE core
      ` [PATCH v5 1/2] tee: add revision sysfs attribute
        ` [PATCH v5 2/2] tee: optee: store OS revision for TEE core
        ` [PATCH v6 1/2] tee: add revision sysfs attribute
          ` [PATCH v6 2/2] tee: optee: store OS revision for TEE core
          ` [PATCH v7 1/2] tee: add revision sysfs attribute
            ` [PATCH v7 2/2] tee: optee: store OS revision for TEE core

[PATCH] tee: amdtee: Remove unused return variables
 2026-01-14 10:59 UTC  (2+ messages)

[PATCH v20 0/6] Introduction of a remoteproc tee to load signed firmware
 2026-01-13  9:20 UTC  (15+ messages)
` [PATCH v20 1/6] dt-bindings: firmware: Add TEE remoteproc service binding
` [PATCH v20 2/6] dt-bindings: remoteproc: Add STM32 TEE-controlled rproc binding
` [PATCH v20 3/6] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v20 4/6] remoteproc: Introduce optional release_fw operation
` [PATCH v20 5/6] remoteproc: Add TEE support
` [PATCH v20 6/6] remoteproc: stm32: Add TEE-controlled STM32 driver

[PATCH v3] arm64: defconfig: Enable QCOMTEE on Qualcomm SM8650+
 2026-01-08  9:46 UTC  (16+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-07  9:38 UTC  (35+ messages)
` [PATCH v2 01/17] tee: Add some helpers to reduce boilerplate for tee client drivers
` [PATCH v2 02/17] tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
` [PATCH v2 03/17] tee: Adapt documentation to cover recent additions
` [PATCH v2 04/17] hwrng: optee - Make use of module_tee_client_driver()
` [PATCH v2 05/17] hwrng: optee - Make use of tee bus methods
` [PATCH v2 06/17] rtc: optee: Migrate to use tee specific driver registration function
` [PATCH v2 07/17] rtc: optee: Make use of tee bus methods
` [PATCH v2 08/17] efi: stmm: Make use of module_tee_client_driver()
` [PATCH v2 09/17] efi: stmm: Make use of tee bus methods
` [PATCH v2 10/17] firmware: arm_scmi: optee: Make use of module_tee_client_driver()
` [PATCH v2 11/17] firmware: arm_scmi: Make use of tee bus methods
` [PATCH v2 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v2 13/17] firmware: tee_bnxt: Make use of tee bus methods
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v2 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v2 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods

[PATCH] optee: update outdated comment
 2026-01-05 13:02 UTC  (3+ messages)

[PATCH 1/3] tee: qcomtee: call: Fix confusing cleanup.h syntax
 2026-01-05 10:45 UTC  (15+ messages)
` [PATCH 2/3] tee: qcomtee: mem: "
` [PATCH 3/3] tee: qcomtee: user: "

Preparing for OP-TEE 4.9.0
 2025-12-29 13:11 UTC 

build breakage with SCMI
 2025-12-17 12:23 UTC  (4+ messages)

[PATCH] tee: fix tee_ioctl_object_invoke_arg padding
 2025-12-16 13:17 UTC  (12+ messages)

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15 10:42 UTC  (41+ messages)
` [PATCH v1 01/17] tee: Add some helpers to reduce boilerplate for tee client drivers
` [PATCH v1 02/17] tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
` [PATCH v1 03/17] tee: Adapt documentation to cover recent additions
` [PATCH v1 04/17] hwrng: optee - Make use of module_tee_client_driver()
` [PATCH v1 05/17] hwrng: optee - Make use of tee bus methods
` [PATCH v1 06/17] rtc: optee: Migrate to use tee specific driver registration function
` [PATCH v1 07/17] rtc: optee: Make use of tee bus methods
` [PATCH v1 08/17] efi: stmm: Make use of module_tee_client_driver()
` [PATCH v1 09/17] efi: stmm: Make use of tee bus methods
` [PATCH v1 10/17] firmware: arm_scmi: optee: Make use of module_tee_client_driver()
` [PATCH v1 11/17] firmware: arm_scmi: Make use of tee bus methods
` [PATCH v1 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v1 13/17] firmware: tee_bnxt: Make use of tee bus methods
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v1 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v1 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods

[PATCH v2] arm64: defconfig: Enable QCOMTEE for Qualcomm SoCs
 2025-12-07  7:50 UTC  (5+ messages)

[PATCH] arm64: defconfig: Enable QCOMTEE for Qualcomm SoCs
 2025-12-05  7:40 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).