Re: [edk2-devel] [PATCH] UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation check

2019-05-17 Thread Zeng, Star
Thanks for the understanding to all of you. Star > -Original Message- > From: Ni, Ray > Sent: Friday, May 17, 2019 9:11 PM > To: Zeng, Star ; devel@edk2.groups.io; > ler...@redhat.com > Cc: Dong, Eric ; Kumar, Chandana C > ; Li, Kevin Y > Subject: RE: [edk2-devel] [PATCH] UefiCpuPkg CpuC

Re: [edk2-devel] [edk2-platforms] [PATCH 5/5] Intel/Readme.md: Updated readme with linux build instructions

2019-05-17 Thread Kubacki, Michael A
The Known Limitations section needs clean up now. This text can be removed as a general statement: " * All firmware projects can build on Windows with the validated configuration below. * Cross-platform build support is work-in-progress. * KabylakeOpenBoardPkg and ClevoOpenBoardPkg can buil

Re: [edk2-devel] [edk2-platforms] [PATCH 4/5] ClevoOpenBoardPkg: Added GCC5 build support

2019-05-17 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Agyeman, Prince > Sent: Wednesday, May 15, 2019 10:36 AM > To: devel@edk2.groups.io > Cc: Agyeman, Prince > Subject: [edk2-devel] [edk2-platforms] [PATCH 4/5] Clevo

Re: [edk2-devel] [edk2-platforms] [PATCH 3/5] KabylakeOpenBoardPkg: Added GCC5 build support

2019-05-17 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Agyeman, Prince > Sent: Wednesday, May 15, 2019 10:36 AM > To: devel@edk2.groups.io > Cc: Agyeman, Prince > Subject: [edk2-devel] [edk2-platforms] [PATCH 3/5] Kabyl

Re: [edk2-devel] [edk2-platforms] [PATCH 5/5] Intel/Readme.md: Updated readme with linux build instructions

