Re: [edk2] FW: edk2 build problems

2015-07-15 Thread Ni, Ruiyu
Can you update to latest version? The check-in attached fixed the issue. From: Tony [mailto:tony...@hotmail.com] Sent: Thursday, July 16, 2015 1:49 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] FW: edk2 build problems Hi there, I get the error below whe

Re: [edk2] [Patch] MdeModulePkg: Correct PcdConOutColumn help string.

2015-07-15 Thread Ni, Ruiyu
text console. Thanks, Ray > -Original Message- > From: Ni, Ruiyu [mailto:ruiyu...@intel.com] > Sent: Thursday, July 16, 2015 10:42 AM > To: Carsey, Jaben; Gao, Liming; edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] [Patch] MdeModulePkg: Correct PcdConOutColum

Re: [edk2] [Patch] MdeModulePkg: Correct PcdConOutColumn help string.

2015-07-15 Thread Ni, Ruiyu
Jaben, Partially right. When row and col is 0, core will try to use the native resolution of that monitor. Native resolution concept only applies to LCD/TFT monitor, not legacy CRT monitor. It may have maximum col, or maximum row, or both. > -Original Message- > From: Carsey, Jaben [mai

Re: [edk2] [PATCH 2/3] MdeModulePkg: TerminalDxe: Fix bug of NullRemaining flag

2015-07-09 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Heyi Guo [mailto:heyi@linaro.org] > Sent: Wednesday, July 8, 2015 12:57 AM > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [PATCH 2/3] MdeModulePkg: TerminalDxe: Fix bug of > NullRemaining flag > > NullRemaining should be s

Re: [edk2] [PATCH 3/3] MdeModulePkg: Some improvements on TerminalDxe

2015-07-09 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Heyi Guo [mailto:heyi@linaro.org] > Sent: Wednesday, July 8, 2015 12:57 AM > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [PATCH 3/3] MdeModulePkg: Some improvements on > TerminalDxe > > 1. Get default terminal type from PC

Re: [edk2] [PATCH v3 4/7] Nt32Pkg: Remove Ip4ConfigDxe module from Nt32Pkg

2015-07-09 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Wu, Jiaxin > Sent: Thursday, July 9, 2015 3:25 PM > To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu > Subject: [PATCH v3 4/7] Nt32Pkg: Remove Ip4ConfigDxe module from > Nt32Pkg > > Version3 continue to upd

Re: [edk2] OVMF cannot boot in QEMU 1.6.2

2015-07-09 Thread Ni, Ruiyu
t in QEMU 1.6.2 > > On 07/07/15 08:47, Ni, Ruiyu wrote: > > Hi, > > > > I found OVMF built from the latest source tree cannot boot in QEMU 1.6.2 > > (Ubuntu14.04.1). > > > > Is it related to the changes made to OvmfPkg? > > I can't tell offhand

Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove PciHostBridgeDxe

2015-07-07 Thread Ni, Ruiyu
Jordan, Sure. I will submit patch to delete it if no one is using it. In fact, one of my colleagues disagreed to remove this driver since he is using it in his project.:) Thanks, Ray > -Original Message- > From: Justen, Jordan L > Sent: Wednesday, July 8, 2015 7:51 AM > T

Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove PciHostBridgeDxe

2015-07-07 Thread Ni, Ruiyu
Laszlo, Sure. If there is no functionality change and just re-formatting, I accept. Reviewed-by: Ruiyu Ni > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Tuesday, July 7, 2015 7:12 PM > To: Ni, Ruiyu > Cc: Justen, Jordan L; edk2-devel@lists.

[edk2] OVMF cannot boot in QEMU 1.6.2

2015-07-06 Thread Ni, Ruiyu
Hi, I found OVMF built from the latest source tree cannot boot in QEMU 1.6.2 (Ubuntu14.04.1). Is it related to the changes made to OvmfPkg? Boot log as following: -- SecCoreStartupWithStack(0xFFFCC000, 0x818000) Register PPI Notify: DCD0BE23-9586-40F4-B643-06522CED4EDE Install PPI:

Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove PciHostBridgeDxe

2015-07-06 Thread Ni, Ruiyu
But maybe in one step, maybe in several steps. Thanks, Ray > -Original Message- > From: Justen, Jordan L > Sent: Tuesday, July 7, 2015 8:53 AM > To: Laszlo Ersek; Ni, Ruiyu > Cc: edk2-devel@lists.sourceforge.net; Kinney, Michael D; Gerd Hoffmann > Subject: Re: [edk2]

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fix media probe

2015-07-06 Thread Ni, Ruiyu
Martin, Please go ahead to check in the patch first. I will send new patch for review later when I have bandwidth to look into this further. Reviewed-by: Ruiyu Ni Thanks, Ray From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Monday, July 6, 2015 10:12 PM To: Ni, Ruiyu; edk2-devel

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 PcRtcI

Re: [edk2] Question on DSC double includes

2015-07-01 Thread Ni, Ruiyu
I think they are saying A.dsc includes B.dsc, which nestly includes C.dsc. I vote Andrew’s solution to provide the correct line number. It’s not a complex problem for tool to resolve. From: Gao, Liming [mailto:liming@intel.com] Sent: Wednesday, July 1, 2015 10:34 AM To: edk2-devel@lists.sourc

Re: [edk2] [Patch 0/3] Update driver to handle LoadFile device path

2015-07-01 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Liming Gao [mailto:liming@intel.com] > Sent: Tuesday, June 30, 2015 2:12 PM > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [Patch 0/3] Update driver to handle LoadFile device path > > UEFI Spec HTTP Boot Device Path, after

Re: [edk2] [PATCH 09/13] MdeModulePkg/Universal/FvSimpleFileSystemDxe: Use safe string functions to refine code.

2015-06-28 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Qiu, Shumin > Sent: Thursday, June 25, 2015 3:47 PM > To: edk2-devel@lists.sourceforge.net > Cc: Zeng, Star; Fan, Jeff; Gao, Liming; Ni, Ruiyu; Tian, Feng > Subject: [PATCH 09/13] MdeModulePkg/Universal/FvSimpleFileSys

Re: [edk2] [PATCH 06/13] MdeModulePkg/Library/UefiBootManagerLib: Use safe string functions to refine code.

2015-06-28 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Qiu, Shumin > Sent: Thursday, June 25, 2015 3:47 PM > To: edk2-devel@lists.sourceforge.net > Cc: Zeng, Star; Fan, Jeff; Gao, Liming; Ni, Ruiyu; Tian, Feng > Subject: [PATCH 06/13] MdeModulePkg/Library/UefiBootMana

Re: [edk2] [PATCH V2 15/24] Nt32Pkg: Use the merged Variable driver.

2015-06-28 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Zeng, Star > Sent: Friday, June 26, 2015 4:38 PM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu > Subject: [PATCH V2 15/24] Nt32Pkg: Use the merged Variable driver. > > Cc: Ruiyu Ni > Contributed-un

Re: [edk2] [PATCH V2 08/24] Nt32Pkg: Link AuthVariableLib for following merged variable driver deploy.

2015-06-28 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Star Zeng [mailto:star.z...@intel.com] > Sent: Friday, June 26, 2015 4:38 PM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu > Subject: [edk2] [PATCH V2 08/24] Nt32Pkg: Link AuthVariableLib for > following m

Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove PciHostBridgeDxe

2015-06-25 Thread Ni, Ruiyu
gt; From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, June 26, 2015 3:07 AM > To: Justen, Jordan L; Ni, Ruiyu > Cc: edk2-devel@lists.sourceforge.net; Kinney, Michael D > Subject: Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove > PciHostBridgeDxe > > Jordan, Ray,

Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove PciHostBridgeDxe

2015-06-25 Thread Ni, Ruiyu
Thursday, June 25, 2015 4:24 PM > To: Ni, Ruiyu > Cc: Justen, Jordan L; edk2-devel@lists.sourceforge.net; Kinney, Michael D > Subject: Re: [edk2] [PATCH v2 02/24] PcAtChipsetPkg: remove > PciHostBridgeDxe > > On 06/25/15 04:10, Ni, Ruiyu wrote: > > Jordan, > > I prefer

Re: [edk2] [Patch] SourceLevelDebugPkg/DebugAgent: Add typecast to fix sign extension

2015-06-25 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Fan, Jeff > Sent: Thursday, June 25, 2015 3:59 PM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu > Subject: [Patch] SourceLevelDebugPkg/DebugAgent: Add typecast to fix sign > extension > > OffsetHigh

Re: [edk2] [PATCH v2] Edk2: Update Edk2Setup.bat

2015-06-15 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Liming Gao [mailto:liming@intel.com] > Sent: Thursday, May 21, 2015 8:59 AM > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [PATCH v2] Edk2: Update Edk2Setup.bat > > Fix the issue when configure X64 NT32, replace NT32_X64 by

Re: [edk2] [Patch] PcAtChipsetPkg/PcRtc: Fix a Y2K bug

2015-06-11 Thread Ni, Ruiyu
, Ray > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, June 11, 2015 11:17 PM > To: Ni, Ruiyu > Cc: edk2-devel@lists.sourceforge.net; Gerd Hoffmann (GMail address) > Subject: Re: [edk2] [Patch] PcAtChipsetPkg/PcRtc: Fix a Y2K bug > > On 0

Re: [edk2] [PATCH 2/2] MdePkg/Library/UefiFileHandleLib: Do the validation for DirHandle before get file information.

2015-06-10 Thread Ni, Ruiyu
Depending on whether the low-layer produces BlockIo2 protocol, the Fat driver doesn't always produce REVISION_2 for FileHandle/DirHandle. So either we can check both the REVISION_1 and REVISION_2, or we can remove this check because the rubbish data can happen to be REVISION_1 or REVISION_2 but

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Ni, Ruiyu
Please also add /Gy- which can let WinDbg recognize the calling stack correctly. From: Tian, Feng Sent: Wednesday, June 10, 2015 9:40 AM To: Saiprasad Chavali; 'edk2-devel@lists.sourceforge.net'; Ni, Ruiyu Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Conclusi

