audk/ShellPkg/Library
mdkinney f330ff35dc Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>

1) ShellPkg/Library/UefiHandleParsingLib
    a. UefiHandleParsingLib.c – ConvertHandleToHandleIndex() and ConvertHandleIndexToHandle()
        i. Update to work correctly when handles are destroyed due to driver disconnect operations.  Same handle index is never reused.
    b. UefiHandleParsingLib.c – ParseHandleDatabaseByRelationshipWithType() and ParseHandleDatabaseForChildControllers()
        i. Expand to handle Service Binding Protocol usage such as Network stack.
2) ShellPkg/Library/UefiShellDriver1CommandsLib
    a. DevTree.c – Fix bug where the same handle is shown more than once.
    b. Dh.c – Fix use of GetDriverName() and GetDriverImageName().  The status returned must always be evaluated. 
    c. Disconnect.c – Remove requirement that a handle being disconnected must support Device Path Protocol.  This prevents driver model handles without device paths from being disconnected (i.e. Network Stack)
    d. OpenInfo.c – Fix bug when showing open info about a ControllerHandle that has been destroyed due to a disconnect or an unload operation.
    e. UefiShellDriver1CommandsLib.uni – Fix “drivers” command formatting when handle indexes have more than 2 characters.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13786 6f19259b-4bc3-4df7-8a09-765794883524
2012-10-05 22:26:25 +00:00
..
BasePathLib ShellPkg: fix support for "\" (or "\.") meaning root of drive. 2011-09-20 21:01:34 +00:00
BaseSortLib Refine comments and two code style. 2011-09-02 08:05:34 +00:00
UefiFileHandleLib ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. 2012-05-30 17:34:16 +00:00
UefiHandleParsingLib Contributed-under: TianoCore Contribution Agreement 1.0 2012-10-05 22:26:25 +00:00
UefiShellCEntryLib remove empty sections in INF files. 2011-06-08 18:28:03 +00:00
UefiShellCommandLib ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. 2012-05-30 17:34:16 +00:00
UefiShellDebug1CommandsLib Refine code to make it more safely. 2012-09-10 09:35:43 +00:00
UefiShellDriver1CommandsLib Contributed-under: TianoCore Contribution Agreement 1.0 2012-10-05 22:26:25 +00:00
UefiShellInstall1CommandsLib Change Bcfg.c to use the new definition of EFI_KEY_OPTION. 2012-08-27 05:05:24 +00:00
UefiShellLevel1CommandsLib ShellPkg: Fix en-US characters that are outside the Basic Latin character set range 2012-06-12 17:22:19 +00:00
UefiShellLevel2CommandsLib ShellPkg: Fix en-US characters that are outside the Basic Latin character set range 2012-06-12 17:22:19 +00:00
UefiShellLevel3CommandsLib ShellPkg: Fix en-US characters that are outside the Basic Latin character set range 2012-06-12 17:22:19 +00:00
UefiShellLib Fix always allocate memory issue. 2012-09-07 01:55:33 +00:00
UefiShellNetwork1CommandsLib ShellPkg: Fix en-US characters that are outside the Basic Latin character set range 2012-06-12 17:22:19 +00:00
UefiSortLib ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. 2012-05-30 17:34:16 +00:00