2019-05-17 Thread Nate DeSimone
At some point, it would be good to test this on Ubuntu 18.04 as well. Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Agyeman, Prince Sent: Wednesday, May 15, 2019 10:36 AM To: devel@edk2.groups.io Cc: Agyeman, Prince Subject: [edk2-devel] [edk2-pl

Re: [edk2-devel] [edk2-platforms] [PATCH 4/5] ClevoOpenBoardPkg: Added GCC5 build support

2019-05-17 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Agyeman, Prince Sent: Wednesday, May 15, 2019 10:36 AM To: devel@edk2.groups.io Cc: Agyeman, Prince Subject: [edk2-devel] [edk2-platforms] [PATCH 4/5] ClevoOpenBoardPkg: Added GCC5 build support From

Re: [edk2-devel] [edk2-platforms] [PATCH 2/5] KabylakeSiliconPkg: Casting functions to EFIAPI

2019-05-17 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Agyeman, Prince Sent: Wednesday, May 15, 2019 10:36 AM To: devel@edk2.groups.io Cc: Agyeman, Prince ; Kubacki, Michael A ; Kinney, Michael D ; Desimone, Nathaniel L ; Gao, Liming ; Sinha, Ankit Subj

Re: [edk2-devel] [edk2-platforms] [PATCH 3/5] KabylakeOpenBoardPkg: Added GCC5 build support

2019-05-17 Thread Nate DeSimone
1. These seem like ugly hacks: -Wno-unused -Wl,--allow-multiple-definition My guess is there are a lot of painful changes you are avoiding here... so I'll allow it for now. Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Agyeman, Prince Sent: Wedne

Re: [edk2-devel] [edk2-platforms] [PATCH 1/5] MinPlatformPkg: Added GCC5 build support

2019-05-17 Thread Nate DeSimone
1. RuleInclude.fdf - There are now two [Rule.Common.PEIM] sections in this file, which seems wrong. Please just change the one above it from PE32 to TE. 2. There is a spelling error on line 7 of Stack.nasm: Switch the stack from temporary memory to permenent memory. "permenent" should be "perman

Re: [edk2-devel] [edk2-platforms] [PATCH 1/5] MinPlatformPkg: Added GCC5 build support

2019-05-17 Thread Kubacki, Michael A
In RuleInclude.fdf this declares a duplicate Rule.Common.PEIM rule. In this case, was there a particular reason to move from PE32 to TE? --- The Contributed-under tag is missing but no longer needed as V2 will be based after the license change. Thanks, Michael > -Original Message- > Fro

Re: [edk2-devel] [edk2-platforms] [PATCH 2/5] KabylakeSiliconPkg: Casting functions to EFIAPI

2019-05-17 Thread Kubacki, Michael A
The commit message subject line is too long. For V2 of the series, please check the patch with PatchCheck.py before sending. > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Agyeman, Prince > Sent: Wednesday, May 15, 2019 10:36 AM > To: devel@

[edk2-devel] [Enable measured boot with SM3 digest algorithm 3/4] sm3-enabling: Add SM3 guid reference in the TPM2 hash mask structure in HashLibBaseCryptoRouterCommon.c

2019-05-17 Thread Imran Desai
--- SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c index 7f3

[edk2-devel] [Enable measured boot with SM3 digest algorithm 1/4] sm3_enabling: Augment crypt interface with calls into openssl to calculate sm3 digest prior to exercising TPM2 calls for PCR extend

2019-05-17 Thread Imran Desai
--- OvmfPkg/OvmfPkgX64.dsc| 2 + SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf | 46 ++ MdePkg/Include/Protocol/Hash.h| 5 + SecurityPkg/Include/Library/HashLib.h | 1 + Secur

[edk2-devel] [Enable measured boot with SM3 digest algorithm 4/4] sm3-enabling: Add SM3 hashinstance library information to all OvmfPkg and SecurityPkg

2019-05-17 Thread Imran Desai
--- OvmfPkg/OvmfPkgIa32.dsc | 2 ++ OvmfPkg/OvmfPkgIa32X64.dsc | 2 ++ SecurityPkg/SecurityPkg.dsc | 3 +++ 3 files changed, 7 insertions(+) diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc index 578fc6c98ec8..fb5944aa6945 100644 --- a/OvmfPkg/OvmfPkgIa32.dsc +++ b/OvmfPkg/Ovmf

[edk2-devel] [Enable measured boot with SM3 digest algorithm 0/4]

2019-05-17 Thread Imran Desai
https://github.com/idesai/edk2/tree/enable_sm3_measured_boot Support for SM3 digest algorithm is needed for TPM with SM3 PCR banks. This digest algorithm is part of the China Crypto algorithm suite. Support for these algorithms is needed to enable platforms for the PRC market. This integration h

[edk2-devel] [Enable measured boot with SM3 digest algorithm 2/4] sm3-enabling: Add SM3 TCG algorithm registry value to the PcdTpm2HashMask

2019-05-17 Thread Imran Desai
--- SecurityPkg/SecurityPkg.dec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 3314f1854be4..fa3a4fcf5869 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -438,9 +438,10 @@ [PcdsD

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 00/30] Change edk2-platforms/master to BSD+Patent License

2019-05-17 Thread Michael D Kinney
Thank you to all reviewers of this series. Pushed commit range: 54230280bb..009ff27e0b Mike > -Original Message- > From: devel@edk2.groups.io > [mailto:devel@edk2.groups.io] On Behalf Of Michael D > Kinney > Sent: Wednesday, May 15, 2019 4:10 PM > To: devel@edk2.groups.io > Cc: Leif Lind

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 09/30] Platform/Intel/ClevoOpenBoardPkg: Replace BSD License with BSD+Patent License

2019-05-17 Thread Sinha, Ankit
Reviewed-by: Ankit Sinha -Original Message- From: Kinney, Michael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Sinha, Ankit Subject: [[edk2-platforms][PATCH V2] 09/30] Platform/Intel/ClevoOpenBoardPkg: Replace BSD License with BSD+Patent Li

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 01/30] edk2-platforms: Add License-History.txt

2019-05-17 Thread Sinha, Ankit
Reviewed-by: Ankit Sinha -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Michael D Kinney Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Leif Lindholm ; Ard Biesheuvel ; Gillispie, Thad ; Bu, Daocheng ; Oram, Isaac W ; Piwko

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 24/30] Silicon/Intel/LewisburgPkg: Replace BSD License with BSD+Patent License

2019-05-17 Thread Oram, Isaac W
Reviewed-by: Isaac W Oram -Original Message- From: devel@edk2.groups.io On Behalf Of Kinney, Michael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Piwko, Maciej ; Bu, Daocheng ; Oram, Isaac W Subject: [edk2-devel] [[edk2-platforms][PATCH V2] 24/30] Silicon/Intel

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 26/30] Silicon/Intel/PurleySktPkg: Replace BSD License with BSD+Patent License

