audk/ShellPkg/Library
ydong10 a7e57bd9e0 The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen eugene@hp.com
Reviewed-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13597 6f19259b-4bc3-4df7-8a09-765794883524
2012-08-07 00:54:29 +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 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
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 The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly. 2012-08-07 00:54:29 +00:00
UefiShellDriver1CommandsLib ShellPkg: Fix en-US characters that are outside the Basic Latin character set range 2012-06-12 17:22:19 +00:00
UefiShellInstall1CommandsLib Enhance code to more safely and follow coding style. 2012-04-26 02:00:30 +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 Roll back the change which caused build fail 2012-07-26 05:42:43 +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