Re: [edk2] [Patch] PcRtc: Fix PcRtcInit() to not clear RegisterB.AIE always

2015-07-05 Thread Ni, Ruiyu
Fix comments as below: PcRtc: Fix PcRtcInit() to use correct value for RegisterB > -Original Message- > From: Ni, Ruiyu > Sent: Monday, July 6, 2015 2:39 PM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu; Tian, Feng > Subject: [Patch] PcRtc: Fix PcRtcInit() to not clear RegisterB.A

[edk2] [Patch] PcRtc: Fix PcRtcInit() to not clear RegisterB.AIE always

2015-07-05 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Feng Tian --- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c b/PcAtChipsetPkg/PcatReal

Re: [edk2] [PATCH 0/6] fix runtime relocation of disjoint PE/COFF images

2015-07-05 Thread Gao, Liming
Ard: Have you GIT branch for those changes? Then, I can easily review those changes. Thanks Liming -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Friday, July 03, 2015 5:40 PM To: edk2-devel@lists.sourceforge.net; Kinney, Michael D; Yao, Jiewen; Gao,

Re: [edk2] [PATCH 1/2] MdePkg: Fix bug in CatVSPrint introduced by r17742

2015-07-05 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Heyi Guo [mailto:heyi@linaro.org] Sent: Friday, July 03, 2015 5:35 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH 1/2] MdePkg: Fix bug in CatVSPrint introduced by r17742 SVN r17742 uses AllocateCopyPool to replace Allo

[edk2] [Patch] OptionRomPkg: Remove redundant included header file defintion in Ax88772.h and Ax88772b.h files

2015-07-05 Thread jiaxinwu
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu --- OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.h | 3 +-- OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/OptionRomPkg/Bus/Usb/Usb

[edk2] [PATCH v2] ShellPkg: Remove UefiHandleParsingLib and Ip4Config Protocol dependency.

2015-07-05 Thread jiaxinwu
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu --- .../UefiHandleParsingLib/UefiHandleParsingLib.c | 3 ++- .../UefiHandleParsingLib/UefiHandleParsingLib.h | 3 ++- .../UefiHandleParsingLib/UefiHandleParsingLib.inf | 1 + .../UefiHandleParsingLib/U

Re: [edk2] [PATCH] CryptoPkg: Allow the depth zero self-signed certificate

2015-07-05 Thread Gary Ching-Pang Lin
On Fri, Jul 03, 2015 at 06:17:52PM +, Long, Qin wrote: > Gary, > > I couldn't find the rpm binary from the link you provided. Please help to > double-check the repository or share me the binary directly. Sorry, I found the publish flag of the previous repo wasn't checked and only login users

[edk2] [Basetool][UPT][patch]Update UPT to ignore "!include" statement when parsing UNI file

2015-07-05 Thread Chen, Hesheng
Hello Yang and all, Could you help review this patch? Thank you [Description] Update UPT to ignore "!include" statement when parsing UNI file Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen mailto:hesheng.c...@intel.com> > Best Regards, Chen, Hess Intel China S

Re: [edk2] [Patch] NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.

2015-07-05 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Sunday, July 05, 2015 11:07 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency. Contributed-under: TianoCore

Re: [edk2] Questions regarding XHCI

2015-07-05 Thread Tian, Feng
Nikhil, Just like Martin said, there is a fake PCI bus driver to solve this issue. You can refer to Omap35xxPkg\PciEmulation, which produce PCI_IO protocol on arm board. PS: It's just the EDKII implementation choice to depend on PCI bus. If your platform doesn't exist real PCI bus, you can emu

[edk2] [patch v3] SecurityPkg:Replace unsafe string functions.

2015-07-05 Thread Zhang Lubo
Message-ID: <430d38d6-8694-47bd-bc68-02903252863b@LUBOZHAN-MOBL.local> X-Mailer: TortoiseGit MIME-Version: 1.0 Content-Type: text/plain; Version v3 including the following updates relative to original one: Use StrCats instead of StrnCat form. Change the 2nd parameter in safe function from max fre

[edk2] [patch v3] NetworkPkg:Replace unsafe string functions.

2015-07-05 Thread Zhang Lubo
Message-ID: <0be33fc7-8f10-4c82-88e1-0cf35cc184a2@LUBOZHAN-MOBL.local> X-Mailer: TortoiseGit MIME-Version: 1.0 Content-Type: text/plain; Version v3 including the following updates relative to original one: Use AllocateCopyPool instead of AllcoateZeroPool to make code easier to understand. Use ma

[edk2] [patch v3] MdeModulePkg: Replace unsafe string functions.

2015-07-05 Thread Zhang Lubo
Version v3 including the following updates relative to original one: Use AllocateCopyPool instead of AllcoateZeroPool to make code easier to understand. Use macro definition instead of constant number. Use non-n version of safe string copy function in some cases. Change the 2nd parameter in safe

Re: [edk2] [Patch] ShellPkg: Remove UefiHandleParsingLib and Ip4Config Protocol dependency.

2015-07-05 Thread Wu, Jiaxin
Hi Jaben, Please help to review attached patch. It used to remove UefiHandleParsingLib and Ip4Config Protocol dependency. Thank you very much! Jiaxin -Original Message- From: jiaxinwu [mailto:jiaxin...@intel.com] Sent: Sunday, July 5, 2015 11:12 PM To: edk2-devel@lists.sourceforge.net

[edk2] [Patch] ShellPkg: Remove UefiHandleParsingLib and Ip4Config Protocol dependency.

2015-07-05 Thread jiaxinwu
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu --- .../UefiHandleParsingLib/UefiHandleParsingLib.c | 4 ++-- .../UefiHandleParsingLib/UefiHandleParsingLib.h | 4 ++-- .../UefiHandleParsingLib/UefiHandleParsingLib.inf | 2 +- .../UefiHandleParsingLi

[edk2] [Patch] NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.

2015-07-05 Thread jiaxinwu
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: jiaxinwu --- NetworkPkg/IpSecDxe/IkeCommon.h | 4 ++-- NetworkPkg/IpSecDxe/IkeService.c | 51 ++-- NetworkPkg/IpSecDxe/IpSecDxe.inf | 4 ++-- 3 files changed, 38 insertions(+), 21 deletio

[edk2] [PATCH] Fix some type errors in Vlv2TbltDevicePkg

2015-07-05 Thread Bruce Cran
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran --- Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h | 4 ++-- Vlv2TbltDevicePkg/Include/Ppi/Speaker.h | 4 ++-- Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h| 4 ++-- Vlv2

[edk2] [PATCH] Fix the UEFI version reported in the MNW2 information screen

2015-07-05 Thread Bruce Cran
The Minnowboard MAX BIOS uses UEFI 2.40, not 2.3.1. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran --- Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni | Bin 214412 -> 214410 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Vlv2TbltDevicePk