Re: [edk2] [Patch] SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer

2015-06-09 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Fan, Jeff > Sent: Tuesday, June 9, 2015 10:21 AM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu > Subject: [Patch] SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC > Timer > > Now Debug Ag

Re: [edk2] [Patch] SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as early

2015-06-07 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Fan, Jeff > Sent: Friday, June 5, 2015 4:27 PM > To: edk2-devel@lists.sourceforge.net > Cc: Ni, Ruiyu > Subject: [Patch] SourceLevelDebugPkg/DebugAgent: Disable Debug Timer as > early > > InitializeApicTim

Re: [edk2] [PATCH] MdeModulePkg: Refine the format of INF file.

2015-06-04 Thread Ni, Ruiyu
Better to update comments to "Update to follow EDKII coding style." Reviewed-by: Ruiyu Ni From: Qiu, Shumin Sent: Friday, June 5, 2015 10:56 AM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu Subject: [PATCH] MdeModulePkg: Refine the format o

Re: [edk2] [PATCH] MdeModulePkg/PciBusDxe: Removed unused variable assignment

2015-05-27 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Wednesday, May 27, 2015 11:35 PM To: Tian, Feng Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdeModulePkg/PciBusDxe: Removed unused variable assignment Contributed-under:

Re: [edk2] Debug UEFI driver using EDKII

2015-05-25 Thread Ni, Ruiyu
adding debug agent to default console list may not help you to get debugger work. Can you update the SourceLevelDebugPkg to latest and try again? Thanks, Ray From: Kan Qiu [mailto:kan...@osbase.com] Sent: Tuesday, May 26, 2015 3:56 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: Re:

Re: [edk2] Debug UEFI driver using EDKII

2015-05-24 Thread Ni, Ruiyu
Kan, It seems you have enabled the UDK Debugger in DUET. Any findings you can share with me? Thanks, Ray From: Kan Qiu [mailto:kan...@osbase.com] Sent: Thursday, May 21, 2015 4:27 PM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Debug UEFI driver using EDKII Thanks Ray

Re: [edk2] How to add debug agent console device to the console input/output device list ?

