[edk2] [Patch 5/8] MdeModulePkg: Update SerialDxe inf to include the module uni

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 4 1 file changed, 4 insertions(+) diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf

[edk2] [Patch 7/8] NetworkPkg: Update module inf to include the missing uni file

2015-12-23 Thread Liming Gao
Update DnsDxe and HttpUtilitiesDxe inf files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- NetworkPkg/DnsDxe/DnsDxe.inf | 5 +++-- NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf | 5 +++-- 2 files changed, 6

[edk2] [Patch 2/8] MdeModulePkg: Add the missing Library uni files of ImageDecode instances

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- .../BmpImageDecoderLib/BmpImageDecoderLib.inf | 1 + .../BmpImageDecoderLib/BmpImageDecoderLib.uni | 26 ++ MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf

[edk2] [Patch 1/8] MdeModulePkg: Add the missing Library uni files of Ipmi instances

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- .../Library/BaseIpmiLibNull/BaseIpmiLibNull.inf| 1 + .../Library/BaseIpmiLibNull/BaseIpmiLibNull.uni| 25 ++ .../DxeIpmiLibIpmiProtocol.inf

[edk2] [Patch 4/8] MdeModulePkg: Add the missing module uni in RegularExpressionDxe

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- .../RegularExpressionDxe/RegularExpressionDxe.inf | 3 +++ .../RegularExpressionDxe/RegularExpressionDxe.uni | 26 ++ .../RegularExpressionDxeExtra.uni

[edk2] [Patch 0/8] Add the missing module uni and extra uni files

2015-12-23 Thread Liming Gao
Liming Gao (8): MdeModulePkg: Add the missing Library uni files of Ipmi instances MdeModulePkg: Add the missing Library uni files of ImageDecode instances MdeModulePkg: Add the missing library uni files of UI instances MdeModulePkg: Add the missing module uni in RegularExpressionDxe

[edk2] [Patch 6/8] UefiCpuPkg: Add the missing module uni for CpuS3DataDxe

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf | 4 +++ UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.uni | 40 +++ UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxeExtra.uni | 20

[edk2] [Patch 8/8] IntelFrameworkModulePkg: Remove the undefined PCD help and prompt strings

2015-12-23 Thread Liming Gao
IntelFrameworkModulePkg.uni includes some undefined PCD help and prompt strings, which will be removed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- .../IntelFrameworkModulePkg.uni| 26 +- 1

[edk2] [Patch 3/8] MdeModulePkg: Add the missing library uni files of UI instances

2015-12-23 Thread Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- .../BootMaintenanceManagerLib.inf | 1 + .../BootMaintenanceManagerLib.uni | 26 ++ .../Library/BootManagerLib/BootManagerLib.inf

Re: [edk2] [Patch 5/8] MdeModulePkg: Update SerialDxe inf to include the module uni

2015-12-23 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 5/8] MdeModulePkg: Update SerialDxe inf to

Re: [edk2] [Patch 3/8] MdeModulePkg: Add the missing library uni files of UI instances

2015-12-23 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 3/8] MdeModulePkg: Add the missing library uni

[edk2] [PATCH] ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.

2015-12-23 Thread Qiu Shumin
Cc: Ruiyu Ni Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yao Jiewen Reviewed-by: Qiu Shumin --- ShellPkg/Application/Shell/ShellProtocol.c | 1 + 1 file changed,

Re: [edk2] [PATCH v2] ShellPkg: Fix memory leak when running Shell script.

2015-12-23 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni Please separate the patch to two commits when you check in: The change to DoShellPrompt() is to fix the TAB-auto-completion memory leak. -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Qiu Shumin Sent:

[edk2] Nested FD files in one FDF

2015-12-23 Thread Cohen, Eugene
We have a need to have one FD image embedded in another (two copies of an identical FD image). So in our platform FDF file we'd like to define one FD for the "outer" region and another FD for the "inner" region. We then would like to specify in the outer FD a file that is the inner FD.

