[edk2] [PATCH] ShellPkg: Update dh command to reflect correct driver field information

2017-06-27 Thread Tapan Shah
dh command gets driver name and wrongly prints it as 'Child [handle]'. It should print it as 'Driver Name [handle]'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellDriver1CommandsLi

[edk2] [PATCH] ShellPkg: dh command gets driver name and wrongly prints it as 'Child [handle]'. It should print it as 'Driver Name [handle]'.

2017-06-27 Thread Tapan Shah
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c | 3 ++- .../UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | 4 ++-- 2 files changed, 4 inse

[edk2] [PATCH] ShellPkg: Update dh command to reflect correct driver field information

2017-06-26 Thread Tapan Shah
dh command gets driver name and prints it as 'Child [handle]' instead of printing it as 'Driver Name [handle]'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c

[edk2] [PATCH] ShellPkg: Fix typo errors in ifconfig help output

2017-06-09 Thread Tapan Shah
Found few instances where IPv4 and DHCPv4 spelled incorrectly as IP4 and DHCP4 respectively. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- .../UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni| 5 +++-- 1 file c

[edk2] [PATCH] ShellPkg: Add missing header line for SFO flag in 'cls' command

2016-12-08 Thread Tapan Shah
Adding a missing header line for 'cls -sfo' command Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c| 1 + .../Library/UefiShellLevel3Comma

[edk2] [PATCH] ShellPkg: print only valid characters for file overwrite prompt

2016-10-28 Thread Tapan Shah
When copy command prompts to overwrite an existing file, pressing backspace continuously removes everything including the shell prompt. So print only valid characters for file overwrite prompt. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.

[edk2] [PATCH] ShellPkg: handle '-t or -terse' and '-s' flags for 'ver' command properly

2016-10-24 Thread Tapan Shah
'-t or -terse' and '-s' flags are multiple exclusive So when both flags are used together, command should report an error message. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellLevel3CommandsLib/Ver.

[edk2] [PATCH] ShellPkg:‘cd \’ command fails to go back to the root directory of a file system

2016-10-07 Thread Tapan Shah
1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c index 2

[edk2] [PATCH] ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructor

2016-10-05 Thread Tapan Shah
Move gEfiUnicodeCollation2ProtocolGuid protocol outside of UefiShellLib constructor function. Locate gEfiUnicodeCollation2ProtocolGuid protocol in ShellOpenFileByName() which consumes this protocol API. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapa

[edk2] [PATCH] ShellPkg: Update help output for disconnect command

2016-09-23 Thread Tapan Shah
Minor changes to match help output notes for disconnect command with UEFI Shell 2.2 specification document. Few other formatting changes to fit the help output in 80x25 screen size. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.

[edk2] [PATCH] ShellPkg: Add Persistent Memory support in 'memmap' command

2016-09-22 Thread Tapan Shah
As per ECR 1416, latest UEFI Shell 2.2 Specification has added Persistent Memory support in 'memmap' command. --- ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c| 13 ++--- .../UefiShellDebug1CommandsLib.uni | 3 ++- 2 files changed, 12

[edk2] [PATCH] ShellPkg: Add '-nc' flag support in 'disconnect' command

2016-09-22 Thread Tapan Shah
. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- .../Library/UefiShellDriver1CommandsLib/Disconnect.c | 18 +- .../UefiShellDriver1CommandsLib.uni| 14 +++--- 2 files changed, 28 insertions

[edk2] [PATCH] ShellPkg: Expand special output file to include "NULL" and case insensitive

2016-09-22 Thread Tapan Shah
put file and checked as case insensitive. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Application/Shell/ShellParametersProtocol.c | 3 ++- ShellPkg/Application/Shell/ShellProtocol.c | 6 -- ShellPkg/Li

[edk2] [PATCH] ShellPkg: Expand special output file to include "NULL" and case insensitive

2016-09-22 Thread Tapan Shah
put file and checked as case insensitive. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Application/Shell/ShellParametersProtocol.c | 3 ++- ShellPkg/Application/Shell/ShellProtocol.c | 6 -- ShellPkg/L

[edk2] [PATCH] ShellPkg: Remove current working dir path ".; " from 'path' variable

2016-09-21 Thread Tapan Shah
As per ECR 1349, latest UEFI Shell 2.2 specification has removed current working directory path ".;" from a default 'path' environment variable as current working directory always search first in system. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Sha

[edk2] [PATCH] MdeModulePkg/RamDiskDxe: Add RAW Ramdisk size change support in HII form

2016-06-02 Thread Tapan Shah
Fix an issue where RAW disk size change was not stored back to the variable store. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.c | 5 + 1 file changed, 5 insertions(+)

[edk2] [PATCH] MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk HII

2016-06-02 Thread Tapan Shah
Adding an option in HII menu so user can choose memory type to use when creating a RAM Disk in system. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- .../Universal/Disk/RamDiskDxe/RamDiskHii.vfr | 12 .../Disk/RamD

[edk2] [PATCH] MdeModulePkg: Add Reserved/BS_Data Memory Type select option support in RAM Disk HII Menu

2016-06-02 Thread Tapan Shah
Adding an option in HII menu so user can choose memory type to use when creating a RAM Disk in system. Also fixing an issue where RAW disk size change was not stored back to the variable store. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.

[edk2] [PATCH] ShellPkg: Fix typos and EDK2 coding style issues

2016-04-27 Thread Tapan Shah
Fixing typos and EDK2 coding style issues found from previous submit Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- .../UefiHandleParsingLib/UefiHandleParsingLib.c | 20 ++-- 1 file changed, 10 insertions(

[edk2] [PATCH] ShellPkg: Enahance 'dh' command to add more protocols decoding support

2016-04-22 Thread Tapan Shah
Adding EdidDiscovered, EdidActive protocol decode support a in 'dh' command. Extending GraphicsOutput protocol decoding to list all supported GOP resolutions. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapands...@hpe.com> --- ShellPkg/Include/L