2015-05-24 Thread Ni, Ruiyu
Make sure you boot your HP system to DUET. DUET contains a typical EDKII BIOS setup UI which should be quite different from your HP’s BIOS setup UI. In DUET’s setup UI, enters to Boot Maintainance Manager->Console Option. Make sure you check the device path like “VenHw(865A5A9B-B85D-474C-8455-65D

Re: [edk2] [PATCH] MdeModulePkg: Regular expression protocol

2015-05-24 Thread Ni, Ruiyu
only want to keep one, which is the most useful? I would like to keep CHAR16/CHAR8 (input/pattern) at least. 4. Agreed. From: Ni, Ruiyu [ruiyu...@intel.com] Sent: Friday, May 22, 2015 01:15 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [

Re: [edk2] [Patch v2 0/2] Initialize Local APIC Timer in SMM entry

2015-05-21 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni -Original Message- From: Jeff Fan [mailto:jeff@intel.com] Sent: Friday, May 22, 2015 2:11 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch v2 0/2] Initialize Local APIC Timer in SMM entry Now Debug Agent library uses Local APIC Timer to implement

Re: [edk2] [PATCH] MdeModulePkg: Regular expression protocol

2015-05-21 Thread Ni, Ruiyu
4. how about Regex instead of RegEx? C# uses Regex name. -Original Message- From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: Friday, May 22, 2015 1:29 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg: Regular expression protocol Doman, 1. If RegExCompile

Re: [edk2] [PATCH] MdeModulePkg: Regular expression protocol

2015-05-21 Thread Ni, Ruiyu
Doman, 1. If RegExCompile() returns ABORTED, is the HANDLE valid or not? Because of ABORTED, it makes more sense to let HANDLE to not be created. But then RegExErrorMessage(HANDLE) cannot be called. 2. Why do you use CHAR8 instead of CHAR16 for captured string? Even your library implementation

Re: [edk2] Debug UEFI driver using EDKII

2015-05-20 Thread Ni, Ruiyu
Qiu, You need to make sure the flow control setting between HOST and TARGET are the same. In your case, you need to change the gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl to TRUE. From: Kan Qiu [mailto:kan...@osbase.com] Sent: Thursday, May 21, 2015 2:11 AM To: Ni, Ruiyu Cc

Re: [edk2] [patch] FatPkg: Add RecoveryBlockIo2Ppi support

2015-05-19 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Tian, Feng Sent: Wednesday, May 20, 2015 9:26 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Tian, Feng Subject: RE: [patch] FatPkg: Add RecoveryBlockIo2Ppi support Thanks, Ray I update the patch according to your comment. Please review again Thanks Feng

Re: [edk2] [patch] FatPkg: Add RecoveryBlockIo2Ppi support

2015-05-18 Thread Ni, Ruiyu
PEI_FAT_PRIVATE_DATA. It means an array for PPIs notify. Thanks, Ray From: Tian, Feng Sent: Monday, May 18, 2015 1:06 PM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Tian, Feng Subject: [patch] FatPkg: Add RecoveryBlockIo2Ppi support Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by

Re: [edk2] Debug UEFI driver using EDKII

2015-05-18 Thread Ni, Ruiyu
this out to free serial port for debugging !endif !ifndef $(SOURCE_DEBUG_ENABLE) INF IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf !endif From: Ni, Ruiyu mailto:ruiyu.ni@in...>> - 2015-05-18 02:21:33 Attachments: Message as HTML<https://sourceforge.net/p/edk2/mail

Re: [edk2] [Patch] SourceLevelDebugPkg: Fix Serial Port connection cannot be setup

2015-05-17 Thread Ni, Ruiyu
Jeff, The updated patch keeps the Handle parameter following your offline suggestion. Please have a check. Thanks, Ray -Original Message- From: Ni, Ruiyu Sent: Monday, May 18, 2015 11:39 AM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu; Fan, Jeff Subject: [Patch

Re: [edk2] [PATCH] CorebootPayloadPkg: Replace PciHostBridge driver with PciRootBridgeNoEnumeration

2015-05-17 Thread Ni, Ruiyu
If it doesn't, I will not check in it. Thanks, Ray -Original Message- From: Ma, Maurice Sent: Saturday, May 16, 2015 12:49 AM To: Justen, Jordan L; Ni, Ruiyu; Agyeman, Prince Cc: reza.jel...@tuhh.de; Zeng, Star; ler...@redhat.com; edk2-devel@lists.sourceforge.net Subject: RE: [edk2

Re: [edk2] Debug UEFI driver using EDKII

2015-05-17 Thread Ni, Ruiyu
Please give a list of detailed steps about what you did to try UDK Debugger. From: Kan Qiu [mailto:kan...@osbase.com] Sent: Sunday, May 17, 2015 1:43 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Debug UEFI driver using EDKII Hi I'm new to EDKII. I need to write a UEFI driver and I'm ha

Re: [edk2] [Patch 1/2] SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer early

2015-05-14 Thread Ni, Ruiyu
No concerns now:) Remember to change the function header when you check in. Reviewed-by: Ruiyu Ni -Original Message- From: Fan, Jeff Sent: Friday, May 15, 2015 10:09 AM To: Ni, Ruiyu; edk2-devel@lists.sourceforge.net Subject: RE: [Patch 1/2] SourceLevelDebugPkg/DxeDebugAgent

Re: [edk2] [PATCH] CorebootPayloadPkg: Replace PciHostBridge driver with PciRootBridgeNoEnumeration

2015-05-14 Thread Ni, Ruiyu
om: Ma, Maurice Sent: Saturday, May 9, 2015 6:33 AM To: Justen, Jordan L; Agyeman, Prince Cc: reza.jel...@tuhh.de; Zeng, Star; Ni, Ruiyu; ler...@redhat.com; edk2-devel@lists.sourceforge.net Subject: RE: [edk2] [PATCH] CorebootPayloadPkg: Replace PciHostBridge driver with PciRootBridgeNoEnumerat

Re: [edk2] [Patch 1/2] SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer early

2015-05-14 Thread Ni, Ruiyu
hanks, Ray -Original Message- From: Fan, Jeff Sent: Thursday, May 14, 2015 4:42 PM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu Subject: [Patch 1/2] SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer early Now Debug Agent library uses Local APIC Timer to implement tim

Re: [edk2] [Patch] Nt32Pkg: Enable new BDS in NT32 platform.

2015-05-10 Thread Ni, Ruiyu
It lists all boot options referenced by BootOrder variable. We will create a feature equivalent UI/Firmware Setup later. -Original Message- From: Justen, Jordan L Sent: Monday, May 11, 2015 2:07 PM To: Ni, Ruiyu; edk2-devel@lists.sourceforge.net Subject: RE: [edk2] [Patch] Nt32Pkg

Re: [edk2] [Patch] MdePkg: Add EFI_LOAD_OPTION definition.

2015-05-09 Thread Ni, Ruiyu
OK. I will commit the patch using the NOTES provide by Felix. Thanks, Ray -Original Message- From: Kinney, Michael D Sent: Saturday, May 9, 2015 12:06 AM To: Felix Poludov; Ni, Ruiyu; edk2-devel@lists.sourceforge.net; Andrew Fish; Kinney, Michael D Subject: RE: [edk2] [Patch] MdePkg

Re: [edk2] [Patch] Nt32Pkg: Enable new BDS in NT32 platform.

2015-05-09 Thread Ni, Ruiyu
up. Sure I will provide a V2 patch to separate the library and DSC/FDF change, with subject prefix fixed. Thanks, Ray -Original Message- From: Justen, Jordan L Sent: Saturday, May 9, 2015 3:38 AM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu Subject: Re: [edk2] [Patch] Nt32Pkg: Enable

Re: [edk2] [Patch] MdePkg: Add EFI_LOAD_OPTION definition.

2015-05-08 Thread Ni, Ruiyu
Poludov; edk2-devel@lists.sourceforge.net; Andrew Fish; Ni, Ruiyu; Kinney, Michael D Subject: RE: [edk2] [Patch] MdePkg: Add EFI_LOAD_OPTION definition. Felix, I agree with your points and agree that the C structure definition from UEFI 2.5 should be added to UefiSpec.h. I would like to see the

Re: [edk2] [Patch] MdeModulePkg: Update FirmwarePerformanceDataTableDxe for LegacyBoot

2015-05-07 Thread Ni, Ruiyu
Reviewed-by: Ruyu Ni -Original Message- From: Liming Gao [mailto:liming@intel.com] Sent: Tuesday, May 5, 2015 2:14 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] MdeModulePkg: Update FirmwarePerformanceDataTableDxe for LegacyBoot Change the code to listen EFI_SW_DX

