audk/MdeModulePkg/Universal/Network
lgao4 ac7e320cb8 Remove NibbleToHexChar() function from BaseLib
Move IsHexDigit, BufToHexString, HexStringToBuf from BaseLib to MdeModulePkg IfrSupportLib. The reason is:
1) IsHexDigit function provides the logic to check Hex Digit and convert it to Decimal value, which is required by IScsi LUN and HII user input. But this logic is not provided by any functions in MdeLib. So, it can't be deleted. It is moved to IfrSupportLib.
2) BufToHexString function converts a array of buffers to hex string. If the buffer length is less than sizeof (UINT64), it can be directly replaced by UnicodeValueToString(). But HII modules may use BufToHexString to convert the buffers whose length > sizeof (UINT64). For example:
.\MdeModulePkg\Universal\HiiDatabaseDxe\ConfigRouting.c line 201, 1148
.\Universal\SetupBrowserDxe\Setup.c line line 1457, 1503
Like this case, it is not easy to use UnicodeValueToString to replace BufToHexString. So, BufToHexString is still kept. Because such usages are in HII modules, this function is moved to IfrSupportLib. 
3) HexStringToBuf is moved to IfrSupportLib. The reason is similar to BufToHexString.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6782 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-01 02:32:12 +00:00
..
ArpDxe remove the unused msa files in MdeModulePkg. 2008-08-25 05:03:29 +00:00
Dhcp4Dxe synced function header 2008-11-18 14:30:46 +00:00
DpcDxe Clean codes per ECC. 2008-06-30 07:20:33 +00:00
IScsiDxe Remove NibbleToHexChar() function from BaseLib 2008-12-01 02:32:12 +00:00
Ip4ConfigDxe Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header file. The module should include these files before include the Protocol/Ppi/Guid/Library header files. 2008-10-14 15:34:00 +00:00
Ip4Dxe synced function header 2008-11-18 09:29:44 +00:00
MnpDxe 1. Fixed issue when calculating timeout value in timeout function in MNP module. 2008-12-01 01:59:45 +00:00
Mtftp4Dxe Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. 2008-10-30 06:05:06 +00:00
PxeBcDxe Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. 2008-10-31 02:04:40 +00:00
PxeDhcp4Dxe Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. 2008-10-30 06:05:06 +00:00
SnpDxe sync comments, fix function header, rename variable name to follow coding style. 2008-11-13 03:42:21 +00:00
Tcp4Dxe Fix coding style issues for Tcp4Dxe driver. 2008-11-28 08:32:24 +00:00
Udp4Dxe 1. Fixed issue when calculating timeout value in timeout function in MNP module. 2008-12-01 01:59:45 +00:00
UefiPxeBcDxe 1. Fixed issue when calculating timeout value in timeout function in MNP module. 2008-12-01 01:59:45 +00:00