[edk2-devel] [tianocore-docs] [RFC] Add the Minimum Platform Specification

2019-05-14 Thread Kubacki, Michael A
Hello, BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1798 A new specification is proposed for adoption by the Tianocore community called the "Minimum Platform Specification". This specification describes the architecture and requirements for the Minimum Platform initiative which will guide

[edk2-devel] [PATCH 1/4] OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. The feature enabling flags in [Defines] section have been updated to use the NetworkPkg's terms, and the value has been overridden with the original default value on this platform. This patch

[edk2-devel] [PATCH 2/4] Nt32Pkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. The feature enabling flags in [Defines] section have be updated to use the NetworkPkg's terms, and the value have been overridden with the original default value on this platform. Cc: Ruiyu Ni

[edk2-devel] [PATCH 4/4] EmulatorPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Zhang, Shenglei
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. The feature enabling flags in [Defines] section have been updated to use the NetworkPkg's terms, and the value has been overridden with the original default value on this platform. Cc: Jordan

[edk2-devel] [PATCH 0/4] Add DSC/FDF include segment files for network stack

2019-05-14 Thread Zhang, Shenglei
There is a patch to remove the redudant IP4 only iSCSI/PXE/TCP drivers from MdeModulePkg, which has been reviewed before edk2-stable201811 tag. And we also have plan to move all network related libraries/modules to NetworkPkg. In order to make these change more smoothly, 2 configuration fragment

Re: [edk2-devel] [PATCH] UefiCpuPkg PiSmmCpuDxeSmm: Only support IN/OUT IO save state read (CVE-2018-12182)

2019-05-14 Thread Wang, Jian J
Push@ cf574f0a1838665498e43e9c029d8c1211cbbfa3 Regards, Jian > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Wang, > Jian J > Sent: Tuesday, May 14, 2019 11:14 AM > To: devel@edk2.groups.io; ler...@redhat.com > Cc: Zeng, Star ; Dong, Eric ;

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

2019-05-14 Thread Gary Lin
On Mon, May 13, 2019 at 09:24:39PM +0200, Laszlo Ersek wrote: > On 05/13/19 15:25, Xiaoyu lu wrote: > > (1) CryptoPkg/OpensslLib: Modify process_files.pl for upgrading OpenSSL > > OpenSSL only support seeding NONE for UEFI(rand_unix.c line 93). > > So add --with-rand-seed=none to

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

2019-05-14 Thread Wang, Jian J
Laszlo, > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, May 14, 2019 12:15 AM > To: devel@edk2.groups.io; Wang, Jian J ; Lu, XiaoyuX > > Cc: Ye, Ting > Subject: Re: [edk2-devel] [PATCH v2 5/6] CryptoPkg: Upgrade OpenSSL to 1.1.1b > > On 05/10/19

Re: [edk2-devel] RFC for Edk2-ToolEnv

2019-05-14 Thread Sean via Groups.Io
Rebecca, If you know of anything I am interested as I don't like building and supporting something unnecessary. This tooling isn't trying to reinvent anything but is really focused on providing reusable/sharable functionality that can then be pieced together by a platform to produce the

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

2019-05-14 Thread Marc W Chen
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. Signed-off-by: Marc Chen Cc: Michael Kubacki Cc: Sai Chaganty ---