[edk2] [PATCH] BaseTools AARCH64: add -mstrict-align to all AARCH64 GCC flavors

2015-12-23 Thread Ard Biesheuvel
GCC for AARCH64 recognizes byte swapping sequences and replaces them with rev instructions. In some cases (i.e., with GCC version 5 and later) this may result in unaligned accesses, which are not allowed before we turn the MMU on. So move the -mstrict-align compiler switch to the shared define

Re: [edk2] [PATCH v2] ShellPkg: Fix memory leak when running Shell script.

2015-12-23 Thread Qiu, Shumin
Got it. Thanks. -Shumin -Original Message- From: Ni, Ruiyu Sent: Wednesday, December 23, 2015 10:28 PM To: Qiu, Shumin; edk2-devel@lists.01.org Cc: Carsey, Jaben; Qiu, Shumin Subject: RE: [edk2] [PATCH v2] ShellPkg: Fix memory leak when running Shell script. Reviewed-by: Ruiyu Ni

[edk2] [PATCH v2] ShellPkg: Fix memory leak when running Shell script.

2015-12-23 Thread Qiu Shumin
When we run following script in Shell: " for %a run (1 200) echo %a memmap endfor " We may find memory leak in system. This patch free buffer in 'BufferToFreeList' to avoid this issue. Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore

Re: [edk2] [Patch 2/8] MdeModulePkg: Add the missing Library uni files of ImageDecode instances

2015-12-23 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 2/8] MdeModulePkg: Add the missing Library uni

Re: [edk2] [Patch 8/8] IntelFrameworkModulePkg: Remove the undefined PCD help and prompt strings

2015-12-23 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 8/8] IntelFrameworkModulePkg: Remove the

Re: [edk2] [Patch 8/8] IntelFrameworkModulePkg: Remove the undefined PCD help and prompt strings

2015-12-23 Thread Fan, Jeff
Reviewed-by: Jeff Fan -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 8/8] IntelFrameworkModulePkg: Remove the undefined

Re: [edk2] [PATCH] BaseTools AARCH64: add -mstrict-align to all AARCH64 GCC flavors

2015-12-23 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Wednesday, December 23, 2015 10:22 PM To: edk2-devel@lists.01.org; Gao, Liming; leif.lindh...@linaro.org Cc: Ard Biesheuvel Subject: [PATCH] BaseTools AARCH64:

Re: [edk2] Nested FD files in one FDF

2015-12-23 Thread Gao, Liming
Eugene: The formal way is to add this support in [FD] section. The workaround way is to create two FDF files, one is for inner FD, another is for out FD. Out FDF will use FILE statement to point to the generated inner FD image. Then, call build -p platform.dsc twice. First, call build -p

Re: [edk2] [Patch 6/8] UefiCpuPkg: Add the missing module uni for CpuS3DataDxe

2015-12-23 Thread Fan, Jeff
Reviewed-by: Jeff Fan -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 6/8] UefiCpuPkg: Add the missing module uni for

[edk2] [PATCH] ShellPkg: Fix memory leak in 'ShellOpenFileByName'.

2015-12-23 Thread Qiu Shumin
Cc: Ruiyu Ni Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yao Jiewen Reviewed-by: Qiu Shumin --- ShellPkg/Library/UefiShellLib/UefiShellLib.c | 7 ++- 1 file

Re: [edk2] [PATCH v3 2/4] ShellPkg: Refine the code logic of 'command history'.

2015-12-23 Thread Yao, Jiewen
Hi I suggest we also handle PcdShellMaxHistoryCommandCount == 0 case. I think we can add below at the begging of function. if (MaxHistoryCmdCount == 0) { return ; } Other change seems good. Reviewed by: jiewen@intel.com Thank you Yao Jiewen -Original Message- From:

Re: [edk2] [Patch 7/8] NetworkPkg: Update module inf to include the missing uni file

2015-12-23 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 7/8] NetworkPkg: Update module inf to include the

[edk2] PXE Base Code DHCP DORA timeout

