public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 1/1] Add ArmPkg/Optee library APIs
@ 2018-10-03  7:43 Sumit Garg
  2018-10-03  7:43 ` [PATCH v3 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE Sumit Garg
  0 siblings, 1 reply; 7+ messages in thread
From: Sumit Garg @ 2018-10-03  7:43 UTC (permalink / raw)
  To: edk2-devel
  Cc: ard.biesheuvel, leif.lindholm, michael.d.kinney, tee-dev,
	daniel.thompson, joakim.bech, Matteo.Carlini, Achin.Gupta,
	udit.kumar, Sumit Garg

Changes in v3:
Removed GlobalPlatform TEE return codes (IndustryStandard/GlobalPlatform.h)
that were rejected by EDK2 maintainers. Rather used custom ones for this
OP-TEE driver.

Changes in v2:
1. Separate patch for MdePkg/Include/IndustryStandard/GlobalPlatform.h.
2. Correct comments style for struct members.
3. Update commit message.

Sumit Garg (1):
  ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

 ArmPkg/Include/Library/OpteeLib.h    |  90 +++++++++
 ArmPkg/Library/OpteeLib/Optee.c      | 357 +++++++++++++++++++++++++++++++++++
 ArmPkg/Library/OpteeLib/OpteeLib.inf |   2 +
 ArmPkg/Library/OpteeLib/OpteeSmc.h   |  43 +++++
 4 files changed, 492 insertions(+)
 create mode 100644 ArmPkg/Library/OpteeLib/OpteeSmc.h

-- 
2.7.4



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

end of thread, other threads:[~2018-10-09  6:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03  7:43 [PATCH v3 1/1] Add ArmPkg/Optee library APIs Sumit Garg
2018-10-03  7:43 ` [PATCH v3 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE Sumit Garg
2018-10-03  9:33   ` Ard Biesheuvel
2018-10-05 15:03     ` Leif Lindholm
2018-10-08  9:50       ` Sumit Garg
2018-10-08 14:04         ` Leif Lindholm
2018-10-09  6:02           ` Sumit Garg

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