[edk2] MdeModulePkg: BaseSortLib, UefiBootManagerLib support DXE_RUNTIME_DRIVER.

2015-05-06 Thread Ni, Ruiyu
Signed-off-by: Ruiyu Ni Reviewed-by: Eric Dong dxe_runtime.patch Description: dxe_runtime.patch -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fix media probe

2015-05-05 Thread Ni, Ruiyu
Martin, I agree that your patch works. Just wanted to figure out a better patch. But I haven't got chance to do the investigation yet. Thanks, Ray From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Tuesday, May 5, 2015 10:46 PM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu Cc: R

Re: [edk2] [Patch] MdePkg: Add EFI_LOAD_OPTION definition.

2015-05-05 Thread Ni, Ruiyu
@lists.sourceforge.net Cc: Kinney, Michael D; Ni, Ruiyu Subject: Re: [edk2] [Patch] MdePkg: Add EFI_LOAD_OPTION definition. > On May 1, 2015, at 10:40 AM, Kinney, Michael D > wrote: > > Ray, > > The idea of adding EFI_LOAD_OPTION structure to MdePkg .h files has been > considered bef

Re: [edk2] [Patch V2 00/15] Add pure UEFI Boot Manager

2015-04-27 Thread Ni, Ruiyu
Laszlo, V3 patches were posted to edk2-devel. Sure I will create additional branch for new version of patch in future. Thanks, Ray -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Monday, April 27, 2015 4:17 PM To: Ni, Ruiyu Cc: edk2-devel list; Ard Biesheuvel

Re: [edk2] Proposal: can we create a new mailing list (e.g.: edk2-pa...@lists.sourceforge.net) for patch review?

2015-04-27 Thread Ni, Ruiyu
-devel@lists.sourceforge.net; Ni, Ruiyu Subject: Re: [edk2] Proposal: can we create a new mailing list (e.g.: edk2-pa...@lists.sourceforge.net) for patch review? On 2015-04-26 20:05:30, Ni, Ruiyu wrote: >All, > >Now since more and more people (mostly from IntelJ ) are send

[edk2] Proposal: can we create a new mailing list (e.g.: edk2-pa...@lists.sourceforge.net) for patch review?

2015-04-26 Thread Ni, Ruiyu
All, Now since more and more people (mostly from Intel:) ) are sending patch reviews to edk2-devel mailing list, it brings lots of mails. How about we create a new mailing list like edk2-patch? Regards, Ray -- One dashbo

Re: [edk2] [Patch] ShellPkg: Refine the logic about allocating memory for variable name and data.

2015-04-26 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Qiu, Shumin Sent: Monday, April 27, 2015 9:33 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: FW: [edk2] [Patch] ShellPkg: Refine the logic about allocating memory for variable name and data. Hi Ruiyu, Could you help to review this patch? -Shumin

Re: [edk2] [Patch V2 00/15] Add pure UEFI Boot Manager

2015-04-24 Thread Ni, Ruiyu
machine. Then commit all my patches to that and push to github. Thanks, Ray -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, April 22, 2015 4:42 PM To: Ni, Ruiyu Cc: edk2-devel list; Ard Biesheuvel Subject: Re: [edk2] [Patch V2 00/15] Add pure UEFI Boot

Re: [edk2] [Patch 06/15] OvmfPkg: Fix build failure due to PCD movement.

2015-04-21 Thread Ni, Ruiyu
I tried to set [format]/thread=true but the mails sent from TortoiseGit looks badly formatted. Seems TortoiseGit have a bug on this. -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, April 21, 2015 8:20 PM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fix media probe