2015-12-23 Thread David Van Arnem
Hi all, I've been attempting to get a UEFI application to use the PXE Base Code Protocol (PxeBc) to get an IP (v4) using PxeBc->Dhcp(); testing is being done on a commercial ASUS motherboard (M5A99FX Pro R2.0, firmware version 2501) in the EFI Shell. During the DORA exchange, PxeBc->Dhcp()

Re: [edk2] [Patch 7/8] NetworkPkg: Update module inf to include the missing uni file

2015-12-23 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Wednesday, December 23, 2015 5:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 7/8] NetworkPkg: Update module inf to include

Re: [edk2] [PATCH v2 1/2] ShellPkg: Fix memory leak in function 'ManBufferFindSections'.

2015-12-23 Thread Yao, Jiewen
Reviewed by: jiewen@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Qiu Shumin Sent: Thursday, December 24, 2015 2:10 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu; Carsey, Jaben; Qiu, Shumin; Yao, Jiewen Subject: [edk2] [PATCH v2

Re: [edk2] [PATCH 0/3] ShellPkg: Fix memory leak in 'map' command.

2015-12-23 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Qiu Shumin Sent: Thursday, December 24, 2015 3:30 PM To: edk2-devel@lists.01.org Cc: Qiu, Shumin Subject: [edk2] [PATCH 0/3]

[edk2] [PATCH 0/3] ShellPkg: Fix memory leak in 'map' command.

2015-12-23 Thread Qiu Shumin
Qiu Shumin (3): ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPaths'. ShellPkg: Fix memory leak in function 'ShellCommandConsistMappingInitialize'. ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.

[edk2] [Patch] MdeModulePkg/BootManagerMenu: Fix bug that boots to undesired option

2015-12-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Eric Dong --- .../BootManagerMenuApp/BootManagerMenu.c | 68 ++ 1 file changed, 45 insertions(+), 23 deletions(-) diff --git

[edk2] [PATCH 0/2] ShellPkg: Fix memory leak when Shell run help command

2015-12-23 Thread Qiu Shumin
Qiu Shumin (2): ShellPkg: Fix memory leak in function 'ManBufferFindSections'. ShellPkg: Fix memory leak in function 'ShellCommandRunHelp'. ShellPkg/Application/Shell/ShellManParser.c| 1 + ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | 2 ++ 2 files changed, 3 insertions(+)

[edk2] [PATCH v2 1/2] ShellPkg: Fix memory leak in function 'ManBufferFindSections'.

2015-12-23 Thread Qiu Shumin
Cc: Yao Jiewen Cc: Ruiyu Ni Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- ShellPkg/Application/Shell/ShellManParser.c | 2 ++ 1 file changed, 2

[edk2] runtime driver again

2015-12-23 Thread LiHongcheng
I hope there are some people knowing how to develop a runtime driver, and if you do, please help me (I am almost desperate thanks to the runtime driver)and give some guides. I would really, really appreciate it. 发送自 Windows 10 版邮件应用 ___ edk2-devel

Re: [edk2] [Patch V2] Nt32Pkg/WinNtSimpleFileSystemDxe: Fix memory leak

2015-12-23 Thread Yao, Jiewen
Reviewed by: jiewen@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Wednesday, December 23, 2015 5:06 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu; Yao, Jiewen Subject: [edk2] [Patch V2]

[edk2] [Patch V2] Nt32Pkg/WinNtSimpleFileSystemDxe: Fix memory leak

2015-12-23 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Jiewen Yao --- Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git

Re: [edk2] [PATCH v2 0/5] ArmVirtPkg: add ARM support to ArmVirtXen

2015-12-23 Thread Ard Biesheuvel
On 21 December 2015 at 18:59, Stefano Stabellini wrote: > On Wed, 16 Dec 2015, Ard Biesheuvel wrote: >> By special request, this implements ARM support to the ArmVirtXen >> platform. This time, I managed to test it myself under Xen on actual >> AArch64 hardware,