Re: [edk2] [Patch] UefiCpuPkg/RegisterCpuFeaturesLib: Adjust Order.

2018-11-10 Thread Dong, Eric
Hi Leif, Thanks for your comments. Because I must check in the code today, I will change the code when I push the change. Thanks, Eric > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Saturday, November 10, 2018 6:00 PM > To: Dong, Eric > Cc: Laszlo

Re: [edk2] [Patch V2] BaseTools: Replace the sqlite database with list

2018-11-10 Thread Feng, Bob C
Hi Jaben, It will be faster than before when you do build, clean, build... _Bob -Original Message- From: Carsey, Jaben Sent: Friday, November 9, 2018 11:25 PM To: Feng, Bob C ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [Patch V2] BaseTools: Replace the sqlite database with

Re: [edk2] [Patch] BaseTools: Optimize string concatenation

2018-11-10 Thread Feng, Bob C
Hi Leif, I use my desktop to do the benchmark. CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz Memory: 16G OS: Win10 I'll add the performance detailed data to BZ. -Bob -Original Message- From: Leif Lindholm [mailto:leif.lindh...@linaro.org] Sent: Friday, November 9, 2018 7:49 PM To:

Re: [edk2] [Patch] Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"

2018-11-10 Thread Bi, Dandan
Reviewed-by: Bi Dandan Thanks, Dandan > -Original Message- > From: Gao, Liming > Sent: Saturday, November 10, 2018 10:16 PM > To: edk2-devel@lists.01.org > Cc: Bi, Dandan > Subject: [Patch] Revert "MdeModulePkg/DisplayEngine: Remove useless > NULL ptr check for NewPos" > > This

Re: [edk2] [edk2-wiki PATCH] release planning: announce the soft and hard feature freezes

2018-11-10 Thread Gao, Liming
Yes. I have sent V2 patch for Maintainers.txt. Please review. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo > Ersek > Sent: Saturday, November 10, 2018 1:19 AM > To: Kinney, Michael D ; Gao, Liming > ; Leif Lindholm > Cc:

Re: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression logic issue

2018-11-10 Thread Gao, Liming
Hi, all This patch fixes the Uefi and Tiano decompression issue. I will push it for edk2-stable201811 tag. If you have any comments, please let me know. Thanks Liming > -Original Message- > From: Zhu, Yonghong > Sent: Saturday, November 10, 2018 4:54 PM > To: Gao, Liming ;

[edk2] [Patch] Revert "MdeModulePkg/DisplayEngine: Remove useless NULL ptr check for NewPos"

2018-11-10 Thread Liming Gao
This reverts commit 8cd4e734ccdfbc961c72aeaa8dbd3f5154171f9b. It is not a real bug fix. It should not be pushed after Hard Feature Freeze for edk2-stable201811 tag. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Dandan Bi ---

[edk2] [Patch V2] Maintainers.txt: Update EDK II Releases to EDK-II-Release-Planning wiki

2018-11-10 Thread Liming Gao
In V2, add Liming Gao as the maintainer of EDK II Releases. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Laszlo Ersek --- Maintainers.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index

Re: [edk2] [Patch] UefiCpuPkg/RegisterCpuFeaturesLib: Adjust Order.

2018-11-10 Thread Leif Lindholm
Hi Eric, I have no concerns over pushing this bugfix. However, having lookes at it, I do have a couple of style comments. On Sat, Nov 10, 2018 at 03:16:26AM +, Dong, Eric wrote: > Hi Stewards: > > Since this is a bug fix, and the risk for this release is small. I > plan to push this

Re: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression logic issue

2018-11-10 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Friday, November 09, 2018 7:58 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression