Re: [edk2-devel] [PATCH v2-resend 1/1] BaseTools/Ecc: Make Ecc only check first include guard

2021-03-17 Thread Bob Feng
Hi Pierre, Could you recreate your patch and send again. On my machine, I can't apply this patch. error: corrupt patch at line 33 error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Thanks, Bob -Original Message- From: pierre.gond..

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe

2021-03-17 Thread Zhiguang Liu
Reviewed-by: Zhiguang Liu Hi Kun, Since the first two changes about MinPlatformPkg already got reviewed, can we first check them in? Thanks Zhiguang > -Original Message- > From: devel@edk2.groups.io On Behalf Of Kun Qin > Sent: Wednesday, March 17, 2021 2:11 AM > To: devel@edk2.groups

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe

2021-03-17 Thread Kun Qin
Hi Zhiguang, I do not mind check the reviewed patches (the first 3 changes, specifically) in first. I have not done this before. How you want to proceed in that case? Regards, Kun On 03/17/2021 00:52, Liu, Zhiguang wrote: Reviewed-by: Zhiguang Liu Hi Kun, Since the first two changes about

Re: [edk2-devel] [edk2-platforms] [patch 33/35] Silicon/RISC_V: Consume RegisterFilterLibNull instance

2021-03-17 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Dandan Bi [mailto:dandan...@intel.com] > Sent: Tuesday, March 16, 2021 10:54 PM > To: devel@edk2.groups.io > Cc: Chang, Abner (HPS SW/FW Technologist) ; > Schaefer, Daniel ; Chen, Gilbert > > Subject: [edk2-platforms] [patch 33/35] Si

Re: [edk2-devel] [edk2-platforms] [patch 21/35] Platform/SiFive: Consume RegisterFilterLibNull instance

2021-03-17 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Dandan Bi [mailto:dandan...@intel.com] > Sent: Tuesday, March 16, 2021 10:54 PM > To: devel@edk2.groups.io > Cc: Chang, Abner (HPS SW/FW Technologist) ; > Schaefer, Daniel ; Chen, Gilbert > > Subject: [edk2-platforms] [patch 21/35] Pl

Re: [edk2-devel] [edk2-platforms] [patch 20/35] Platform/RISC-V: Consume RegisterFilterLibNull instance

2021-03-17 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Dandan Bi [mailto:dandan...@intel.com] > Sent: Tuesday, March 16, 2021 10:54 PM > To: devel@edk2.groups.io > Cc: Chang, Abner (HPS SW/FW Technologist) ; > Schaefer, Daniel ; Chen, Gilbert > > Subject: [edk2-platforms] [patch 20/35] Pl

[edk2-devel] [PATCH v3 1/1] BaseTools/Ecc: Make Ecc only check first include guard

2021-03-17 Thread PierreGondois
From: Pierre Gondois The Ecc tool checks the format of the include guard. This check is currently done on all the names following the '#ifndef' statement. It should only be done on the first include guard. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3252 Signed-off-by: Pierre Gondois Re

[edk2-devel] [PATCH v2 0/2] UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB

2021-03-17 Thread Ni, Ray
Ray Ni (2): UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB UefiCpuPkg/CpuDxe/CpuGdt.c | 38 -- 1 file changed, 24 insertions(+), 14 deletions(-) -- 2.27.0.windows.1 -=-=-=-=-=-=-=-=-=

[edk2-devel] [PATCH v2 1/2] UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard

2021-03-17 Thread Ni, Ray
The change doesn't impact any functionality. Signed-off-by: Ray Ni Cc: Eric Dong Cc: Laszlo Ersek Cc: Rahul Kumar --- UefiCpuPkg/CpuDxe/CpuGdt.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/UefiCpuPkg/CpuDxe/CpuGdt.c b/UefiCpuPkg/CpuDxe/CpuGdt.

[edk2-devel] [PATCH v2 2/2] UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB

2021-03-17 Thread Ni, Ray
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3233 GDT needs to be allocated below 4GB in 64bit environment because AP needs it for entering to protected mode. CPU running in big real mode cannot access above 4GB GDT. But CpuDxe driver contains below code: gdt = AllocateRuntimePool (sizeo

Re: [edk2-devel] [edk2-discuss] Google Summer of Code Interested Student

2021-03-17 Thread Leif Lindholm
+Roy (now at Marvell) / Leif (now at Qualcomm) On Tue, Mar 16, 2021 at 16:23:45 +0100, Laszlo Ersek wrote: > Hi Nate, > > (adding Leif and Ard) > > On 03/13/21 03:52, Desimone, Nathaniel L wrote: > > I've created a new wiki page for this task with all the information I > > have gathered thu

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe

2021-03-17 Thread Zhiguang Liu
Hi Liming, Can you help merge the first two patches in this patch set? If you need, I can provide the patch files. Hi Kun, Thanks. Let's see if Liming can help. Thanks Zhiguang > -Original Message- > From: Kun Qin > Sent: Wednesday, March 17, 2021 4:11 PM > To: Liu, Zhiguang ; devel@ed

Re: [edk2-devel] [edk2-platforms] [patch 00/35] Consume RegisterFilterLibNull instance

2021-03-17 Thread Dandan Bi
> -Original Message- > From: devel@edk2.groups.io On Behalf Of > gaoliming > Sent: Wednesday, March 17, 2021 11:05 AM > To: devel@edk2.groups.io; a...@kernel.org; Bi, Dandan > ; 'Laszlo Ersek' ; 'Andrew Fish' > > Cc: 'Leif Lindholm' ; Kinney, Michael D > > Subject: 回复: [edk2-devel] [edk2

Re: [edk2-devel] [RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV

2021-03-17 Thread Yao, Jiewen
Thank you very much Tobin and Brijesh. Yes, I agree that there are multiple ways to pass the transport key from source to destination. I will wait for your final solution. > -Original Message- > From: devel@edk2.groups.io On Behalf Of Tobin > Feldman-Fitzthum > Sent: Wednesday, March 1

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: type mismatch in SimpleTextOut test

2021-03-17 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran > -Original Message- > From: Heinrich Schuchardt > Sent: 09 March 2021 23:31 > To: EDK II Development > Cc: Eric Jin ; G Edhaya Chandran > ; Barton Gao ; Arvin > Chen ; Samer El-Haj-Mahmoud mahm...@arm.com>; Heinrich Schuchardt > Subject: [PATCH edk2-test

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: typo Positoin

2021-03-17 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran > -Original Message- > From: Heinrich Schuchardt > Sent: 04 March 2021 09:02 > To: EDK II Development > Cc: Eric Jin ; G Edhaya Chandran > ; Barton Gao ; Arvin > Chen ; Samer El-Haj-Mahmoud mahm...@arm.com>; Heinrich Schuchardt > Subject: [PATCH edk2-test

Re: [edk2-devel] [edk2-discuss] Google Summer of Code Interested Student

2021-03-17 Thread Andrew Fish via groups.io
If we are mentioning terminal types the default terminal type on a Mac is xterm-256color. So that is going to be the default when people run OVMF on a Mac. So it would be nice if we can add that. I can help out with anything xterm-256color related. Thanks, Andrew Fish > On Mar 16, 2021, at 8

Re: [edk2-devel] [PATCH v2 1/2] UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard

2021-03-17 Thread Laszlo Ersek
On 03/17/21 12:06, Ray Ni wrote: > The change doesn't impact any functionality. > > Signed-off-by: Ray Ni > Cc: Eric Dong > Cc: Laszlo Ersek > Cc: Rahul Kumar > --- > UefiCpuPkg/CpuDxe/CpuGdt.c | 23 +++ > 1 file changed, 11 insertions(+), 12 deletions(-) > > diff --git a

Re: [edk2-devel] [PATCH v2 2/2] UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB

2021-03-17 Thread Laszlo Ersek
On 03/17/21 12:06, Ray Ni wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3233 > > GDT needs to be allocated below 4GB in 64bit environment > because AP needs it for entering to protected mode. > CPU running in big real mode cannot access above 4GB GDT. > > But CpuDxe driver contains

Re: [edk2-devel] [edk2-platforms] [patch 00/35] Consume RegisterFilterLibNull instance

2021-03-17 Thread Laszlo Ersek
On 03/17/21 16:05, Bi, Dandan wrote: >> -Original Message- >> From: devel@edk2.groups.io On Behalf Of >> gaoliming >> Sent: Wednesday, March 17, 2021 11:05 AM >> To: devel@edk2.groups.io; a...@kernel.org; Bi, Dandan >> ; 'Laszlo Ersek' ; 'Andrew Fish' >> >> Cc: 'Leif Lindholm' ; Kinney, M

Re: [edk2-devel] [edk2-discuss] Google Summer of Code Interested Student

2021-03-17 Thread Laszlo Ersek
On 03/17/21 00:25, Desimone, Nathaniel L wrote: > The UEFI spec doesn't read on this at all, even though it describes > VT100 and VT100+ as separate modes... it doesn't say how they differ. > I agree with you that it seems reasonable for VT100 to keep character > output to strict ASCII only... tha

Re: [edk2-devel] [PATCH] SecurityPkg/Tcg2Config: hide PCR Bank SHA1 checkbox

2021-03-17 Thread Laszlo Ersek
On 03/17/21 05:19, Yao, Jiewen wrote: > Thank you Qi. > > i recommend we file a bugzilla on the scope of the problem I agree. We already have a number of BZs related to the disablement of SHA1 and MD5: https://bugzilla.tianocore.org/show_bug.cgi?id=1682 https://bugzilla.tianocore.org/show_bug.

Re: [edk2-devel] [PATCH] MdePkg: use CpuPause() in CpuDeadLoop()

2021-03-17 Thread Laszlo Ersek
On 03/16/21 23:59, Ankur Arora wrote: > Use CpuPause() to allow the CPU to go into a lower power state > state while we spin wait. > > Cc: Liming Gao > Signed-off-by: Ankur Arora > Reviewed-by: Michael D Kinney > --- > MdePkg/Library/BaseLib/CpuDeadLoop.c | 4 +++- > 1 file changed, 3 insertio

[edk2-devel] [PATCH v3 05/10] Silicon/Phytium: Added PciHostBridgeLib to FT2000/4

2021-03-17 Thread Ling Jia
The Pci host bridge library is mainly to get Pci bridge information. v3: Optimize the codes of PciHostBridgeLib.c to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Platform/Phytium/DurianPkg/DurianPkg.dsc | 9 + Platform/Ph

[edk2-devel] [PATCH v3 00/10] Added support for FT2000/4 chip

2021-03-17 Thread Ling Jia
This series added packages to support FT2000/4 chip. Platform/Phytium: Added DurianPkg, include DurianPkg.dsc and DurianPkg.fdf. Silicon/Phytium: Added FT2000-4Pkg and PhytiumCommonPkg. The modules could be runed at the silicon of FT2000/4. They supported Acpi parameter configuration, Pci bus scan

[edk2-devel] [PATCH v3 09/10] Silicon/Phytium: Added Rtc driver to FT2000/4

2021-03-17 Thread Ling Jia
The RealTimeClockLib implemented EFI RealTimeClock runtime services via RTC Lib. v3: Optimized the codes to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dec | 1 + Platform/Phytium/Dur

[edk2-devel] [PATCH v3 03/10] Silicon/Phytium: Added SMBIOS support to FT2000/4

2021-03-17 Thread Ling Jia
This driver installs SMBIOS information for FT2000/4. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Platform/Phytium/DurianPkg/DurianPkg.dsc| 6 + Platform/Phytium/DurianPkg/DurianPkg.fdf| 6 + Silicon/Phytiu

[edk2-devel] [PATCH v3 08/10] Silicon/Phytium: Added fvb driver for norflash

2021-03-17 Thread Ling Jia
The FlashFvbDxe provided the fvb protocol, which requested by the flash operators. v3: Optimized the codes to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Platform/Phytium/DurianPkg/DurianPkg.dsc |1 + Platform/Phytium/Durian

[edk2-devel] [PATCH v3 02/10] Silicon/Phytium: Added Acpi support to FT2000/4

2021-03-17 Thread Ling Jia
Added Acpi driver and table to FT2000/4, the ACPI Tables providing library AcpiTables.inf uses a lot of information that is available in the form of PCDs for differnt platforms. v3: Optimize code to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Platform/Phyt

[edk2-devel] [PATCH v3 07/10] Silicon/Phytium: Added flash driver support to Phytium Silicon

2021-03-17 Thread Ling Jia
The SpiNorFlashDxe provided norflash initialization, read-write, erase and other interfaces. v3: Optimized the codes to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dec | 1 + Platform/Ph

[edk2-devel] [PATCH v3 01/10] Silicon/Phytium: Added PlatformLib to FT2000/4

2021-03-17 Thread Ling Jia
The PlatformLib supported the system library for FT2000/4 chip. Platform/Phytium: Added the dsc and fdf files of DurianPkg. v3: DurianPkg.dsc:Added OrderedCollectionLib to upstream changes in edk2, and some parameters omitted in V2 version. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm ---

[edk2-devel] [PATCH v3 04/10] Silicon/Phytium: Added PciSegmentLib to FT2000/4

2021-03-17 Thread Ling Jia
The PCI Segment Library for Phytium platform. with multiple RCs. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Platform/Phytium/DurianPkg/DurianPkg.dsc|9 +- Silicon/Phytium/FT2000-4Pkg/Library/PciSegmentLib/PciSegmentLib.inf | 28 + Silicon/Phytium/FT

[edk2-devel] [PATCH v3 10/10] Maintainers.txt: Added maintainers and reviewers for the DurianPkg

2021-03-17 Thread Ling Jia
Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Maintainers.txt | 8 1 file changed, 8 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index afbd2cff0e..b6cfe74e09 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -321,3 +321,11 @@ F: Silicon/SiFive/ M: Abner C

[edk2-devel] [PATCH v3 06/10] Silicon/Phytium: Added Spi driver support to FT2000/4

2021-03-17 Thread Ling Jia
The SpiDxe is to provide Spi bus read-write interfaces. v3: Optimized the codes to conform to specifications. Signed-off-by: Ling Jia Reviewed-by: Leif Lindholm --- Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dec | 9 + Platform/Phytium/DurianPkg/DurianPkg.dsc

Re: [edk2-devel] How does EDK2 detect virtio-blk-pci device as a boot device

2021-03-17 Thread Xiaohe Yang
在 2021/3/13 上午4:42, Laszlo Ersek 写道: On 03/11/21 15:48, Xiaohe Yang wrote: Hello, I am using EDK2  OvmfPkgX64 at commit 37568365, and have a problem. The following is the detail. The Image disk that I use has EFI system partition, and is configured as a virtio-blk-pci device. Bootorder file-

[edk2-devel] [PATCH] OvmfPkg: strip build paths in release builds

2021-03-17 Thread Ross Burton
GenFw will embed a NM10 section which contains the path to the input file, which means the output files have build paths embedded in them. To reduce information leakage and ensure reproducible builds, pass --zero in release builds to remove this information. Ref: https://bugzilla.tianocore.org/sh

Re: [edk2-devel] [PATCH] ShellPkg/Pci: Add valid check for PCI extended config space parser

2021-03-17 Thread Laszlo Ersek
Vincent, Ian: something is seriously broken in your email setup. I have seen three messages from you guys on the list, and each one of those is "from the future". Here are the Date headers from the messages: - Date: Thu, 8 Apr 2021 05:50:21 +0800 https://edk2.groups.io/g/devel/message/72748 -

Re: [edk2-devel] [PATCH] ShellPkg/Pci: Add valid check for PCI extended config space parser

2021-03-17 Thread IanX Kuo
Hi Laszlo Thanks for the remind. I will take care the date and Patch v4 in our next patch. Thanks, Ian Kuo -Original Message- From: Laszlo Ersek Sent: Thursday, March 18, 2021 5:01 AM To: devel@edk2.groups.io; Kuo, IanX Cc: Ke, VincentX Subject: Re: [edk2-devel] [PATCH] ShellPkg/Pci:

Re: [edk2-devel] [PATCH 0/2] Maintainers: create the "OvmfPkg: Confidential Computing" subsystem

2021-03-17 Thread Laszlo Ersek
(Top posting, maybe that way I'll have more luck.) Min Xu -- it's not really trust-inspiring to not receive any feedback (not even an out-of-office auto-response) from you, in a week, for a Maintainers.txt patch that designates you as a reviewer for confidential computing in OVMF. If we are to ext

Re: [edk2-devel] [PATCH v2 1/2] UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard

2021-03-17 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: Ni, Ray Sent: Wednesday, March 17, 2021 7:07 PM To: devel@edk2.groups.io Cc: Dong, Eric ; Laszlo Ersek ; Kumar, Rahul1 Subject: [PATCH v2 1/2] UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standard The change doesn't impac

[edk2-devel] File //Designs/2021/0319/New EFI Protocols for edk2 Redfish Implementation_v2.pdf updated #file-notice

2021-03-17 Thread devel@edk2.groups.io Notification
The following files have been updated in the Files area of the devel@edk2.groups.io group. * //Designs/2021/0319/New EFI Protocols for edk2 Redfish Implementation_v2.pdf ( https://edk2.groups.io/g/devel/files//Designs/2021/0319/New EFI Protocols for edk2 Redfish Implementation_v2.pdf ) *By:*

Re: [edk2-devel] [PATCH v3 1/1] BaseTools/Ecc: Make Ecc only check first include guard

2021-03-17 Thread Bob Feng
Create a PR https://github.com/tianocore/edk2/pull/1500 Thanks, Bob -Original Message- From: pierre.gond...@arm.com Sent: Wednesday, March 17, 2021 6:00 PM To: devel@edk2.groups.io; Feng, Bob C ; gaolim...@byosoft.com.cn; Chen, Christine Subject: [PATCH v3 1/1] BaseTools/Ecc: Make Ecc

[edk2-devel] [PATCH v4] ShellPkg/Pci: Add valid check for PCI extended config space parser

2021-03-17 Thread IanX Kuo
From: VincentX Ke Bugzilla: 3262 (https://bugzilla.tianocore.org/show_bug.cgi?id=3262) No need to print PCIe details while CapabilityId is 0x. Limit the NextCapabilityOffset to PCI/PCIe configuration space. Signed-off-by: VincentX Ke --- ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c |

[edk2-devel] [PATCH v2 0/1] SecurityPkg/Tcg2Config: hide PCR Bank SHA1 checkbox

2021-03-17 Thread Qi Zhang
v2: add bugzilla id Qi Zhang (1): SecurityPkg/Tcg2Config: hide PCR Bank SHA1 checkbox SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 2 ++ 1 file changed, 2 insertions(+) -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply On

[edk2-devel] [PATCH v2 1/1] SecurityPkg/Tcg2Config: hide PCR Bank SHA1 checkbox

2021-03-17 Thread Qi Zhang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3268 wrap SHA1 related by DISABLE_SHA1_DEPRECATED_INTERFACES. Cc: Jiewen Yao Cc: Jian J Wang Cc: Qi Zhang Cc: Rahul Kumar Signed-off-by: Qi Zhang --- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 2 ++ 1 file changed, 2 insertions(+) diff

回复: [edk2-devel] [edk2-platforms] [patch 00/35] Consume RegisterFilterLibNull instance

2021-03-17 Thread gaoliming
Laszlo and Dandan: > -邮件原件- > 发件人: Laszlo Ersek > 发送时间: 2021年3月18日 1:08 > 收件人: Bi, Dandan ; devel@edk2.groups.io; > gaolim...@byosoft.com.cn; a...@kernel.org; 'Andrew Fish' > > 抄送: 'Leif Lindholm' ; Kinney, Michael D > > 主题: Re: [edk2-devel] [edk2-platforms] [patch 00/35] Consume > Regi

Re: [EXTERNAL] Re: [edk2-devel] [PATCH] SecurityPkg/Tcg2Config: hide PCR Bank SHA1 checkbox

2021-03-17 Thread Qi Zhang
Submit a new BZ https://bugzilla.tianocore.org/show_bug.cgi?id=3268 for this change. Patch set V2 has been sent out for review. Thanks! Qi Zhang From: Bret Barkelew Sent: Thursday, March 18, 2021 4:45 AM To: devel@edk2.groups.io; ler...@redhat.com; Yao, Jiewen ; Zhang, Qi1 Cc: Wang, Jian J ;

[edk2-devel] [Patch v2] MdeModulePkg: Initialize local variable value before they are used

2021-03-17 Thread gaoliming
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3228 This change is to fix the false compiler error on GCC49 release build. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Liming Gao Reviewed-by: Hao A Wu --- In V2, add the comments for the false compiler warning MdeModulePkg/Bus/Ata/AtaAtap

回复: [edk2-devel] [edk2-platforms][PATCH v2 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe

2021-03-17 Thread gaoliming
Zhiguang: Yes. I can merge part of the patch set, because each patch is for the different platform. I will wait for one more day for the patch review, and merge the patch tomorrow for those passed code review. Thanks Liming > -邮件原件- > 发件人: Liu, Zhiguang > 发送时间: 2021年3月17日 22:33 >

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/5] MinPlatformPkg: CoreCommonLib: Added new library for VariableSmmRuntimeDxe

2021-03-17 Thread Zhiguang Liu
Thanks Liming. This helps a lot > -Original Message- > From: devel@edk2.groups.io On Behalf Of > gaoliming > Sent: Thursday, March 18, 2021 1:01 PM > To: Liu, Zhiguang ; 'Kun Qin' ; > devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Dong, Eric > Subject: 回复: [edk2-deve

[edk2-devel] [PATCH] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1j

2021-03-17 Thread Liu, WeiX C
From: Liu Wei Update openssl from 1.1.1g to 1.1.1j. Current OpenSSL version 1.1.1g contains the vulnerabilities of CVE-2021-23841 and CVE-2021-23840. The related vulnerable API EVP_DecryptUpdate are used in drivers. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3266 Besides, the opensslco

Re: [edk2-devel] [PATCH] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1j

2021-03-17 Thread Wang, Jian J
Hi Liu Wei, Thanks for upgrading the openssl lib. Please fix the line ending issue. It's required by edk2 coding style that the line ending must Windows style. Regards, Jian > -Original Message- > From: Liu, WeiX C > Sent: Thursday, March 18, 2021 1:51 PM > To: devel@edk2.groups.io >