2015-04-01 Thread Ni, Ruiyu
Martin, Please check the attached patch. Can it solve your issue? Thanks, Ray From: Tian, Feng [mailto:feng.t...@intel.com] Sent: Thursday, April 2, 2015 9:37 AM To: Olivier Martin Cc: Ronald Cron; edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fix media p

Re: [edk2] [Patch]NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some multi-core processors.

2015-02-27 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Qiu, Shumin [mailto:shumin@intel.com] Sent: Monday, February 9, 2015 9:47 AM To: Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch]NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some multi-core processors. Hi Eri

Re: [edk2] [PATCH] MdeModulePkg/PciBusDxe: Always install PCI enumeration complete protocol

2015-02-25 Thread Ni, Ruiyu
Jordan, PciEnumeratorLight() in original code always runs in gFullEnumeration = FALSE when PcdPciDisableBusEnumeration = TRUE. But PciEnumeratorLight() in your code runs in gFullEnumeration=TRUE when PcdPciDisableBusEnumeration = TRUE for the first root bridge. When gFullEnumeration=TRUE, some h

Re: [edk2] UEFI Source Level Debugging with GCC and Linux

2015-02-15 Thread Ni, Ruiyu
script. Thanks, Ray From: B Cran [mailto:bruce.c...@gmail.com] Sent: Monday, February 16, 2015 1:38 PM To: Ni, Ruiyu Subject: Re: UEFI Source Level Debugging with GCC and Linux Thanks! I got the debugger tool installed on my openSUSE system and it almost works -- I'll wait for the new release

Re: [edk2] [PATCH] MdeModulePkg: mark completion of PCI enumeration in PciEnumeratorLight

2015-02-12 Thread Ni, Ruiyu
riday, February 13, 2015 5:03 AM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu; wei.l...@citrix.com Cc: xen-de...@lists.xen.org Subject: Re: [edk2] [PATCH] MdeModulePkg: mark completion of PCI enumeration in PciEnumeratorLight On 2015-02-11 17:23:26, Ni, Ruiyu wrote: > Wei, > No you can

Re: [edk2] [PATCH] MdeModulePkg: mark completion of PCI enumeration in PciEnumeratorLight

2015-02-11 Thread Ni, Ruiyu
Wei, No you cannot install gEfiPciEnumerationCompleteProtocolGuid in PciEnumeratorLight(). For a real platform, PCI BUS is fully enumerated in PciEnumerator() and later if reconnect happens, it's light enumerated in PciEnumeratorLight(). The protocol should only be installed once in PeiEnumerato

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2015-01-06 Thread Ni, Ruiyu
Thanks. Reviewed-by: Ruiyu Ni ruiyu...@intel.com<mailto:ruiyu...@intel.com> From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Wednesday, January 7, 2015 12:02 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2014-12-22 Thread Ni, Ruiyu
volume descriptor + VolDescriptorOffset += SIZE_2KB; +} ---> for (VolDescriptorOffset = SIZE_32KB; ; VolDescriptorOffset += SIZE_2KB) { ... } Thanks, Ray From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Monday, December 22, 2014 11:21 PM To: Ni, Ruiyu Cc: edk2-de

Re: [edk2] USB host controller on NT32Pkg

2014-12-10 Thread Ni, Ruiyu
Sushil, Just boot to that file: efi\boot\bootia32.efi. Thanks, Ray From: Sushil Kumar Deka [mailto:sushil.d...@csr.com] Sent: Wednesday, December 10, 2014 1:46 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] USB host controller on NT32Pkg Hi Andrew, Thanks for the info. I am planning

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2014-12-09 Thread Ni, Ruiyu
Olivier, Any comments? Thanks, Ray From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: Monday, November 17, 2014 11:07 AM To: Olivier Martin Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM Olivier

Re: [edk2] Change NT32 and DUET platform to use UefiShell instead of EDK Shell

2014-11-23 Thread Ni, Ruiyu
Update the patch to use OVMF style. From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: Friday, November 21, 2014 1:59 PM To: Dong, Eric Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] Change NT32 and DUET platform to use UefiShell instead of EDK Shell Eric, Please check the attached patch

[edk2] Change NT32 and DUET platform to use UefiShell instead of EDK Shell

2014-11-20 Thread Ni, Ruiyu
Eric, Please check the attached patch. It changes NT32 DSC file to use UefiShell by default and use EDK Shell if "-D USE_OLD_SHELL" is supplied in build command line. It changes DUET batch file to use UefiShell by default. Regards, Ray new_shell_nt32_duet.patch Description: new_shell_nt32_duet

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2014-11-16 Thread Ni, Ruiyu
Olivier, I have several comments regarding your patch: 1.if (((2048 % Media->BlockSize) != 0) && (Media->BlockSize > 2048)) { return EFI_NOT_FOUND; } The above check cannot catch the case when Media->BlockSize is 13. So I am wondering maybe "&&" should be "||". Please confirm. 2

Re: [edk2] [Patch] ShellPkg: Refine code style to avoid potential NullPointer dereference.