2019-05-17 Thread Oram, Isaac W
Reviewed-by: Isaac W Oram -Original Message- From: devel@edk2.groups.io On Behalf Of Kinney, Michael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Gillispie, Thad ; Bu, Daocheng ; Oram, Isaac W Subject: [edk2-devel] [[edk2-platforms][PATCH V2] 26/30] Silicon/Int

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 25/30] Silicon/Intel/PurleyRcPkg: Replace BSD License with BSD+Patent License

2019-05-17 Thread Oram, Isaac W
Reviewed-by: Isaac W Oram -Original Message- From: devel@edk2.groups.io On Behalf Of Kinney, Michael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Gillispie, Thad ; Bu, Daocheng ; Oram, Isaac W Subject: [edk2-devel] [[edk2-platforms][PATCH V2] 25/30] Silicon/Int

Re: [edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: remove dead status code reporting code

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 06:18:55PM +0200, Ard Biesheuvel wrote: > The status code reporting functionality in PrePiLib is never invoked > so let's just remove it. > > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm *however* - I don't think this constitutes a bugfix, so probably needs

Re: [edk2-devel] [edk2-platforms: PATCH] Marvell/Armada7k8k: Introduce SMBIOS/DMI support

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 09:58:27AM +0200, Marcin Wojtas wrote: > Fill in the basic requirements of the SMBIOS specification by specifying > the minimum required structures. The basic fixup is performed. > CPU/DRAM frequency is obtained via SampleAtResetlib and the DRAM size > is calculated from the

[edk2-devel] [PATCH] EmbeddedPkg/PrePiLib: remove dead status code reporting code

2019-05-17 Thread Ard Biesheuvel
The status code reporting functionality in PrePiLib is never invoked so let's just remove it. Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Include/Library/PrePiLib.h | 7 - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 4 - EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c | 318

Re: [edk2-devel] [edk2-platforms][PATCH v1 02/16] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
(adding Andrew) On Fri, 17 May 2019 at 18:05, Ard Biesheuvel wrote: > > On Fri, 17 May 2019 at 18:03, Leif Lindholm wrote: > > > > On Fri, May 17, 2019 at 05:24:36PM +0200, Ard Biesheuvel wrote: > > > On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > > > > > > > REF:https://bugzilla.tianocore.

Re: [edk2-devel] [edk2-platforms][PATCH v1 02/16] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 18:03, Leif Lindholm wrote: > > On Fri, May 17, 2019 at 05:24:36PM +0200, Ard Biesheuvel wrote: > > On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > > > This commit will update the DSC file to consume

Re: [edk2-devel] [edk2-platforms][PATCH v1 16/16] Platform/SoftIron: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 05:46:29PM +0200, Ard Biesheuvel wrote: > On Tue, 14 May 2019 at 04:09, Hao A Wu wrote: > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > This commit will update the DSC file to consume the ReportStatusCodeLib > > (DXE phase and Runtime instances) in M

Re: [edk2-devel] [edk2-platforms][PATCH v1 14/16] Platform/LeMaker: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 05:45:09PM +0200, Ard Biesheuvel wrote: > On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > This commit will update the DSC file to consume the ReportStatusCodeLib > > (DXE phase and Runtime instances) in M

Re: [edk2-devel] [edk2-platforms][PATCH v1 02/16] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 05:24:36PM +0200, Ard Biesheuvel wrote: > On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > This commit will update the DSC file to consume the ReportStatusCodeLib > > (DXE phase and Runtime instances) in

Re: [edk2-devel] [PATCH v1 1/2] EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 17:50, Ard Biesheuvel wrote: > > On Tue, 14 May 2019 at 09:33, Hao A Wu wrote: > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1720 > > > > This commit will update the package DSC file to consume the > > ReportStatusCodeLib (DXE phase instance) in MdeModulePkg, i

Re: [edk2-devel] [PATCH v1 1/2] EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE) in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 09:33, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1720 > > This commit will update the package DSC file to consume the > ReportStatusCodeLib (DXE phase instance) in MdeModulePkg, instead of using > the one in IntelFrameworkModulePkg. > > Please no

Re: [edk2-devel] [edk2-platforms][PATCH v1 16/16] Platform/SoftIron: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:09, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the ReportStatusCodeLib > (DXE phase and Runtime instances) in MdeModulePkg, instead of using the > one in IntelFrameworkModulePkg. > > Plea

Re: [edk2-devel] [edk2-platforms][PATCH v1 15/16] Platform/SoftIron: Use Lzma decompress lib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the LzmaDecompressLib in > MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompressLib

Re: [edk2-devel] [edk2-platforms][PATCH v1 14/16] Platform/LeMaker: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the ReportStatusCodeLib > (DXE phase and Runtime instances) in MdeModulePkg, instead of using the > one in IntelFrameworkModulePkg. > > Plea

Re: [edk2-devel] [edk2-platforms][PATCH v1 13/16] Platform/LeMaker: Use Lzma decompress lib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the LzmaDecompressLib in > MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompressLib

Re: [edk2-devel] [edk2-platforms][PATCH v1 12/16] Silicon/Hisilicon/PlatformIntelBdsLib: Remove Hisilicon PlatformBdsLib

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > Hisilicon platforms have already switched to the BDS driver in > MdeModulePkg by commit 5845a5cde9d6bd51d77067b2594654005887a434. > > Thus, the Hisilicon PlatformBdsLib is no longer needed. This commit will > remove this library instance implementa

Re: [edk2-devel] [edk2-platforms][PATCH v1 11/16] Silicon/Hisilicon/Smbios: Drop IntelFramework[Module]Pkg dependency

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > The below 3 Smbios drivers have dependency on IntelFramework[Module]Pkg: > * MemorySubClassDxe > * ProcessorSubClassDxe > * SmbiosMiscDxe > > Their dependency is on the header file: > Inte

Re: [edk2-devel] [edk2-platforms][PATCH v1 10/16] Silicon/Hisilicon: Use DebugLib (DXE_RUNTIME_DRIVER) in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC.INC file to consume the DXE_RUNTIME_DRIVER > DebugLib instance in MdeModulePkg, instead of using the one in > IntelFrameworkModulePkg. > > Please note that,

Re: [edk2-devel] [edk2-platforms][PATCH v1 08/16] Silicon/Hisilicon: Use Lzma decompress lib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC.INC file to consume the LzmaDecompressLib > in MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompress

Re: [edk2-devel] [edk2-platforms][PATCH v1 07/16] Hisilicon/D06: Drop the consume of PcdShellFile

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > After the drop of the consume of GenericBdsLib, there is no module that > will use gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile. This > commit will drop the consume of this PCD.

Re: [edk2-devel] [edk2-platforms][PATCH v1 06/16] Hisilicon/D0x: Use StatusCode Router & Handler in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Wed, 15 May 2019 at 21:47, Leif Lindholm wrote: > > On Tue, May 14, 2019 at 10:08:21AM +0800, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > This commit adopts a similar approach to edk2 commit > > a6d594c5fabd8da2273d2794826ec086cf9c3c04. > > > > Currently,

Re: [edk2-devel] [edk2-platforms][PATCH v1 05/16] Hisilicon/D0x: Drop the consume of GenericBdsLib & PlatformBdsLib

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > Hisilicon platforms have already switched to the BDS driver in > MdeModulePkg by commit 5845a5cde9d6bd51d77067b2594654005887a434. > > Thus, the consume of GenericBdsLib and PlatformBdsLib

Re: [edk2-devel] [edk2-platforms][PATCH v1 04/16] Hisilicon/D0x: Use Lzma decompress lib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the LzmaDecompressLib in > MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompressLib

Re: [edk2-devel] [PATCH 2/2] Platform/BeagleBoard: Drop the consume of PcdShellFile

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 17:13, Leif Lindholm wrote: > > On Tue, May 14, 2019 at 10:08:16AM +0800, Wu, Hao A wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > > > There is no module in the platform that will use > > gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile. This co

Re: [edk2-devel] [edk2-platforms][PATCH v1 02/16] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the ReportStatusCodeLib > (DXE phase and Runtime instances) in MdeModulePkg, instead of using the > one in IntelFrameworkModulePkg. > > Ple

Re: [edk2-devel] [edk2-platforms][PATCH v1 01/16] Platform/AMD: Use Lzma decompress lib in MdeModulePkg

2019-05-17 Thread Ard Biesheuvel
On Tue, 14 May 2019 at 04:08, Hao A Wu wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the LzmaDecompressLib in > MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompressLib

Re: [edk2-devel] [edk2-announce] Design Meeting Recordings Available

2019-05-17 Thread Ni, Ray
Stephano, Is there a way that can play the MP4 file without downloading them to hard drive? Thanks, Ray > -Original Message- > From: annou...@edk2.groups.io [mailto:annou...@edk2.groups.io] On > Behalf Of Stephano Cetola > Sent: Friday, May 17, 2019 11:07 PM > To: annou...@edk2.groups.io

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 15:17, Laszlo Ersek wrote: > > On 05/17/19 15:04, Laszlo Ersek wrote: > > On 05/17/19 07:11, Wang, Jian J wrote: > >> Hi Laszlo, > >> > >> There's already a float library used in OpensslLib.inf. > >> > >> [LibraryClasses.ARM] > >> ArmSoftFloatLib > >> > >> The problem is t

