Re: [edk2] [PATCH V2 2/2] MdeModulePkg: Update SMBIOS PCDs to 3.2.0

2018-08-26 Thread Bi, Dandan
Reviewed-by: Dandan Bi Thanks, Dandan -Original Message- From: Zeng, Star Sent: Thursday, August 23, 2018 11:36 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Gao, Liming ; Bi, Dandan ; Kinney, Michael D Subject: [PATCH V2 2/2] MdeModulePkg: Update SMBIOS PCDs to 3.2.0 REF:

Re: [edk2] [PATCH V2 1/2] MdePkg SmBios.h: Add SMBIOS 3.2.0 definitions

2018-08-26 Thread Bi, Dandan
Hi Star, One minor comment: How about update + UINT8 MemoryTechnology; ///< MEMORY_DEVICE_TECHNOLOGY To + UINT8 MemoryTechnology; ///< The enumeration value from MEMORY_DEVICE_TECHNOLOGY. In order to keep consistent

Re: [edk2] [PATCH V2 1/2] MdePkg SmBios.h: Add SMBIOS 3.2.0 definitions

2018-08-26 Thread Zeng, Star
Agree and thanks. Star -Original Message- From: Bi, Dandan Sent: Monday, August 27, 2018 9:00 AM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming ; Kinney, Michael D Subject: RE: [PATCH V2 1/2] MdePkg SmBios.h: Add SMBIOS 3.2.0 definitions Hi Star, One minor comment: How

[edk2] [PATCH] BaseTools: Check pcd DefaultValue and SkuId EBNF.

2018-08-26 Thread BobCF
From: Zhaozh1x 1. When assign dynamic hii pcd value in dsc file, missed the DefaultValue, build should be fail. 2. Check the EBNF of SkuId. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao Cc: Liming Gao Cc: Yonghong Zhu Cc: Bob Feng ---

[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Change BIOS Version

2018-08-26 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env index b9cb0fd..632d1b1

[edk2] [PATCH] BaseTools: Add check only VOID* type Pcd need the maxsize info

2018-08-26 Thread Yonghong Zhu
From: zhijufan Add check for the datum type keyword "VOID*", only the VOID* type Pcd need the additional maxsize info. Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhiju.Fan --- BaseTools/Source/Python/Common/Misc.py| 53

Re: [edk2] [PATCH 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

2018-08-26 Thread Sumit Garg
On Fri, 24 Aug 2018 at 18:48, Ard Biesheuvel wrote: > > Hi Sumit, > > On 24 August 2018 at 10:21, Sumit Garg wrote: > > Add following APIs to communicate with OP-TEE static TA: > > 1. OpteeInit > > 2. OpteeOpenSession > > 3. OpteeCloseSession > > 4. OpteeInvokeFunc > > > > Cc: Ard Biesheuvel >