vanjeff 
							
						 
					 
					
						
						
							
						
						c22b6cdfa7 
					 
					
						
						
							
							1)Remove “Back to Previous Page'”, since it cannot go back to “Device Manager page.  
						
						... 
						
						
						
						2)Add Configure item in page.
3)Add more security check when storing IP setting, to correctly sync the operations between Ip4ConfigDxe and ifconfig.efi
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9693  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-08 05:00:19 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						d80ea7394c 
					 
					
						
						
							
							installing HII config access protocol on child handle instead of installing on NIC physical handle, to avoid conflict with the HII config access protocol installed on NIC physical handle.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9665  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-04 05:55:47 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						779ae35798 
					 
					
						
						
							
							Add VLAN support.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9649  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-30 13:47:55 +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 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						29056ed2de 
					 
					
						
						
							
							Add check before free DevicePath (TCP child sock will have no device path installed)  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9617  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-25 09:49:38 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						47c75f64ae 
					 
					
						
						
							
							Refine the functions headers.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9576  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-17 08:05:03 +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 
							
						 
					 
					
						
						
							
						
						a1503a32a8 
					 
					
						
						
							
							1. Add Link MTU support to IP4 and TCP4 driver.  
						
						... 
						
						
						
						2. Integrate IPsec functionality to IP4 driver.
3. Move IP_VERSION_4/IP_VERSION_6 definition from IpIoLib to NetLib.
4. Move the Ip6/Udp6 protocol declaration from driver INF to Library INF (DxeIpIoLib and DxeUdpIoLib) for better readability.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9413  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-11 07:06:27 +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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						fb115c6150 
					 
					
						
						
							
							NetLib:  
						
						... 
						
						
						
						1. Add new interface Ip6IsValidUnicast 
2. Add new enum IP6_EXTENSION_HEADER_TYPE
3. Add new structure IP6_ICMP_* definitions
4. Update structure from EFI_UDP4_HEADER to EFI_UDP_HEADER
5. Add new macro EFI_IP6_EQUAL
IpIoLib:
1. Update the IpIoLib to a combined library for both v4 and v6 network stack 
2. Fix a bug in IpIoIcmpHandler() - for IPv6 packet, the header length is variable (basic header + extension) rathar than fixed length.
   The fix removes the IPv6 header fields and notify the user with the ICMPv6 packet only containing payload.
TcpDxe/UdpDxe:
1. Update to adapt the new combined IpIoLib
2. Add gEfiIp6ProtocolGuid/gEfiIp6ServiceBindingProtocolGuid to [Protocols] in INF file since the Ip6.h is included in IpIoLib and NetLib.
3. Pass the TCP4/UDP4 UEFI SCT test on NT32 platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9374  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-10-26 10:15:40 +00:00 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						87f89c0840 
					 
					
						
						
							
							1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,000 (10s) according to UEFI spec.  
						
						... 
						
						
						
						2. Enable the mapping from IPv6 multicast address to MAC address in MnpMcastIpToMac().
3. Remove 2 tabs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9355  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-10-22 06:29:51 +00:00 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						c5bcc2e2ab 
					 
					
						
						
							
							1. Fix a bug in Dhcp4 to prevent unexpected broadcast DHCP packets be queued up in the system: these packets will never be freed and will cumulate as time goes on, and then it will cause the system becomes very slow. This issue is reported by HP.  
						
						... 
						
						
						
						2. Sync HSD #210249  patch: Fix bug in handling certain network errors in EfiDhcp4TransmitReceive() for DHCP4 driver
3. Enhance DhcpCleanLease to clear Netmask as well, so that Dhcp4->GetModeData() could return clean data in Dhcp4Stopped state.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9354  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-10-21 09:37:10 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						82603e7941 
					 
					
						
						
							
							fix k8 warning.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9260  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-09-14 06:21:07 +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 
							
						 
					 
					
						
						
							
						
						aeddd42532 
					 
					
						
						
							
							1. update timeout interval time from 10ms to 50ms  
						
						... 
						
						
						
						2. refine MnpDxe code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9063  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-13 06:37:36 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						2248bd60ea 
					 
					
						
						
							
							update include file to use IndustryStandard/Pci.h  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9036  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-11 02:36:37 +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 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						55815a91af 
					 
					
						
						
							
							roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9002  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-24 09:11:34 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						ad38bf876b 
					 
					
						
						
							
							if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8996  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-24 06:16:50 +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 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						4a4bb30e6b 
					 
					
						
						
							
							initial Target byte array with 0xff (all bytes are 0xff in this array)in GetTargetLun to consistent with GetNextTargetLun.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8946  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-15 03:16:13 +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 
							
						 
					 
					
						
						
							
						
						a4df47f109 
					 
					
						
						
							
							1. remove duplicated NetLibDispatchDpc() calling in Pool function.  
						
						... 
						
						
						
						2. use mde library
3. add security check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8860  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-10 06:59:07 +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 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						54fbbbd7e9 
					 
					
						
						
							
							Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8752  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-06 03:06:50 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						c2c1e4504b 
					 
					
						
						
							
							sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8694  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-01 00:47:09 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						653ef62ee9 
					 
					
						
						
							
							add error handler to pass K8 check  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8687  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-30 07:29:19 +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 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						a1ed88afe6 
					 
					
						
						
							
							Extend the max number of interface to 128 and correct the display of eth name.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8656  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-25 06:18:32 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						35c290c580 
					 
					
						
						
							
							do checksum before installing IBFT.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8649  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-24 09:39:47 +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 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						20621542f6 
					 
					
						
						
							
							The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8448  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-03 02:25:48 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						3cc6e8eec9 
					 
					
						
						
							
							a typo of ISCSI string  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8422  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-01 08:33:55 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						3fc15d4c19 
					 
					
						
						
							
							fix the typo of ISCSI related string.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8421  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-01 08:32:28 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						53fafef5c6 
					 
					
						
						
							
							change ISO 639-2 language codes to RFC 4646 codes in .UNI files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8380  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-25 09:57:27 +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 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						cfb1461b3a 
					 
					
						
						
							
							Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8360  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 23:15:47 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						f3989f41b4 
					 
					
						
						
							
							Update MNP driver to declare its dependency on the BaseLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8354  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 20:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						0877891224 
					 
					
						
						
							
							Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8352  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 18:57:51 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						ae79d2f9ec 
					 
					
						
						
							
							Update HiiDataBase to fix the SCT hang issues by the invalid device path.  
						
						... 
						
						
						
						Update the driver config access protocol extractconfig and routeconfig interface to check the input parameters. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8349  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 12:05:45 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						391a0724f2 
					 
					
						
						
							
							1.fixed some issue to pass HII sct  
						
						... 
						
						
						
						2.supported more route table accessed by HII service.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8338  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-19 09:36:44 +00:00