vanjeff 
							
						 
					 
					
						
						
							
						
						e285199897 
					 
					
						
						
							
							refine the code and add more security check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9691  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-08 02:35:56 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						1204fe8319 
					 
					
						
						
							
							Code clean up in NetLib:  
						
						... 
						
						
						
						1. Add GLOBAL_REMOVE_IF_UNREFERENCED to all globals
2. Update NTOHL and NTOHS to be BaseLib func SwapBytes32/SwapBytes16
3. Remove duplicate NET_SWAP_SHORT (to use NTOHS instead)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9648  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-30 13:44:11 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						6ee21b60a8 
					 
					
						
						
							
							The functionality of PXE Base Code protocol will not be stopped, when downloading is successfully.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9512  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-04 03:01:52 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						8f8bfa5b85 
					 
					
						
						
							
							Fixed the bug that not to stop PXE functionality when PXE meeting some failure. And enhanced DriverBindingStop() to stop PXE functionality if PXE was still alive.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9478  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-25 01:36:54 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						766c7483c3 
					 
					
						
						
							
							Update network drivers to use FreePool() instead of gBS->FreePool().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9424  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-13 06:13:59 +00:00 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						f6b7393ceb 
					 
					
						
						
							
							[Change summary]:  
						
						... 
						
						
						
						1. Update NetLib to a combined NetLib support dual network stack:
1) Add Network Debug facility for IPv4 stack.
2) Extend the library APIs to support IPv6 stack:
   a. NetIp6IsUnspecifiedAddr
   b. NetIp6IsLinkLocalAddr   
   c. NetIp6IsNetEqual
   d. NetLibCreateIPv6DPathNode.
   e. NetIp6PseudoHeadChecksum
   f. NetIp6IsValidUnicast
3) Update the structure definitions:
   a. Update NET_BUF to add EFI_IP6_HEADER and EFI_UDP_HEADER
   b. Add NET_IP6_PSEUDO_HDR
4) Update Ip4IsUnicast to NetIp4IsUnicast
2. Update the impacted modules to adopt the combined NetLib.
3. Clean up coding style errors in all network drivers and libraries.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9391  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-04 08:18:34 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						31f228cfc0 
					 
					
						
						
							
							Make end of line consistent caused by previous check in.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9183  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-24 15:35:55 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						248515801a 
					 
					
						
						
							
							Integrate the patch contributed by Andrew Fish to port MdeModulePkg to support ARM.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9174  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-24 15:22:14 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						2ce5c88a7a 
					 
					
						
						
							
							Use siaddr in DHCP packet, if zero, use option 54 instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9066  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-14 02:37:23 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						0adb8a3c47 
					 
					
						
						
							
							Fixed build issue on GCC compiler. This issue is introduced by one mistaken in one checking-in on Main trunk only. The patch(MdeModulePkg.patch) for EFI_MTFTP4_TOKEN based on MdePkg release 1.00 has no this issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9009  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-27 02:07:20 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						ea886bef0a 
					 
					
						
						
							
							Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9005  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-24 17:36:07 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						944bf8db90 
					 
					
						
						
							
							fixed ASSERT condition issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8961  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-17 04:17:56 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						d8d26fb207 
					 
					
						
						
							
							Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8897  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-11 22:51:51 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						7b0ae7e82a 
					 
					
						
						
							
							add security check.  
						
						... 
						
						
						
						update functions comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8832  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-09 08:54:39 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						890986ca2a 
					 
					
						
						
							
							add security check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8819  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-08 09:42:16 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						894d038a8d 
					 
					
						
						
							
							add security check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8680  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-29 09:19:25 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						39941daf90 
					 
					
						
						
							
							Fix incorrect error handling when PXE boot timeout.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8675  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-29 03:42:33 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						434ce3feca 
					 
					
						
						
							
							sync tracker:PXE misused the parameter of second since boot in DHCP header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8496  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-08 02:13:36 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						20610fa85c 
					 
					
						
						
							
							Update module to show real dependencies on the MemoryAllocationLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8374  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-21 18:36:30 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						0254efc01e 
					 
					
						
						
							
							Replace references to RFC 3066 with RFC 4646.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8212  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-30 05:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						169a34619b 
					 
					
						
						
							
							Use default UNDI information if NII protocol not exists.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8082  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-14 08:52:06 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						6d3ea23f11 
					 
					
						
						
							
							Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8062  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-10 20:58:18 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						319075ff6e 
					 
					
						
						
							
							1. sync PXE boot trackers for Windows 2008 server.  
						
						... 
						
						
						
						2. fixed one bug for SetIpfilter().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7886  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-16 06:45:46 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						2517435c8d 
					 
					
						
						
							
							Clean Network Driver to include Uefi.h, not PiDxe.h.  
						
						... 
						
						
						
						Network driver don't depend on PI definition.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7479  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-09 02:59:07 +00:00 
						 
				 
			
				
					
						
							
							
								jgong5 
							
						 
					 
					
						
						
							
						
						d59b8b55d7 
					 
					
						
						
							
							fixed more issues by scrubbing.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7457  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-06 05:47:32 +00:00 
						 
				 
			
				
					
						
							
							
								jgong5 
							
						 
					 
					
						
						
							
						
						81b0761486 
					 
					
						
						
							
							Synced function header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7453  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-06 05:11:15 +00:00 
						 
				 
			
				
					
						
							
							
								jgong5 
							
						 
					 
					
						
						
							
						
						f737cfb953 
					 
					
						
						
							
							code scrub for UefiPxeBcDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7452  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-06 05:07:34 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						f3f2e05db8 
					 
					
						
						
							
							Clean up to update the reference of the these macros:  
						
						... 
						
						
						
						EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7056  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-16 15:34:21 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						d354ab7ff9 
					 
					
						
						
							
							1)Global variables have been moved backward ahead of functions.  
						
						... 
						
						
						
						2)INF comments have been reviewed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6839  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-04 07:12:25 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						1987397326 
					 
					
						
						
							
							Changed the POLL&TIMEOUT timer values from 50ms to 10ms.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6837  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-04 07:00:57 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						cfc8865f17 
					 
					
						
						
							
							Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6818  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-03 09:08:05 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						48bd50c5a1 
					 
					
						
						
							
							1. Fixed issue when calculating timeout value in timeout function in MNP module.  
						
						... 
						
						
						
						2. Added and refine some comments.