[edk2-devel] [PATCH] Maintainers.txt: remove UTF-8 BOM wrongly added in previous commit

2019-05-17 Thread Ni, Ray
Signed-off-by: Ray Ni Cc: Laszlo Ersek --- Maintainers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 2d3a792c30..aaabe2b52d 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -1,4 +1,4 @@ -EDK II Maintainers +EDK II Maintainer

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed

2019-05-17 Thread Ni, Ray
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Friday, May 17, 2019 9:13 PM > To: Ni, Ray ; devel@edk2.groups.io > Cc: Gao, Liming ; Andrew Fish ; > Leif Lindholm ; Kinney, Michael D > > Subject: Re: [edk2-devel] [PATCH]

Re: [edk2-devel] [edk2-platform][PATCH v3] MinPlatformPkg: Add multiple segment support for PciHostBridgeLib

2019-05-17 Thread Chaganty, Rangasai V
Reviewed-by: Rangasai V Chaganty -Original Message- From: Chen, Marc W Sent: Friday, May 17, 2019 12:53 AM To: devel@edk2.groups.io Cc: Chen, Marc W ; Kubacki, Michael A ; Chaganty, Rangasai V Subject: [edk2-platform][PATCH v3] MinPlatformPkg: Add multiple segment support for PciHos

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 08/30] Platform/Intel/AdvancedFeaturePkg: Replace BSD License with BSD+Patent License

2019-05-17 Thread Chaganty, Rangasai V
Reviewed-by: Rangasai V Chaganty -Original Message- From: Kinney, Michael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chaganty, Rangasai V Subject: [[edk2-platforms][PATCH V2] 08/30] Platform/Intel/AdvancedFeaturePkg: Replace BSD License

Re: [edk2-devel] [PATCH v4 6/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Laszlo Ersek
On 05/17/19 13:14, Lu, XiaoyuX wrote: > Laszlo, > > I think (b) is better and have already done this. What do you mean by "already done"? In your personal development tree perhaps? > About (b/1): > > One the one hand, the implementation still need discuss later. > On the other hand: > > Refe

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Laszlo Ersek
On 05/17/19 15:04, Laszlo Ersek wrote: > On 05/17/19 07:11, Wang, Jian J wrote: >> Hi Laszlo, >> >> There's already a float library used in OpensslLib.inf. >> >> [LibraryClasses.ARM] >> ArmSoftFloatLib >> >> The problem is that the below instance doesn't implement __aeabi_ui2d >> and __aeabi_d2u

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed

2019-05-17 Thread Laszlo Ersek
On 05/17/19 06:57, Ray Ni wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ray Ni > Cc: Liming Gao > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > --- > Maintainers.txt | 7 +-- > 1 file changed, 1 insertion(+), 6 deletio

Re: [edk2-devel] [PATCH] UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation check

2019-05-17 Thread Ni, Ray
Star, I understand the motivation of the change. Given your statement that all processors you met follows the rule, and I know that you are currently working very actively on Intel processors, Reviewed-by: Ray Ni > -Original Message- > From: Zeng, Star > Sent: Friday, May 17, 2019 11:05

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Laszlo Ersek
On 05/17/19 12:12, Lu, XiaoyuX wrote: > Hi, Lerszlo: well... I agree that my first name may not be trivial to spell, but you can always use the clipboard, whenever in doubt. For the record, it's "Laszlo". > > (1): > >> Unfortunately, I've found another build issue with this series. (My >> apo

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Laszlo Ersek
On 05/17/19 07:11, Wang, Jian J wrote: > Hi Laszlo, > > There's already a float library used in OpensslLib.inf. > > [LibraryClasses.ARM] > ArmSoftFloatLib > > The problem is that the below instance doesn't implement __aeabi_ui2d > and __aeabi_d2uiz (I encountered this one as well) > > ArmP

Re: [edk2-devel] [PATCH] BaseTools:Update mailing list address in BaseTools error messages

2019-05-17 Thread Laszlo Ersek
Hi Zhiju, On 05/17/19 05:07, Fan, ZhijuX wrote: > (2)ExtraData=ST.MSG_SEARCH_FOR_HELP % EDKII_MAIL_ADDR > > I have tried to solve this problem in this way. ST is the collection of all > ExtraData information in UPT, > This collection does not exist in other modules, Other modules have only the

Re: [edk2-devel] [PATCH] UefiCpuPkg CpuCommonFeaturesLib: Remove CPU generation check

2019-05-17 Thread Laszlo Ersek
Hi Star, On 05/17/19 05:05, Zeng, Star wrote: > Situation: All the generations (including the internal generations not listed > in SDM) we saw have MSR 13Ch available when > CpuInfo->CpuIdVersionInfoEcx.Bits.AESNI == 1. This is a very accurate description, thank you; and it's exactly what I fee

Re: [edk2-devel] [PATCH v4 6/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Xiaoyu Lu
Laszlo, I think (b) is better and have already done this. About (b/1): One the one hand, the implementation still need discuss later. On the other hand: Refer to openssl/INSTALL the meaning of --with-rand-seed=none > none: Disable automatic seeding. This is the def

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 15/30] Platform/RaspberryPi: Replace BSD License with BSD+Patent License

2019-05-17 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 13:07, Leif Lindholm wrote: > > On Wed, May 15, 2019 at 04:09:56PM -0700, Michael D Kinney wrote: > > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > > > Replace BSD 2-Clause License with BSD+Patent License. This change is > > based on the following emails: > > > >

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 21/30] Silicon/Broadcom: Replace BSD License with BSD+Patent License

2019-05-17 Thread Ard Biesheuvel
On Fri, 17 May 2019 at 13:08, Leif Lindholm wrote: > > On Wed, May 15, 2019 at 04:10:02PM -0700, Michael D Kinney wrote: > > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > > > Replace BSD 2-Clause License with BSD+Patent License. This change is > > based on the following emails: > > > >

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 00/30] Change edk2-platforms/master to BSD+Patent License