Re: [edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency

2019-05-14 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Wu, Hao A > Sent: Tuesday, May 14, 2019 3:34 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Ni, Ray ; Leif > Lindholm ; Ard Biesheuvel > > Subject: [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg > dependency > > The series

[edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency

2019-05-14 Thread Wu, Hao A
The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg and IntelFrameworkModulePkg. Tests done: Package level build pass for GCC5 tool chain on ARM and AARCH64 archs. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Hao A Wu (2): EmbeddedPkg DSC: Use ReportStatusCodeLib (DXE)

[edk2-devel] [PATCH v1 2/2] EmbeddedPkg/PrePiLib: Drop dependency on IntelFramework[Module]Pkg

2019-05-14 Thread Wu, Hao A
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1720 This commit will remove the dependency on IntelFramework[Module]Pkg from the PrePiLib. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Hao A Wu --- EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 3 ---

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

2019-05-14 Thread Wu, Hao A
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 note that, the 2 ReportStatusCodeLib are almost identical.

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

2019-05-14 Thread Xiaoyu lu
Hi Gary Lin: I also need to modify the code about the entropy source today. But I have uploaded a TimerLib based implementation. https://github.com/xiaoyuxlu/edk2/commits/bz_1089_patch_v4 Thanks. Xiaoyu -Original Message- From: devel@edk2.groups.io

[edk2-devel] [patch v2 0/3] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-05-14 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 V2: 1. Address the comments for patch 1 and take R-b tags from Liming. 2. Since QuarkPlatformPkg and Vlv2TbltDevicePkg has been moved into edk2-platforms repo, drop the update for these platforms in this v2 series, and will send seperate

[edk2-devel] [edk2-platforms] [patch 0/2] Update UefiDecompressLib instance path

2019-05-14 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 We will merge the BaseUefiTianoCustomDecompressLib in MdeModulePkg into the BaseUefDecompressLib in MdePkg. In order to reduce the duplicated codes and maintain easily. So this patch series to update the platforms to use the one in MdePkg.

Re: [edk2-devel] RFC for Edk2-ToolEnv

2019-05-14 Thread Sean via Groups.Io
Take a look at the proposed content and how it is used.  We even have examples of calling from DevOps and i don't think Jenkins would be any different.  I don't think we are trying to duplicate CI functionality.  We are providing the "last mile" so that those CI engines can run EDK specific

Re: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-14 Thread Dandan Bi
Fix the typo. Vlv2TbltDevicePkg has been moved to edk2-platform repo. Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Wednesday, May 15, 2019 9:11 AM > To: Sun, Zailiang ; devel@edk2.groups.io > Cc: Qian, Yi

[edk2-devel] [patch v2 3/3] MdeModulePkg/Library: Remove BaseUefiTianoCustomDecompressLib

2019-05-14 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we have merged this one into MdePkg, remove it now. Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Dandan Bi --- MdeModulePkg/Include/Guid/TianoDecompress.h | 22 - .../BaseUefiTianoCustomDecompressLib.c|

Re: [edk2-devel] [patch v2 0/3] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-05-14 Thread Dandan Bi
Correct the info for this patch series: Patch 2 update consumer in edk2 repo to use this new one in MdePkg. Patch 3 remove the one in MdeModulePkg finally. Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent:

[edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib instance path

2019-05-14 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we will merger the BaseUefiTianoCustomDecompressLib in MdeModulePkg into BaseUefiDecompressLib in MdePkg and remove the one in MdeModulePkg. So here update the Platform to use the UefiDecompressLib instance in MdePkg. Cc: Ray Ni Cc:

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

2019-05-14 Thread Gary Lin
On Wed, May 15, 2019 at 02:00:27AM +, Xiaoyu lu wrote: > Hi Gary Lin: > I also need to modify the code about the entropy source today. > But I have uploaded a TimerLib based implementation. > > https://github.com/xiaoyuxlu/edk2/commits/bz_1089_patch_v4 Thanks! I'll go

Re: [edk2-devel] [patch v2 3/3] MdeModulePkg/Library: Remove BaseUefiTianoCustomDecompressLib

2019-05-14 Thread Wu, Hao A
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Wednesday, May 15, 2019 10:20 AM > To: devel@edk2.groups.io > Cc: Gao, Liming; Wang, Jian J; Wu, Hao A > Subject: [edk2-devel] [patch v2 3/3] MdeModulePkg/Library: Remove >

Re: [edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib instance path

2019-05-14 Thread Wu, Hao A
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Wednesday, May 15, 2019 10:20 AM > To: devel@edk2.groups.io > Cc: Ni, Ray; Wu, Hao A > Subject: [edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib > instance path >

Re: [edk2-devel] [edk2-platforms] [patch 2/2] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-14 Thread Sun, Zailiang
Reviewed-by: Zailiang Sun > -Original Message- > From: Bi, Dandan > Sent: Wednesday, May 15, 2019 10:27 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi > Subject: [edk2-platforms] [patch 2/2] Vlv2TbltDevicePkg: Update > UefiDecompressLib instance path > > REF:

Re: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-14 Thread Sun, Zailiang
Yes, Dandan, just send another patch and push it to edk2-platforms repo. > -Original Message- > From: Bi, Dandan > Sent: Wednesday, May 15, 2019 9:16 AM > To: devel@edk2.groups.io; Bi, Dandan ; Sun, Zailiang > > Cc: Qian, Yi > Subject: RE: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg:

[edk2-devel] [edk2-platforms][PATCH] Change edk2-platforms/master to BSD+Patent License

2019-05-14 Thread Michael D Kinney
Hello, BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1373 This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license

Re: [edk2-devel] RFC for Edk2-ToolEnv

2019-05-14 Thread rebecca
On 2019-05-14 01:37, Sean via Groups.Io wrote: > > If you know of anything I am interested as I don't like building and > supporting something unnecessary.   > > This tooling isn't trying to reinvent anything but is really focused > on providing reusable/sharable functionality that can then be

Re: [edk2-devel] [edk2-platforms/devel-MinPlatform] Specify this branch is read only after it is migrated to master

2019-05-14 Thread Kubacki, Michael A
To clarify, I already made a commit to the Readme.md file that the branch should not be used so I view this as somewhat redundant. If you would like to specifically note that the branch is read-only, please merge it into the latest file. Thanks, Michael > -Original Message- > From:

Re: [edk2-devel] [edk2-platforms/devel-MinPlatform] Specify this branch is read only after it is migrated to master

2019-05-14 Thread Liming Gao
Got it. Your change is good. This patch is not required any more. Thanks. >-Original Message- >From: Kubacki, Michael A >Sent: Wednesday, May 15, 2019 8:38 AM >To: Gao, Liming ; devel@edk2.groups.io >Subject: RE: [edk2-devel] [edk2-platforms/devel-MinPlatform] Specify this >branch is

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

2019-05-14 Thread Leif Lindholm
Hi Liming, Actually, we have tended to use --subject-prefix="PATCH edk2-platforms". This is settable per-repository using git config format.subjectPrefix "PATCH edk2-platforms". Which of course can be overridden with --subject-prefix="RFC edk2-platforms" when needed. I should add something

Re: [edk2-devel] RFC for Edk2-ToolEnv

2019-05-14 Thread rebecca
On 2019-05-14 17:23, sean.brogan via groups.io wrote: > Take a look at the proposed content and how it is used.  We even have > examples of calling from DevOps and i don't think Jenkins would be any > different.  I don't think we are trying to duplicate CI > functionality.  We are providing the

Re: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-14 Thread Wu, Hao A
> -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Leif > Lindholm > Sent: Tuesday, May 14, 2019 11:13 PM > To: Wu, Hao A > Cc: devel@edk2.groups.io; Ard Biesheuvel; Kinney, Michael D > Subject: Re: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard:

Re: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-14 Thread Dandan Bi
Since it has been moved to edk2 repo, I will resend the patch and pick up the Reviewed-by tag. Thanks, Dandan > -Original Message- > From: Sun, Zailiang > Sent: Monday, May 13, 2019 10:44 AM > To: devel@edk2.groups.io; Bi, Dandan > Cc: Qian, Yi > Subject: RE: [edk2-devel] [patch

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

2019-05-14 Thread Gary Lin
On Tue, May 14, 2019 at 01:26:15PM +, Wang, Jian J wrote: > Yes, please wait for v4 version of this patch series. Good. I'm looking forward to the new series :) Thanks, Gary Lin > > Regards, > Jian > > > > -Original Message- > > From: Laszlo Ersek [mailto:ler...@redhat.com] > >

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

2019-05-14 Thread Laszlo Ersek
Hi Jian, On 05/14/19 09:03, Wang, Jian J wrote: >> -Original Message- >> From: Laszlo Ersek [mailto:ler...@redhat.com] >> Sent: Tuesday, May 14, 2019 12:15 AM >> To: devel@edk2.groups.io; Wang, Jian J ; Lu, XiaoyuX >> >> Cc: Ye, Ting >> Subject: Re: [edk2-devel] [PATCH v2 5/6]

[edk2-devel] [PATCH] BaseTools: Library hashing fix and optimization for --hash feature

2019-05-14 Thread Christian Rodriguez
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1788 Library hashing is now supported by the --hash feature. The --hash feature implementation assumed that the hashing could be done in place once per module, but that isn't true for libraries due to the fact that they are built as dependencies.

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

2019-05-14 Thread Laszlo Ersek
On 05/13/19 21:24, Laszlo Ersek wrote: > On 05/13/19 15:25, Xiaoyu lu wrote: >> (1) CryptoPkg/OpensslLib: Modify process_files.pl for upgrading >> OpenSSL OpenSSL only support seeding NONE for UEFI(rand_unix.c line >> 93). So add --with-rand-seed=none to process_files.pl. >> >> (2)

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

2019-05-14 Thread Laszlo Ersek
On 05/14/19 08:16, Gary Lin wrote: > On Mon, May 13, 2019 at 09:24:39PM +0200, Laszlo Ersek wrote: >> On 05/13/19 15:25, Xiaoyu lu wrote: >>> (1) CryptoPkg/OpensslLib: Modify process_files.pl for upgrading OpenSSL >>> OpenSSL only support seeding NONE for UEFI(rand_unix.c line 93). >>> So add

Re: [edk2-devel] [PATCH 1/4] OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Laszlo Ersek
On 05/14/19 09:39, Zhang, Shenglei wrote: > This patch updates the platform DSC/FDF files to use the include fragment > files provided by NetworkPkg. > The feature enabling flags in [Defines] section have been updated to use > the NetworkPkg's terms, and the value has been overridden with the

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

2019-05-14 Thread Wang, Jian J
Laszlo, > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Tuesday, May 14, 2019 6:59 PM > To: Wang, Jian J ; devel@edk2.groups.io; Lu, XiaoyuX > > Cc: Ye, Ting > Subject: Re: [edk2-devel] [PATCH v2 5/6] CryptoPkg:

Re: [edk2-devel] [PATCH v2 2/6] CryptoPkg/OpensslLib: Exclude unnecessary files in process_files.pl

2019-05-14 Thread Xiaoyu lu
Hi Laszlo, I think process_files.pl is used to control which of OpenSSL source files we need which we don't need. If we have unwanted files, the effective way is exclude them directly in process_files.pl. You can see process_files.pl > 129 ┆ ┆ ┆ ┆ ┆ next

Re: [edk2-devel] [PATCH 0/4] Add DSC/FDF include segment files for network stack

2019-05-14 Thread Laszlo Ersek
On 05/14/19 09:39, Zhang, Shenglei wrote: > There is a patch to remove the redudant IP4 only iSCSI/PXE/TCP drivers > from MdeModulePkg, which has been reviewed before edk2-stable201811 tag. > And we also have plan to move all network related libraries/modules to > NetworkPkg. In order to make

Re: [edk2-devel] [PATCH 2/4] Nt32Pkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Zhang, Shenglei > Sent: Tuesday, May 14, 2019 3:40 PM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Wu, Hao A > Subject: [PATCH 2/4] Nt32Pkg: Update DSC/FDF to use NetworkPkg's include > fragment file. > > This patch updates the platform

Re: [edk2-devel] [PATCH 4/4] EmulatorPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Zhang, Shenglei > Sent: Tuesday, May 14, 2019 3:40 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish > ; Ni, Ray > Subject: [edk2-devel] [PATCH 4/4]

Re: [edk2-devel] [PATCH 1/4] OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Liming Gao
Shenglei: > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Zhang, > Shenglei > Sent: Tuesday, May 14, 2019 3:40 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Laszlo Ersek > ; Ard Biesheuvel ; > Anthony Perard ; Julien Grall > >

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

2019-05-14 Thread Wang, Jian J
Yes, please wait for v4 version of this patch series. Regards, Jian > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, May 14, 2019 8:06 PM > To: devel@edk2.groups.io; g...@suse.com > Cc: Lu, XiaoyuX ; Wang, Jian J ; > Ye, Ting > Subject: Re:

Re: [edk2-devel] [Patch v5 2/3] NetworkPkg: Add DSC/FDF include segment files to NetworkPkg.

2019-05-14 Thread Liming Gao
Laszlo: Please allow me clarify it. This is really my mistake, not my intention. I apologize for the missing of your RB. I very appreciate for lots of your review effort and comments. They are helpful to improve the code quality. In fact, this patch set includes three patches. I record your

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

2019-05-14 Thread Laszlo Ersek
On 05/14/19 15:25, Wang, Jian J wrote: > Laszlo, > > >> -Original Message- >> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >> Laszlo Ersek >> Sent: Tuesday, May 14, 2019 6:59 PM >> To: Wang, Jian J ; devel@edk2.groups.io; Lu, XiaoyuX >> >> Cc: Ye, Ting >>

Re: [edk2-devel] [PATCH v2 2/6] CryptoPkg/OpensslLib: Exclude unnecessary files in process_files.pl

2019-05-14 Thread Laszlo Ersek
On 05/14/19 14:41, Lu, XiaoyuX wrote: > Hi Laszlo, > I think process_files.pl is used to control which of OpenSSL source > files we need which we don't need. > If we have unwanted files, the effective way is exclude them directly > in process_files.pl. > You can see

Re: [edk2-devel] [PATCH 1/2] Platform/BeagleBoard: Use ReportStatusCodeLib in MdeModulePkg

2019-05-14 Thread Leif Lindholm
On Tue, May 14, 2019 at 10:08:15AM +0800, 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

Re: [edk2-devel] [PATCH v1 0/2] EmbeddedPkg: Drop IntelFramework[Module]Pkg dependency

2019-05-14 Thread Leif Lindholm
On Tue, May 14, 2019 at 03:33:41PM +0800, Hao A Wu wrote: > The series will remove EmbeddedPkg's dependency on IntelFrameworkPkg and > IntelFrameworkModulePkg. > > Tests done: > Package level build pass for GCC5 tool chain on ARM and AARCH64 archs. > > Cc: Ray Ni > Cc: Leif Lindholm > Cc: Ard

Re: [edk2-devel] [PATCH 3/4] ArmVirtPkg: Update DSC/FDF to use NetworkPkg's include fragment file.

2019-05-14 Thread Laszlo Ersek
On 05/14/19 09:39, Zhang, Shenglei wrote: > This patch updates the platform DSC/FDF files to use the include fragment > files provided by NetworkPkg. > The feature enabling flags in [Defines] section have been updated to use > the NetworkPkg's terms, and the value has been overridden with the

Re: [edk2-devel] [Patch v5 2/3] NetworkPkg: Add DSC/FDF include segment files to NetworkPkg.

2019-05-14 Thread Laszlo Ersek
Hi Liming, On 05/08/19 02:14, Liming Gao wrote: > Sure. Thanks for your detail review. I've just noticed that commit 1e948802e755 ("NetworkPkg: Add DSC/FDF include segment files to NetworkPkg.", 2019-05-08) does not carry my Reviewed-by tag. But I worked with you across five iterations of this

[edk2-devel] EMEA Design Meeting Day #poll

2019-05-14 Thread Stephano Cetola
A new poll has been created: Which day or days work best for your schedule? Select all that apply. (14:00 - 17:00 GMT) 1. Monday 2. Tuesday 3. Wednesday 4. Thursday Vote Now: https://edk2.groups.io/g/devel/vote?pollid=5668 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages

[edk2-devel] [PATCH] CryptoPkg/BaseCryptLib: remove unused code for IPF

2019-05-14 Thread Wang, Jian J
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1805 CryptRandItc.c is only for IPF arch, which has not been supported any more in edk2. And no module actually reference this file. This patch just removes it from tree. Cc: Liming Gao Cc: Michael D Kinney Cc: Ting Ye Signed-off-by: Jian J

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

2019-05-14 Thread Xiaoyu lu
Thank you, Laszlo. I am very appreciate to you for being so patient with me . (1) I cleaned the authored name. (2) CryptoPkg/Library/Include/openssl/opensslconf.h This file is LF file, It copy from openssl, I think it should not be modified. Pushed my private repository to