3. Enable UefiPxeBc Module to accept all broadcast packets for UDP Read&Write interface.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6781  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-01 01:59:45 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						555e76f83f 
					 
					
						
						
							
							Refine MdeModulePkg to pass GCC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6575  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-18 07:01:14 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						30368135ac 
					 
					
						
						
							
							Update to use DOS format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6340  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-31 04:40:51 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						fe1e36e550 
					 
					
						
						
							
							Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6296  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-30 06:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						05c0e3cb8a 
					 
					
						
						
							
							1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec  
						
						... 
						
						
						
						[Root Cause Analysis]
The PXE offer selection in the PXE driver is splitted into two passes and the two passes are required to follow the same flow. However, in current code, there is some difference between the two.
[Solution]
make the second offer selection pass exactly match the first one.
2. Fixed one bug when allocating pool for UDP transmit packet.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5932  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-19 07:12:23 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						e872988180 
					 
					
						
						
							
							remove the unused msa files in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5726  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-25 05:03:29 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						d3f1611730 
					 
					
						
						
							
							Update some module INF files in MdeModulePkg to "UEFI_DRIVER"  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5676  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-18 09:18:44 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						619eff3f29 
					 
					
						
						
							
							clean EBC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5342  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-06-12 06:51:09 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						a8fb9d68f1 
					 
					
						
						
							
							Support EBC for UefiPxeBcDxe module.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5330  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-06-05 02:45:24 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						8792362f22 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						Problem with PXE boot to Windows Server 2008 install. The reason is that UdpRead and UdpWrite interfaces cannot work well with the same UDP instance.
[Solution]
 Use separate instances for UDP Read and UDP write in UefiPxeBC module.
[Impaction]:
 UefiPxeBcDxe and Udp4Dxe module.
[Reference Info]:
 EDK tracker 1133 - Problem with PXE boot to Windows Server 2008 install. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5303  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-05-27 03:34:39 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						58bba9401d 
					 
					
						
						
							
							sync alignment issue on IPF.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4987  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-03 05:58:21 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						aa6c4e3c99 
					 
					
						
						
							
							fixed bug in stop() function, that made stop() failure.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4986  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-03 05:51:57 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						5c88defe6d 
					 
					
						
						
							
							remove debug code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4982  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-02 09:00:43 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						982a9eaea2 
					 
					
						
						
							
							enhanced UefiPxeBcDxe to support  
						
						... 
						
						
						
						1. AutoArp. 2. SendGuid. 3 TftpError. 4. IcmpError. 5. RouteTable. 6. ArpCache.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4981  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-02 08:45:36 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						344177857f 
					 
					
						
						
							
							edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h  
						
						... 
						
						
						
						Fix filename case(sensitivity) issues. (Smbios.h -> SmBios.h)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4836  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-11 19:06:05 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						12f3a14283 
					 
					
						
						
							
							edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c:  
						
						... 
						
						
						
						Add 'default' for 'switch' block to resolve warning of
  unhandled enum cases from gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4835  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-11 18:55:40 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						9c87ebc0d1 
					 
					
						
						
							
							edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.c:  
						
						... 
						
						
						
						Fixed discrepencies between CHAR8* and INT8* which generate
  a warning on gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4834  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-11 18:48:39 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						19d5671c3b 
					 
					
						
						
							
							edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h:  
						
						... 
						
						
						
						Remove l-value cast which generates warnings on gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4833  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-11 18:47:09 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						7d7a8ea24c 
					 
					
						
						
							
							fixed one bug in stop(), adding get NicHandle by gEfiArpProtocolGuid.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4815  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-10 08:34:54 +00:00