mbox series

[edk2,v2,0/2] Add ArmPkg/Optee library APIs

Message ID 1535370620-10032-1-git-send-email-sumit.garg@linaro.org
Headers show
Series Add ArmPkg/Optee library APIs | expand

Message

Sumit Garg Aug. 27, 2018, 11:50 a.m. UTC
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 (2):
  MdePkg/IndustryStandard: Add Global Plaform header file
  ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

 ArmPkg/Include/Library/OpteeLib.h                |  87 ++++++
 ArmPkg/Library/OpteeLib/Optee.c                  | 358 +++++++++++++++++++++++
 ArmPkg/Library/OpteeLib/OpteeLib.inf             |   2 +
 ArmPkg/Library/OpteeLib/OpteeSmc.h               |  43 +++
 MdePkg/Include/IndustryStandard/GlobalPlatform.h |  27 ++
 5 files changed, 517 insertions(+)
 create mode 100644 ArmPkg/Library/OpteeLib/OpteeSmc.h
 create mode 100644 MdePkg/Include/IndustryStandard/GlobalPlatform.h

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Sumit Garg Sept. 12, 2018, 7:28 a.m. UTC | #1
On Mon, 27 Aug 2018 at 17:20, Sumit Garg <sumit.garg@linaro.org> wrote:
>

> 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 (2):

>   MdePkg/IndustryStandard: Add Global Plaform header file

>   ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

>


I hope you have reviewed this patch-set.

Please let me know if you have any more review comments.

-Sumit

>  ArmPkg/Include/Library/OpteeLib.h                |  87 ++++++

>  ArmPkg/Library/OpteeLib/Optee.c                  | 358 +++++++++++++++++++++++

>  ArmPkg/Library/OpteeLib/OpteeLib.inf             |   2 +

>  ArmPkg/Library/OpteeLib/OpteeSmc.h               |  43 +++

>  MdePkg/Include/IndustryStandard/GlobalPlatform.h |  27 ++

>  5 files changed, 517 insertions(+)

>  create mode 100644 ArmPkg/Library/OpteeLib/OpteeSmc.h

>  create mode 100644 MdePkg/Include/IndustryStandard/GlobalPlatform.h

>

> --

> 2.7.4

>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel