Re: [edk2-devel] [PATCH] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
Bob, Thank for comment. V2 has been sent out to fix this. Best Regards Eric -Original Message- From: Feng, Bob C Sent: Wednesday, May 29, 2019 2:47 PM To: devel@edk2.groups.io; Jin, Eric Cc: Gao, Liming ; Kinney, Michael D Subject: RE: [edk2-devel] [PATCH] BaseTools/Capsule: Tool to

[edk2-devel] Hard Feature Freeze starts now for edk2-stable201905

2019-06-02 Thread Liming Gao
Hi, all Openssl1.1.1 update has been resolved. So, we enter into Hard Feature Freeze phase until edk2-stable201905 tag is created at 2019-06-06. In this phase, there is no feature to be pushed. The bug fix is still allowed. Below is the updated edk2-stable201905 tag planning. Date (00:00:00

[edk2-devel] [PATCH v2 1/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
https://bugzilla.tianocore.org/show_bug.cgi?id=1837 The tool is designed to generate Windows Firmware Update Drivers, the input is one drivername.cap with related parameters, the output Windows Driver package are composed by drivername.cap, drivername.inf and drivername.cat to update the single

[edk2-devel] [PATCH v2 0/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
V2 change: Use "with" statement for the open() calls. Remove trailing whitespace. V1: Initial version to enable this tool Eric Jin (1): BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver BaseTools/Source/Python/Capsule/CatGenerator.py| 161

Re: [edk2-devel] [RFC][edk2-platform][Add new packages in Platform\Intel directory]

2019-06-02 Thread Yao, Jiewen
Since there is no other module, I think we can use this specific package name to tell people what it is. It is also good for feature isolation. Thank you Yao Jiewen From: Dong, Eric Sent: Monday, June 3, 2019 8:53 AM To: Yao, Jiewen ; devel@edk2.groups.io; Gao, Liming ; Kubacki, Michael A ;

Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version

2019-06-02 Thread Liming Gao
Leif: I see Ard patch ArmPkg/ArmSoftFloatLib GCC4x: fix build failure https://edk2.groups.io/g/devel/topic/patch/31884674?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,31884674 Does it fix your CI issue? Thanks Liming >-Original Message- >From: Leif Lindholm

Re: [edk2-devel] [RFC][edk2-platform][Add new packages in Platform\Intel directory]

2019-06-02 Thread Dong, Eric
Hi Jiewen, So far, I don't have other modules which need to move to this package. I think UserAuthenticationPkg is too specific, but if others also agree with this name, I'm ok too. Hi liming, Isaac & Mike, Any comments about the new package name? Thanks, Eric From: Yao, Jiewen Sent:

Re: [edk2-devel] [PATCH v5 0/9] Crypto: Upgrade OpenSSL to 1.1.1b

2019-06-02 Thread Wang, Jian J
Pushed 6fcc3d68eb02aa798ef572c94867a03d0c1fedf2...acfb90911840c38a0beb9bcfe0065668244d2b4d Regards, Jian > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Xiaoyu Lu > Sent: Wednesday, May 29, 2019 6:40 PM > To: devel@edk2.groups.io > Cc: Lu,

Re: [edk2-devel] [PATCH v3 6/7] MdeModulePkg/PeCoffImageEmulator: avoid redeclaration of typedef

2019-06-02 Thread Liming Gao
Reviewed-by: Liming Gao >-Original Message- >From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >Sent: Friday, May 31, 2019 8:50 PM >To: devel@edk2.groups.io >Cc: Ard Biesheuvel ; Laszlo Ersek >; Gao, Liming ; Wang, Jian J >; Leif Lindholm ; Kinney, >Michael D >Subject: [PATCH v3

Re: [edk2-devel] [PATCH v3 7/7] MdePkg: avoid redeclaration of typedefs

2019-06-02 Thread Liming Gao
Reviewed-by: Liming Gao >-Original Message- >From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >Sent: Friday, May 31, 2019 8:50 PM >To: devel@edk2.groups.io >Cc: Ard Biesheuvel ; Laszlo Ersek >; Gao, Liming ; Wang, Jian J >; Leif Lindholm ; Kinney, >Michael D >Subject: [PATCH v3

Re: [edk2-devel] [PATCH v3 0/7] update ArmSoftFloatLib to latest upstream version

2019-06-02 Thread Liming Gao
Ard: >-Original Message- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ard >Biesheuvel >Sent: Saturday, June 01, 2019 12:00 AM >To: edk2-devel-groups-io ; Leif Lindholm > >Cc: Laszlo Ersek ; Gao, Liming ; >Wang, Jian J ; Kinney, Michael D > >Subject: Re:

Re: [edk2-devel] [RFC][edk2-platform][Add new packages in Platform\Intel directory]

2019-06-02 Thread Dong, Eric
I think sample means this is an example about how to enable this feature. Code implemented with production quality. Platform can decide whether to use it or not. Thanks, Eric From: Yao, Jiewen Sent: Friday, May 31, 2019 4:06 PM To: Dong, Eric ; devel@edk2.groups.io; Gao, Liming ; Kubacki,