2014-09-22 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Qiu, Shumin [mailto:shumin@intel.com] Sent: Tuesday, September 23, 2014 2:08 PM To: Carsey, Jaben Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [Patch] ShellPkg: Refine code style to avoid potential NullPointer dereference. Update the patch to use ASSE

[edk2] [Patch] ShellPkg: Return correct exit-code in "exit" command to caller

2014-09-17 Thread Ni, Ruiyu
Hi Olivier, Jaben, The check in r15180 caused the shell always return EFI_ABORTED no matter what exit-code user specifies for "exit" command. It's a critical bug for shell user who does different things upon different exit-codes. The issue is because the error status was returned in the ExitData.

Re: [edk2] [Patch]ShellPkg: Make shell image exit with exit code instead of EFI_ABORTED while exit status is other than SHELL_SUCCESS.

2014-09-12 Thread Ni, Ruiyu
fy the Shell specification. Maybe something like: ‘EFI_SUCCESS The shell manages to start the command’ Thanks, Olivier From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: 12 September 2014 08:58 To: Olivier Martin; 'Phillips, Chris J (BCS CFE) (chr...@hp.com<mailto:chr...@hp.com>)

Re: [edk2] [Patch]ShellPkg: Make shell image exit with exit code instead of EFI_ABORTED while exit status is other than SHELL_SUCCESS.

2014-09-12 Thread Ni, Ruiyu
Hi Oliver, Why did you check in the patch to put the exit-code in ExitData? In my opinion, unless Shell spec defines that the exit-code can be got from the ExitData, putting the exit-code in ExitData and always returning EFI_ABORTED doesn't make sense to the caller. >From the current wording in

Re: [edk2] [PATCH] FatPkg: Enable stack protection

2014-09-09 Thread Ni, Ruiyu
Checked into r92. Sorry for the delay. From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Tuesday, September 09, 2014 11:52 PM To: Ni, Ruiyu; Justen, Jordan L; Gao, Liming Cc: edk2-devel@lists.sourceforge.net Subject: RE: [PATCH] FatPkg: Enable stack protection Any update on this one

Re: [edk2] [PATCH 1/3] Move BasePathLib from ShellPkg to MdeModulePkg

2014-09-03 Thread Ni, Ruiyu
Jaben, Do you agree to rename PathCleanUpDirectories to PathNormalize? Thanks, Ray -Original Message- From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Wednesday, September 03, 2014 11:27 PM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu; Tian, Feng Cc: Ronald Cron; Carsey

Re: [edk2] [PATCH] MdePkg: Add PMC/PMCSR definitions

2014-08-25 Thread Ni, Ruiyu
Checked in @15895 From: El-Haj-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Saturday, August 23, 2014 7:09 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdePkg: Add PMC/PMCSR definitions Dear MdePkg maintainers, Please find the attached patch that adds some PCI Po

Re: [edk2] [PATCH] MdePkg: Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4

2014-08-25 Thread Ni, Ruiyu
Check in @15894. From: El-Haj-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Saturday, August 23, 2014 7:13 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdePkg: Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4 Dear MdePkg maintainers, Please find the a

Re: [edk2] [PATCH] IntelFrameworkModulePkg/SourceLevelDebugPkg : Fix comment typos

2014-08-19 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Dong, Eric [mailto:eric.d...@intel.com] Sent: Tuesday, August 19, 2014 5:20 PM To: Sergey Isakov Cc: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] IntelFrameworkModulePkg/SourceLevelDebugPkg : Fix comment typos Hi Sergey, Please help to review this patch

Re: [edk2] [PATCH 1/3] Move BasePathLib from ShellPkg to MdeModulePkg

2014-08-14 Thread Ni, Ruiyu
I think maybe PathCleanUpDirectories is not a good name to describe this API's behavior. It's a API to normalize the file path but do nothing to the directory content. Would "PathNormalize" be better? -Original Message- From: Carsey, Jaben [mailto:jaben.car...@intel.com] Sent: Friday, A

Re: [edk2] DuetPkg may overwrite EBDA area

2014-06-22 Thread Ni, Ruiyu
Sava, I agree if EbdaAddress is above the 1MB_END, we can safely use the memory from 1MB_START to 1MB_END. But I don’t understand why we still use the same memory region when EbdaAddress <0x9A000. Thanks, Ray From: A. Sava [mailto:asava@gmail.com] Sent: Sunday, June 08, 2014 9:18 AM To: ed

Re: [edk2] cannot load smm drivers symbol when enable source level debug through com port

2014-06-22 Thread Ni, Ruiyu
Could you please run "lm" in WinDbg to check whether the SMM driver is in the list? Thanks, Ray From: owen [mailto:pengxianb...@byosoft.com.cn] Sent: Friday, June 20, 2014 10:40 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] cannot load smm drivers symbol when enable source level debug

Re: [edk2] [PATCH] MdeModulePkg: PciBusDxe: fix lifetime of PciIoDevice->DevicePath

