Thanks Mike for your comments. On Mon, 24 Sep 2018 at 22:20, Kinney, Michael D <[email protected]> wrote: > > Hi Ard, > > The initial content is only from the TEE Client API Specification. > I noticed that there is an errata to that spec as well. Does this > content follow the errata?
Yes. > > I also noticed that the specifications require the acceptance of > an additional license to view the contents. Is there a version of > the content for this include file available that does not require > the acceptance of an additional license? > Yes, following is another version of the content for this include file: https://github.com/OP-TEE/optee_client/blob/master/public/tee_client_api.h#L163 -Sumit > Thanks, > > Mike > > > -----Original Message----- > > From: Ard Biesheuvel [mailto:[email protected]] > > Sent: Monday, September 24, 2018 1:26 AM > > To: Sumit Garg <[email protected]> > > Cc: [email protected]; [email protected]; > > Leif Lindholm <[email protected]>; Daniel > > Thompson <[email protected]>; Matteo Carlini > > <[email protected]>; Achin Gupta > > <[email protected]>; Udit Kumar <[email protected]>; > > Kinney, Michael D <[email protected]>; Gao, > > Liming <[email protected]> > > Subject: Re: [edk2][PATCH v2 1/2] > > MdePkg/IndustryStandard: Add Global Plaform header file > > > > On Sat, 22 Sep 2018 at 01:15, Ard Biesheuvel > > <[email protected]> wrote: > > > > > > On 27 August 2018 at 04:50, Sumit Garg > > <[email protected]> wrote: > > > > Add Global Plaform header file specific to TEE > > Client API Specification v1 > > > > > > <http://www.globalplatform.org/specificationsdevice.asp > > >. > > > > > > > > Cc: Michael D Kinney <[email protected]> > > > > Cc: Liming Gao <[email protected]> > > > > Cc: Ard Biesheuvel <[email protected]> > > > > Cc: Leif Lindholm <[email protected]> > > > > Contributed-under: TianoCore Contribution Agreement > > 1.1 > > > > Signed-off-by: Sumit Garg <[email protected]> > > > > > > Acked-by: Ard Biesheuvel <[email protected]> > > > > > > Mike, > > > > > > The header file is a bit light on content at > > introduction, but as > > > discussed online, we can add stuff as we go for other > > use cases. > > > > > > > ... as discussed *offline* > > > > > > > > > --- > > > > MdePkg/Include/IndustryStandard/GlobalPlatform.h | > > 27 ++++++++++++++++++++++++ > > > > 1 file changed, 27 insertions(+) > > > > create mode 100644 > > MdePkg/Include/IndustryStandard/GlobalPlatform.h > > > > > > > > diff --git > > a/MdePkg/Include/IndustryStandard/GlobalPlatform.h > > b/MdePkg/Include/IndustryStandard/GlobalPlatform.h > > > > new file mode 100644 > > > > index 000000000000..72c5af4ef588 > > > > --- /dev/null > > > > +++ > > b/MdePkg/Include/IndustryStandard/GlobalPlatform.h > > > > @@ -0,0 +1,27 @@ > > > > +/** @file > > > > + Standardized Global Platform header file. > > GlobalPlatform TEE Client API > > > > + Specification v1.0: > > <http://www.globalplatform.org/specificationsdevice.asp > > > > > > > + > > > > + Copyright (c) 2018, Linaro Ltd. All rights > > reserved.<BR> > > > > + > > > > + This program and the accompanying materials > > > > + are licensed and made available under the terms > > and conditions of the BSD License > > > > + which accompanies this distribution. The full > > text of the license may be found at > > > > + http://opensource.org/licenses/bsd-license.php > > > > + > > > > + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE > > ON AN "AS IS" BASIS, > > > > + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY > > KIND, EITHER EXPRESS OR IMPLIED. > > > > + > > > > +**/ > > > > + > > > > +#ifndef _GLOBAL_PLATFORM_H_ > > > > +#define _GLOBAL_PLATFORM_H_ > > > > + > > > > +#define TEEC_ORIGIN_COMMS > > 0x00000002 > > > > + > > > > +#define TEEC_SUCCESS > > 0x00000000 > > > > +#define TEEC_ERROR_BAD_PARAMETERS > > 0xFFFF0006 > > > > +#define TEEC_ERROR_OUT_OF_MEMORY > > 0xFFFF000C > > > > +#define TEEC_ERROR_COMMUNICATION > > 0xFFFF000E > > > > + > > > > +#endif > > > > -- > > > > 2.7.4 > > > > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