2019-05-17 Thread Leif Lindholm
Hi Mike, Many thanks for this. For all of the patches you wanted my R-b on apart from the ones I have commented on individually: Reviewed-by: Leif Lindholm / Leif On Wed, May 15, 2019 at 04:09:41PM -0700, Michael D Kinney wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1373 >

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 21/30] Silicon/Broadcom: Replace BSD License with BSD+Patent License

2019-05-17 Thread Leif Lindholm
On Wed, May 15, 2019 at 04:10:02PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > Replace BSD 2-Clause License with BSD+Patent License. This change is > based on the following emails: > > https://lists.01.org/pipermail/edk2-devel/2019-February/036260.h

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 15/30] Platform/RaspberryPi: Replace BSD License with BSD+Patent License

2019-05-17 Thread Leif Lindholm
On Wed, May 15, 2019 at 04:09:56PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > Replace BSD 2-Clause License with BSD+Patent License. This change is > based on the following emails: > > https://lists.01.org/pipermail/edk2-devel/2019-February/036260.h

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 07/30] Platform/Hisilicon: Replace BSD License with BSD+Patent License

2019-05-17 Thread Leif Lindholm
On Wed, May 15, 2019 at 04:09:48PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > Replace BSD 2-Clause License with BSD+Patent License. This change is > based on the following emails: > > https://lists.01.org/pipermail/edk2-devel/2019-February/036260.h

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 14/30] Platform/Marvell: Replace BSD License with BSD+Patent License

2019-05-17 Thread Leif Lindholm
On Wed, May 15, 2019 at 04:09:55PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > Replace BSD 2-Clause License with BSD+Patent License. This change is > based on the following emails: > > https://lists.01.org/pipermail/edk2-devel/2019-February/036260.h

Re: [edk2-devel] [[edk2-platforms][PATCH V2] 27/30] Silicon/Marvell: Replace BSD License with BSD+Patent License

2019-05-17 Thread Leif Lindholm
On Wed, May 15, 2019 at 04:10:08PM -0700, Michael D Kinney wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1373 > > Replace BSD 2-Clause License with BSD+Patent License. This change is > based on the following emails: > > https://lists.01.org/pipermail/edk2-devel/2019-February/036260.h

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Xiaoyu Lu
Hi, Lerszlo: (1): > Unfortunately, I've found another build issue with this series. (My apologies > that I didn't discover it earlier.) It is reported in the 32-bit (ARM) build > of the ArmVirtQemu platform: > > CryptoPkg/Library/OpensslLib/openssl/crypto/rand/drbg_lib.c:1028: > undefined

Re: [edk2-devel] [edk2-announce] [RFC] EMEA Meeting Days / Times Change

