Randy Pawell 
							
						 
					 
					
						
						
							
						
						35f910f08b 
					 
					
						
						
							
							MdeModulePkg: Source fixes and cleanup for ARMGCC compiles  
						
						... 
						
						
						
						- Fix EFI_IPv4_ADDRESS usages to use a macro to copy the structure
  instead of direct assignment, to avoid runtime alignment errors.
- Fix a EFI_INPUT_KEY usage in TerminalDxe to use CopyMem()  to copy the
   structure instead of direct assignment, to avoid runtime alignment error.
- Delete excess local variables that are initialized but otherwise unused.
- CompilerIntrinsicsLib library now imported for AARCH64, as well as ARM.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Randy Pawell <randy_pawell@hp.com >
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com >
Reviewed-by: Feng Tian <feng.tian@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16471  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-12-04 00:32:24 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
							
						
						523f48e771 
					 
					
						
						
							
							Refine code to make it more safely.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com >
Reviewed-by: Feng Tian <feng.tian@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15598  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-06-26 03:24:25 +00:00 
						 
				 
			
				
					
						
							
							
								sfu5 
							
						 
					 
					
						
						
							
						
						216f79703b 
					 
					
						
						
							
							1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.  
						
						... 
						
						
						
						2. Fix the driver binding Stop() hang issue in the network stack.
3. Add Ip4 raw data support.
4. Add iSCSI Dhcp option 60 support.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com >
Reviewed-by: Ye Ting <ting.ye@intel.com >
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13995  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-12-13 06:47:06 +00:00 
						 
				 
			
				
					
						
							
							
								hhuan13 
							
						 
					 
					
						
						
							
						
						49fd66cbf8 
					 
					
						
						
							
							Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block data. That issue incurs incorrect network transfer.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10619  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-07-01 09:08:33 +00:00 
						 
				 
			
				
					
						
							
							
								hhuan13 
							
						 
					 
					
						
						
							
						
						f1f11ea29a 
					 
					
						
						
							
							Fixed a bug in Mtftp4: to allow the block number to roll over to accept transfers of unlimited size.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10609  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-06-29 01:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						e5eed7d364 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-24 09:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								geekboy15a 
							
						 
					 
					
						
						
							
						
						e798cd87ca 
					 
					
						
						
							
							Fixed GCC 4.4 build issues due to EFIAPI not being used when required.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10379  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-16 23:24:45 +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 
							
						 
					 
					
						
						
							
						
						b45b45b2d2 
					 
					
						
						
							
							1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.  
						
						... 
						
						
						
						2. Update Dhcp4 and Mtftp4 driver to adopt the combined UdpIo.
3. Clean up coding style problems in combined IpIoLib/NetLib. Update Tcp4 and Udp4 to adopt the changes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9382  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-10-30 05:11:38 +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 
						 
				 
			
				
					
						
							
							
								niry 
							
						 
					 
					
						
						
							
						
						dab714aa11 
					 
					
						
						
							
							Insert comments for functions/macros and add the file headers.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7293  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-16 06:56:18 +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 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						67a58d0ffd 
					 
					
						
						
							
							Clean up Network Components to support GCC build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4062  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-10-09 09:30:52 +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