qwang12 
							
						 
					 
					
						
						
							
						
						53dff89953 
					 
					
						
						
							
							Update function comment.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6821  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-03 14:22:56 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						e6b7d45e9d 
					 
					
						
						
							
							Code scrub for PlatformBdsLibNull.inf library instance.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6801  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-02 08:09:28 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						11e9250309 
					 
					
						
						
							
							Add GetCurrentLanguage() to HiiLib in MdeModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6758  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-27 07:43:56 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						ebafc55b92 
					 
					
						
						
							
							Add additional comments for structure definition.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6750  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-27 04:53:43 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						f875a4f16e 
					 
					
						
						
							
							1) Change the return type of IfrLibFreeUpdateData to VOID.  
						
						... 
						
						
						
						2) Remove some unused #include and library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6747  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-27 02:34:39 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						519f076a47 
					 
					
						
						
							
							1.retried graphics library class from MdePkg  
						
						... 
						
						
						
						2.retried graphics library instance from MdeModulePkg
3.Move EnableQuietBoot(), DisableQuietBoot() and LockKeyboards() into GenericBdsLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6691  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-24 05:49:59 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						35d59af39e 
					 
					
						
						
							
							1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.  
						
						... 
						
						
						
						2) VfrCompiler in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
3) HII Thunk module nows support Narrow Font registered using Framework New Pack HII interface.
4) Fix a bug in IfrLibCreatePopUp2 by updating the prototype. The previous way of using VA_START to get the address of parameter in the argument list and expecting the parameters that follows will be found using VA_ARG macro is wrong. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6673  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-21 15:08:07 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						0bcd913074 
					 
					
						
						
							
							Refine the prototype of CheckMapping() in PlatDriOverLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6553  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-17 02:45:37 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						4c76e9cc9a 
					 
					
						
						
							
							Add FvbServiceLib, HiiLib & IfrSupportLib.h  
						
						... 
						
						
						
						They originate from MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6502  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-13 08:41:24 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						1232b21473 
					 
					
						
						
							
							1, Add <Library/DevicePathLib.h> for all source that use device path utility macros  
						
						... 
						
						
						
						2, Add DevicePathLib library class to module's INF that use device path utility macros
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6456  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-11 15:42:40 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						8d00a0f195 
					 
					
						
						
							
							Sync in bug fix from EDK I:  
						
						... 
						
						
						
						1) issue with setup browser and IFR refresh opcode
2) [HII]HIIConfigRoutingExportConfig generate error format of <MultiConfigAltResp>
3) [HII] ConfigRouting->ExtractConfig() will cause overflow
4) [Hii Database] EFI_HII_DATABASE_NOTIFY should be invoked when a string package is created internally when a new String Token is created
5) [PT]HIIConfigAccessProtocolTest fail on NT32uefi
6) Incorrect HII package types in EDK
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6378  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-04 14:28:08 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						97b38d4e35 
					 
					
						
						
							
							Update to use DOS format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6321  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-31 03:46:40 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						190344219a 
					 
					
						
						
							
							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.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6111  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-14 15:34:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						ed66e1bc0d 
					 
					
						
						
							
							clean up the un-suitable ';' location when declaring the functions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-04 09:37:28 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						f02d0c0fe9 
					 
					
						
						
							
							Add comments to MdeModulePkg.dec, Correct minor comments for other files and Add new guided IFR opcode to framework option key value.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5581  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-28 05:51:09 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						6ca46b63d2 
					 
					
						
						
							
							Clean up ExtendedHiiLib, HiiLib, IfrSupportLib, ExtendedIfrSupportLib for Doxygen comments requirement.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5459  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-14 05:30:21 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						2a86ff1cb0 
					 
					
						
						
							
							Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5455  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-11 08:18:17 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						5f597758e2 
					 
					
						
						
							
							Code scrube for MdeModule Definitions.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5428  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-08 13:29:42 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						552b252326 
					 
					
						
						
							
							Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5324  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-06-04 09:55:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						7b414b4ed6 
					 
					
						
						
							
							1. add public functions header.  
						
						... 
						
						
						
						2. apply for doxgen format for file header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5043  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-11 03:36:07 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						504214c487 
					 
					
						
						
							
							Add comments and DoxyGen format for these files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5028  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 07:07:50 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						1e354c0372 
					 
					
						
						
							
							Add function headers & file header for public header files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5023  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 05:44:04 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						e2270e40a4 
					 
					
						
						
							
							Add function headers & file header for PlatformBdsLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5022  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 05:41:16 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						83d26a8193 
					 
					
						
						
							
							Add function headers & file header for GenericBdsLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5021  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 05:40:48 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						af823bdc07 
					 
					
						
						
							
							Clean up the unused macro.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4951  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-25 07:21:24 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						d1d249a7b6 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						1) Remove EFI_SPECIFICATION_VERSION as modules and libraries in MdeModule complies to UEFI 2.0 and later.