2014-06-18 Thread Ni, Ruiyu
Williamson, Thanks for fixing this issue. The patch was committed @ r15567. Thanks, Ray -Original Message- From: Alex Williamson [mailto:alex.william...@redhat.com] Sent: Thursday, June 19, 2014 12:59 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] MdeModulePkg: PciBusDxe

Re: [edk2] ShellPkg: Patch to enhance the output around GOP protocol

2014-04-29 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Tuesday, April 29, 2014 12:49 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Patch to enhance the output around GOP protocol Ray, Can you review this? The STR_GOP_DUMP_MAIN string in the UNI is the change

Re: [edk2] ShellPkg: Return the failure

2014-01-15 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Thursday, January 16, 2014 5:59 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Return the failure Ray, Can you review please? ShellPkg: Return the failure This change returns the error code when they

Re: [edk2] assertion failure in Shell when scrolling back

2014-01-14 Thread Ni, Ruiyu
Still no luck to reproduce it in OVMF. -Original Message- From: Ni, Ruiyu Sent: Wednesday, January 15, 2014 9:52 AM To: Carsey, Jaben Cc: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] assertion failure in Shell when scrolling back I cannot reproduce it in NT32 as well. I will try

Re: [edk2] assertion failure in Shell when scrolling back

2014-01-14 Thread Ni, Ruiyu
I cannot reproduce it in NT32 as well. I will try OVMF and let you know. -Original Message- From: Carsey, Jaben Sent: Tuesday, January 14, 2014 3:02 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: RE: [edk2] assertion failure in Shell when scrolling back

Re: [edk2] ShellPkg: Fix command line parsing for script files (%1, %1, etc...)

2014-01-12 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Saturday, January 11, 2014 1:10 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Fix command line parsing for script files (%1, %1, etc...) Ray, Can you verify this please? ShellPkg: Fix command line

Re: [edk2] ShellPkg: add the last PCIe extended capability decodings

2014-01-10 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Bjorge, Erik C Sent: Saturday, January 11, 2014 6:27 AM To: Carsey, Jaben; Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: RE: ShellPkg: add the last PCIe extended capability decodings Reviewed-by: Erik Bjorge mailto:erik.c.bjo...@intel.com>> From:

Re: [edk2] MdePkg: add missing #defines for decoding PCIe 2.1 extended capability structures

2014-01-10 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni From: Bjorge, Erik C Sent: Saturday, January 11, 2014 6:16 AM To: Carsey, Jaben; Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: RE: MdePkg: add missing #defines for decoding PCIe 2.1 extended capability structures Reviewed-by: Erik Bjorge mailto:erik.c.bjo

Re: [edk2] ShellPkg: remove potential memory leak with new apps on old shell

2014-01-09 Thread Ni, Ruiyu
The patch looks good to me. Reviewed-by: Ruiyu Ni mailto:ruiyu...@intel.com>> From: Carsey, Jaben Sent: Friday, January 10, 2014 6:16 AM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu Cc: Carsey, Jaben Subject: ShellPkg: remove potential memory leak with new apps on old shell Ray, C

Re: [edk2] ShellPkg: remove double free operation

2014-01-09 Thread Ni, Ruiyu
The patch looks good to me. Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Friday, January 10, 2014 6:15 AM To: edk2-devel@lists.sourceforge.net; Ni, Ruiyu Cc: Carsey, Jaben Subject: ShellPkg: remove double free operation Ray, Can you review this? ShellPkg: remove double free operation

Re: [edk2] ShellPkg: remove memory leak in file handle list

2014-01-08 Thread Ni, Ruiyu
The patch is good. Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Thursday, January 09, 2014 3:25 AM To: Ni, Ruiyu Cc: 'edk2-devel@lists.sourceforge.net'; Carsey, Jaben Subject: ShellPkg: remove memory leak in file handle list Ray, Can you verify this please? ShellPkg: remove memo

Re: [edk2] ShellPkg: Fix NSH parsing

2014-01-08 Thread Ni, Ruiyu
The patch is good for some NSH script files which contain lots of lines of comments though it only filters out only the lines whose very first char is '#'. Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Thursday, January 09, 2014 3:30 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourc

Re: [edk2] ShellPkg: Remove memory leak from file list usage

2014-01-08 Thread Ni, Ruiyu
The patch is good. Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Thursday, January 09, 2014 3:32 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Remove memory leak from file list usage Ray, Can you verify this please? ShellPkg: Remove memory leak

Re: [edk2] ShellPkg: Add more output to PCI command

2014-01-08 Thread Ni, Ruiyu
Jaben, You change looks good. Reviewed-by: Ruiyu Ni From: Carsey, Jaben Sent: Thursday, January 09, 2014 1:31 AM To: Ni, Ruiyu Cc: 'edk2-devel@lists.sourceforge.net'; Carsey, Jaben Subject: ShellPkg: Add more output to PCI command Ray, Can you verify this please? ShellPkg: Add more

  1   2   >