2019-05-17 Thread Ni, Ray
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Laszlo > Ersek > Sent: Wednesday, May 15, 2019 5:29 PM > To: Stephano Cetola > Cc: edk2-devel-groups-io > Subject: Re: [edk2-devel] [edk2-announce] [RFC] EMEA Meeting Days / > Times Change > > Hi Stephano, > > On 05/14/19

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed

2019-05-17 Thread Leif Lindholm
No problem, I just wanted to make sure that if you were waiting for an R-b from a steward, you had one. Regards, Leif On Fri, May 17, 2019 at 09:00:43AM +, Ni, Ray wrote: > Leif, > Thanks for your "Reviewed-by". > The Maintainers.txt change was pushed before I saw this mail. > Sorry that I m

Re: [edk2-devel] [PATCH v4 0/7] CryptoPkg: Upgrade OpenSSL to 1.1.1b

2019-05-17 Thread Gary Lin
On Thu, May 16, 2019 at 03:54:51AM -0400, Xiaoyu lu wrote: > This series is also available at: > https://github.com/xiaoyuxlu/edk2/tree/bz_1089_upgrade_to_openssl_1_1_1b_v4 > > Changes: > > (1) CryptoPkgOpensslLib: Modify process_files.pl for upgrading OpenSSL > > (2) CryptoPkg/OpensslLib: Excl

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed

2019-05-17 Thread Ni, Ray
Leif, Thanks for your "Reviewed-by". The Maintainers.txt change was pushed before I saw this mail. Sorry that I missed your "Reviewed-by". Thanks, Ray > -Original Message- > From: Leif Lindholm > Sent: Friday, May 17, 2019 4:44 PM > To: Ni, Ray > Cc: devel@edk2.groups.io; Gao, Liming ;

Re: [edk2-devel] [Patch 2/2] EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 04:50:35PM +0800, Liming Gao wrote: > Signed-off-by: Liming Gao > Cc: Leif Lindholm > Cc: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > EmbeddedPkg/EmbeddedPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/EmbeddedPkg/EmbeddedPkg.ds

[edk2-devel] [Patch 1/2] ShellPkg: Update DSC to use NetworkPkg's include fragment file

2019-05-17 Thread Liming Gao
Signed-off-by: Liming Gao Cc: Zhichao Gao Cc: Ray Ni Cc: Jaben Carsey --- ShellPkg/ShellPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 50d9bbb235..6a139b3b91 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/Shell

[edk2-devel] [Patch 2/2] EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file

2019-05-17 Thread Liming Gao
Signed-off-by: Liming Gao Cc: Leif Lindholm Cc: Ard Biesheuvel --- EmbeddedPkg/EmbeddedPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index b487337909..863bce3a19 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++

[edk2-devel] [Patch 0/2] Update Package DSC to use NetworkPkg's include fragment file

2019-05-17 Thread Liming Gao
Liming Gao (2): ShellPkg: Update DSC to use NetworkPkg's include fragment file EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file EmbeddedPkg/EmbeddedPkg.dsc | 2 +- ShellPkg/ShellPkg.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.13.0.windows.1 -=-

Re: [edk2-devel] [PATCH] Maintainers.txt: Remove Nt32Pkg reference after Nt32Pkg is removed

2019-05-17 Thread Leif Lindholm
On Fri, May 17, 2019 at 12:57:35PM +0800, Ray Ni wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ray Ni > Cc: Liming Gao > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney Reviewed-by: Leif Lindholm > --- > Maintainers.txt | 7

Re: [edk2-devel] [edk2-platform][PATCH v3] MinPlatformPkg: Add multiple segment support for PciHostBridgeLib

2019-05-17 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Chen, Marc W > Sent: Friday, May 17, 2019 12:53 AM > To: devel@edk2.groups.io > Cc: Chen, Marc W ; Kubacki, Michael A > ; Chaganty, Rangasai V > > Subject: [edk2-platform][PATCH v3] MinPlatformPkg: Add multiple segment > support f

[edk2-devel] [edk2-platforms: PATCH] Marvell/Armada7k8k: Introduce SMBIOS/DMI support

2019-05-17 Thread Marcin Wojtas
Fill in the basic requirements of the SMBIOS specification by specifying the minimum required structures. The basic fixup is performed. CPU/DRAM frequency is obtained via SampleAtResetlib and the DRAM size is calculated from the information stored in the HOB list. Add new Armada SmbiosPlatformDxe