[Impaction]:
No
[Reference Info]:
No.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4857  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-15 05:06:24 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						25ca163d0c 
					 
					
						
						
							
							Fix GCC building warning.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4809  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-10 05:46:29 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						2ae8963ce8 
					 
					
						
						
							
							Add comments for parameter.  
						
						... 
						
						
						
						Add ASSERT for the input parameters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4749  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-25 06:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e733f54213 
					 
					
						
						
							
							remove some commented code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4694  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-15 01:28:54 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e48e37fce2 
					 
					
						
						
							
							Use Mde library and definition instead of some native definitions in NetLib, to simply network library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4693  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-14 09:40:22 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						9226efe5eb 
					 
					
						
						
							
							1) Cleanup HiiLib, IfrSupportLib.  
						
						... 
						
						
						
						2) Add ExtendedHiiLib and ExtendedIfrSupportLib which implement APIs that require the OPcode and Device Path which is specific to Intel's implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4662  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-02 13:15:44 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						93e3992d1e 
					 
					
						
						
							
							UEFI HII: Merge UEFI HII support changes from branch.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4599  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-21 14:39:56 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						3012ce5cf7 
					 
					
						
						
							
							1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBinding protocol.  
						
						... 
						
						
						
						2. Sync bugs in console modules.
3. Sync bugs in PlatDriOverLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4571  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-17 05:56:45 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						b290614d49 
					 
					
						
						
							
							Port PlatformDriOverrideDxe into R9.  
						
						... 
						
						
						
						1. Add one OverrideVariableGuid in MdeModulePkg
2. Add one library PlatDriOverLib used by PlatformDriOverrideDxe.
3. Add PlatformDriOverrideDxe in MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4557  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-16 09:04:43 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						6a690e23d7 
					 
					
						
						
							
							add iSCSI protocol  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4423  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-12-24 02:20:21 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						c4a62a12c2 
					 
					
						
						
							
							Sync the latest version from R8.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4400  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-12-18 07:01:23 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						0537d50f85 
					 
					
						
						
							
							Add Capsule library  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4360  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-12-05 07:07:13 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						36ee91ca36 
					 
					
						
						
							
							1. Add DPC protocol and DpcLib library in MdeModulePkg.  
						
						... 
						
						
						
						2. Add DpcDxe module and DxeDpcLib module in MdeModulePkg
3. Port network stack module to use DPC.
4. Use MIN, and MAX defined in MdePkg to replace NET_MIN and NET_MAX.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4307  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-20 05:42:23 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						c58cf83da2 
					 
					
						
						
							
							Remove PeCoffLoader library class and its instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3967  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-09-28 08:48:41 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						da1d02010d 
					 
					
						
						
							
							Clear up network stack to use R9 MdeLib:  
						
						... 
						
						
						
						1.Use driver model APIs in UefiLib
2.Register Unload Image in INF/MSA to be included in autogen code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3962  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-09-28 06:02:01 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						e8da1266b9 
					 
					
						
						
							
							Change the function name.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3933  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-09-27 03:20:28 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						4fb31c2c58 
					 
					
						
						
							
							1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg  
						
						... 
						
						
						
						2) Add NULL instance for above library classes in MdeModulePkg
3) Add Framework implement library instance for above two library classes in IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3930  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-09-26 09:35:36 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						01750eb0aa 
					 
					
						
						
							
							Changed the code style. it could pass EBC and ICC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3781  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-09-06 02:53:47 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						30143b1581 
					 
					
						
						
							
							Import ResetSystemLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3720  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-28 03:01:58 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e5e12de7d0 
					 
					
						
						
							
							1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library.  
						
						... 
						
						
						
						2. Fixed one porting bug in Udp4Impl.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3717  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-27 09:17:26 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						84b5c78e89 
					 
					
						
						
							
							Make MdeModulePkg GCC clean.  
						
						... 
						
						
						
						It also pass ICC+IPF and MYTOOLS+EBC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3711  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-27 03:33:51 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						772db4bb33 
					 
					
						
						
							
							Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3492  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-30 02:37:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						4eb65aff71 
					 
					
						
						
							
							Fixed EBC build issues.  
						
						... 
						
						
						
						Fixed ICC build issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3431  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-25 05:32:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						8a67d61da4 
					 
					
						
						
							
							Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3416  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-24 08:06:37 +00:00