Re: [edk2] [PATCH edk2-platforms v1 27/38] Platform/Hisilicon/D06: Add EarlyConfigPeim peim

2018-08-13 Thread Ming
在 8/9/2018 6:27 PM, Leif Lindholm 写道: > On Thu, Aug 09, 2018 at 03:07:07PM +0800, Ming wrote: >> 在 8/4/2018 5:59 PM, Leif Lindholm 写道: >>> On Tue, Jul 24, 2018 at 03:09:11PM +0800, Ming Huang wrote: This peim configuare SMMU,AP,MN. >>> >>> configuare -> configure >>> >>> I know SMMU and AP,

Re: [edk2] [PATCH edk2-platforms v1 22/38] Platform/Hisilicon/D06: Add OemNicLib

2018-08-13 Thread Ming
在 8/9/2018 6:19 PM, Leif Lindholm 写道: > On Thu, Aug 09, 2018 at 02:16:49PM +0800, Ming wrote: +UINT16 crc_tab[256] = { >>> >>> CrcTable. >> >> Modify it in v2. >> >>> Hmm. >>> This might be useful to add to a core library/driver/protocol. We >>> don't appear to have it yet. This is another

[edk2] [PATCH v2] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread shenglei
Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047 https://bugzilla.tianocore.org/show_bug.cgi?id=1049

Re: [edk2] [PATCH v2] SignedCapsulePkg: Remove redundant things in inf, .h and .c files

2018-08-13 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of shenglei Sent: Tuesday, August 14, 2018 10:18 AM To: edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: [edk2] [PATCH v2] SignedCapsulePkg: Remove redundant things in inf, .h

[edk2] [PATCH v2] SignedCapsulePkg: Remove redundant things in inf, .h and .c files

2018-08-13 Thread shenglei
Two redundant library classes have been removed. The redundant function "IsSystemFmp" has been removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1067 v2: Remove DxeServicesLib from SystemFirmwareUpdateDxe.inf. Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1

Re: [edk2] [PATCH v2] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread Zeng, Star
On 2018/8/14 10:27, shenglei wrote: Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047

[edk2] FW: Question regarding CMOS regions.

2018-08-13 Thread MohammadYounasKhan.P
Hi All, As we know CMOS data can be 128 or 256 bytes. CMOS lower 128 bytes are stored in IO ports 0x70-0x71 whereas CMOS upper 128 bytes are stored using IO ports 0x72-0x73. 1. How to know that the system has 128bytes of CMOS or 256 bytes of CMOS region? 2. Is there any CMOS location

[edk2] [PATCH v3] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread shenglei
Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047 https://bugzilla.tianocore.org/show_bug.cgi?id=1049

Re: [edk2] [PATCH v3] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread Zeng, Star
On 2018/8/14 13:18, shenglei wrote: Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047

Re: [edk2] [PATCH v3] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-13 Thread Zeng, Star
On 2018/8/14 13:28, Zeng, Star wrote: On 2018/8/14 13:18, shenglei wrote: Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045

Re: [edk2] reg: HTTP Request Failure over Internet

2018-08-13 Thread Sivaraman Nainar
Hello Jiaxin, With the recommended workaround #1 we can able to make HTTP Requests. Thanks Siva -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Friday, August 10, 2018 7:03 AM To: Sivaraman Nainar; Ye, Ting; Laszlo Ersek; edk2-devel@lists.01.org Subject: RE:

[edk2] [PATCH] MdeModulePkg SmmLockBox: Return actual data length in SmmLockBoxRestore

2018-08-13 Thread Star Zeng
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1082 Current code only returns actual data length in case of return status buffer too small. If caller provided a buffer that's large enough to restore data from lock box, actual data length is not returned. It needs to be updated in case of

Re: [edk2] [PATCH v1 1/1] BaseTools: Eot - fix variable names

2018-08-13 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Carsey, Jaben Sent: Wednesday, August 08, 2018 6:37 AM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Gao, Liming Subject: [PATCH v1 1/1] BaseTools: Eot - fix variable names 1) currently a couple classes

[edk2] [Patch V2] BaseTools: Clean up not used code in BuildClassObject

2018-08-13 Thread Yonghong Zhu
V2: Add back "from Common.DataType import *" 1. Remove some import statement that are not used. 2. Remove the Type value in the LibraryClassObject because we don't actually use it. Cc: Liming Gao Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong

Re: [edk2] [PATCH] MdeModulePkg SmmLockBox: Return actual data length in SmmLockBoxRestore

2018-08-13 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Monday, August 13, 2018 4:55 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Anbazhagan Baraneedharan > Subject: [PATCH] MdeModulePkg SmmLockBox: Return actual data length in >