[edk2-devel] [edk2-platform][PATCH v3] MinPlatformPkg: Add multiple segment support for PciHostBridgeLib

2019-05-17 Thread Marc W Chen
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1799 1. Add PcdPciSegmentCount PCD in MinPlatformPkg.dec and set default to 1 2. Base on PciHostBridge related PCDs to Initialize RootBridges. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marc Chen Cc: Michael Kubacki

Re: [edk2-devel] [edk2-platform][PATCH v2] MinPlatformPkg: Add multiple segment support for PciHostBridgeLib

2019-05-17 Thread Kubacki, Michael A
Please make two quick updates in V3: 1. Add the Contributed-under tag (1.1 agreement) since these files have not moved to the BSD+Patent license yet. 2. Please prefix the BZ link with "REF:" as shown here: https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format > ---

Re: [edk2-devel] [PATCH edk2-platforms V2 16/16] Platform/PurleyOpenBoardPkg: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Kubacki, Michael A
This looks like a good improvement. --- * This is touching three packages though the patch only calls out PurleyOpenBoardPkg. * AdvancedFeaturePkg * MinPlatformPkg * Purley OpenBoardPkg --- * Copyright years in files modified are not updated. --- There's some PatchCheck.py errors, please che

[edk2-devel] [PATCH edk2-platforms V2 05/16] Hisilicon/D06: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D06/D06.dsc | 42 -- Pl

[edk2-devel] [PATCH edk2-platforms V2 11/16] Platform/Overdrive1000Board: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- .../Overdrive1000Board/Overdrive1000Board.dsc | 27 +++ ..

[edk2-devel] [PATCH edk2-platforms V2 13/16] Platform/SgiPkg: Update FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/ARM/SgiPkg/SgiPlatform.fdf | 12 +--- 1 file changed, 1 inser

[edk2-devel] [PATCH edk2-platforms V2 15/16] Platform/Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Cc: Zailiang Sun Cc: Yi Qian Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- .../Intel/Vlv2TbltDevicePkg/PlatformPkg.fdf | 24 +-- .../Vlv

[edk2-devel] [PATCH edk2-platforms V2 03/16] Hisilicon/D03: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/D03/D03.dsc | 26 +++--- Platform/H

[edk2-devel] [PATCH edk2-platforms V2 09/16] Platform/DeveloperBox: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- .../Socionext/DeveloperBox/DeveloperBox.dsc | 29 +-- ..

[edk2-devel] [PATCH edk2-platforms V2 07/16] Hisilicon/HiKey960: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/HiKey960/HiKey960.dsc | 25 ++-- Pl

[edk2-devel] [PATCH edk2-platforms V2 01/16] Platform/OverdriveBoard: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. v2: Remove TcpIoLib and HttpLib. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- .../AMD/OverdriveBoard/OverdriveBoard.ds

[edk2-devel] [PATCH edk2-platforms V2 16/16] Platform/PurleyOpenBoardPkg: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg.And add network related definition in Purley PlatformPkg.dsc. Cc: Michael A Kubacki Cc: Jiewen Yao cc: Shifei A Lu cc: Xiaohu Zhou Contributed-under: TianoCore Contribution Agreement 1.1 Sign

[edk2-devel] [PATCH edk2-platforms V2 10/16] Platform/SynQuacerEvalBoard: Update DSC/FDF to use NetworkPkg's fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. v2: Change Network.dsc.inc to Network.fdf.inc in SynQuacerEvalBoard.fdf. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- .../SynQuacerEvalBoard/SynQu

[edk2-devel] [PATCH edk2-platforms V2 02/16] Platform/VExpressPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. v2: Withdraw the unnecessary changes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- .../ArmVExpress-networking.fdf.inc

[edk2-devel] [PATCH edk2-platforms V2 14/16] Platform/RDKQemu: Update DSC to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/Comcast/RDKQemu/RDKQemu.dsc | 34 1 file

[edk2-devel] [PATCH edk2-platforms V2 06/16] Hisilicon/HiKey: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/HiKey/HiKey.dsc | 26 ++ Platfo

[edk2-devel] [PATCH edk2-platforms V2 12/16] Silicon/Armada7k8k: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. v2:Remove the definitions from Armada7k8k.dsc.inc to Armada70x0Db.dsc, Armada80x0Db.dsc and Armada80x0McBin.dsc. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shengl

[edk2-devel] [PATCH edk2-platforms V2 08/16] Platform/CelloBoard: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-17 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Leif Lindholm --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 28 +++--- Pl

  1   2   >