jchen20 
							
						 
					 
					
						
						
							
						
						54ea99a798 
					 
					
						
						
							
							Enable the Load Module At fixed Address feature  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9937  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-05 07:54:16 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						1b2bf3cadc 
					 
					
						
						
							
							Add some security check.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9934  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-05 06:13:18 +00:00 
						 
				 
			
				
					
						
							
							
								jgong5 
							
						 
					 
					
						
						
							
						
						087e13cbe2 
					 
					
						
						
							
							Enable PEI core to differentiate PEIMs in performance log by passing PEIM file handles  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9927  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-04 04:31:12 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						dd29f3edb9 
					 
					
						
						
							
							For network dynamic media support:  
						
						... 
						
						
						
						1. add library function NetLibDetectMedia to NetLib for media detection
2. update MnpDxe to periodically poll for media status update and check for media status before packet transmit
3. update Ip4Dxe to return ModeData using Mnp->GetModeData()
4. update IScsiDxe to check for media status before try to do DHCP and session login
5. update UefiPxeBcDxe to check for media status before PXE start
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9919  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-03 04:37:53 +00:00 
						 
				 
			
				
					
						
							
							
								xdu2 
							
						 
					 
					
						
						
							
						
						0bf47d3ddf 
					 
					
						
						
							
							1. add error handling in case DHCP success but boot request fail  
						
						... 
						
						
						
						2. add UnloadImage to ease debug
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9910  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-02 11:18:33 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						d228526f93 
					 
					
						
						
							
							Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9906  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-02 01:38:00 +00:00 
						 
				 
			
				
					
						
							
							
								erictian 
							
						 
					 
					
						
						
							
						
						d10a41e634 
					 
					
						
						
							
							when remaining device path is not NULL, check if it's the device managed by bus driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9904  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-02 00:48:19 +00:00 
						 
				 
			
				
					
						
							
							
								qianouyang 
							
						 
					 
					
						
						
							
						
						04bb6788dd 
					 
					
						
						
							
							MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to return different values for two situations -  a.  The Input string doesn’t contain the prefix length; b. The prefix length contains prefix length and the prefix length is zero.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9898  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-01 09:53:52 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						7d6cdbc8dd 
					 
					
						
						
							
							1. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223 byte name plus one NULL-terminator.  
						
						... 
						
						
						
						2. Update the minimum length to 4 in VFR file for target/initiator name for requiring prefix “iqn.”
3. Fix the 64bit unalignment exception at IPF due to Rsdt is 32 bit alignment but OemTableId field of Rsdt is UINT64 type.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9896  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-01 05:01:07 +00:00 
						 
				 
			
				
					
						
							
							
								ljin6 
							
						 
					 
					
						
						
							
						
						fa6d3ee491 
					 
					
						
						
							
							Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFTP, and take it as BlockSize to download.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9894  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-01 03:32:28 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						9f7d5b46aa 
					 
					
						
						
							
							Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9893  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-01 02:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						188e4e8444 
					 
					
						
						
							
							Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections.  These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays.  
						
						... 
						
						
						
						Do some minor clean ups to INF files
 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9868  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-29 23:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						e3dcffcc48 
					 
					
						
						
							
							Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and Simple Text output protocol, if the device path to the handle is not present in the ConIn and ConOut/ConErr environment variables.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9852  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 12:29:25 +00:00 
						 
				 
			
				
					
						
							
							
								ljin6 
							
						 
					 
					
						
						
							
						
						af176a83f9 
					 
					
						
						
							
							Remove redundant arch definition in UefiPxeBcDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9851  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 08:30:11 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						2c4297cf56 
					 
					
						
						
							
							1. Add comments in INF file to describe limitation.  
						
						... 
						
						
						
						2. Return EFI_UNSUPPORTED where reasonable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9850  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 08:29:35 +00:00 
						 
				 
			
				
					
						
							
							
								ljin6 
							
						 
					 
					
						
						
							
						
						819aa7bc72 
					 
					
						
						
							
							Remove EBC arch support for UefiPxeBcDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9849  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 08:19:25 +00:00 
						 
				 
			
				
					
						
							
							
								ljin6 
							
						 
					 
					
						
						
							
						
						ecd28a61d6 
					 
					
						
						
							
							Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9848  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-28 08:15:00 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						90f1486c8e 
					 
					
						
						
							
							1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53.  
						
						... 
						
						
						
						2. Comments update.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9837  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-27 09:30:35 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						bf2f1720f3 
					 
					
						
						
							
							Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9834  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-27 04:07:09 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						f9876ecf8a 
					 
					
						
						
							
							Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9833  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-27 04:00:58 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						414bdfb663 
					 
					
						
						
							
							Print the warning information for the image without relocation only when load it into memory.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9822  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-26 06:37:15 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						6ea8e37bfa 
					 
					
						
						
							
							Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definitions  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9821  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-26 05:21:52 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						2e76dc7e79 
					 
					
						
						
							
							Remove ASSERT() to make AllocatePool() service match PI spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9815  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-26 04:28:30 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						b4d856a6b5 
					 
					
						
						
							
							Fix the issue that accessing for unaligned address break IPF  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9809  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 09:56:20 +00:00 
						 
				 
			
				
					
						
							
							
								jchen20 
							
						 
					 
					
						
						
							
						
						5d2311be1a 
					 
					
						
						
							
							Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type from [PcdsFeatureFlag.IA32] to [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64]  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9807  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 09:15:21 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						052019e1fa 
					 
					
						
						
							
							Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect the RFC1700 real value: In RFC1700, UDP value is 17 while TCP value is 6.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9804  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 03:40:18 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						9b6f044a32 
					 
					
						
						
							
							Update according to two review comments:  
						
						... 
						
						
						
						1. add some comments to clarify AsciiStrDecimalToUintn() can help filtering un-decimal characters. 
2. change the condition judgment to “Index < 15” rather than (Index + 1 ) <16.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9803  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 03:29:59 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						323c8a9a68 
					 
					
						
						
							
							Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp message.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9801  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 03:11:14 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						9899d8b6ba 
					 
					
						
						
							
							Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error message if user wants.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9800  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 03:07:49 +00:00 
						 
				 
			
				
					
						
							
							
								tye1 
							
						 
					 
					
						
						
							
						
						e4ef0031cd 
					 
					
						
						
							
							Add StrToIp functions to NetLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9798  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-25 02:19:04 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						341a658fca 
					 
					
						
						
							
							Correct PeiCore not dispatch the register for shadow image without relocation.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9796  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-24 12:55:59 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						f13321ca16 
					 
					
						
						
							
							SMM driver should link UefiRuntimeLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9795  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-23 07:59:34 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						1ccdbf2a3e 
					 
					
						
						
							
							Improve coding style in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9793  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-19 06:42:21 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						bfd4a3f1b4 
					 
					
						
						
							
							Update PeiLoadFilePpi produced by PeiCore to load only images with relocation into memory.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9775  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-15 09:48:37 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						aa75dfeccd 
					 
					
						
						
							
							Fix some coding style issues in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9774  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-15 08:03:23 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						84213069e9 
					 
					
						
						
							
							Correct comments to match function declaration.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9773  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-15 07:12:08 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						149fb6d680 
					 
					
						
						
							
							According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined that the size of the data being set was  
						
						... 
						
						
						
						incompatible with a call to this function, PCD_PPI/PROTOCOL's SetXEx interfaces should be return EFI_INVALID_PARAEMTER instead of ASSERT().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9753  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 16:29:29 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						c11fa40c4e 
					 
					
						
						
							
							Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib API to get the PCD.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9751  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 09:46:12 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
							
						
						e986760617 
					 
					
						
						
							
							Ensure there is only one instance of Status Code PPI in system.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9747  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 07:23:10 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						18207db786 
					 
					
						
						
							
							add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9746  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 07:16:22 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						c7a5da72f0 
					 
					
						
						
							
							fixed one bug that old rsp was calculate incorrectly.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9745  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 05:49:16 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						b1a803d153 
					 
					
						
						
							
							Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9744  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 05:38:29 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						1c738c8f97 
					 
					
						
						
							
							When found the file according to given file name guid, PeiFfs2FvPpiFindFileByName() should break the searching loop and return success.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9742  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 05:31:07 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						f4391d63e0 
					 
					
						
						
							
							Update INF file to properly declare which PCDs must be Fixed, and update PCD usage that does not require the FixedPcdGetxx() access method.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9732  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 01:59:30 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						1427885873 
					 
					
						
						
							
							Cleanup INF file for PEI Core  
						
						... 
						
						
						
						1) Remove references to CPU I/O PPI and PCI CFG2 PPI.  The PEI Core does have the PEI Services Table that caches a copy of these, but the PEI Core never produces a real version of these PPIs.  Instead, the PEI Core only has a null implementation of the APIs so we can catch PIEMs that call these services before they are properly installed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9731  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-14 01:40:51 +00:00 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						95157291b0 
					 
					
						
						
							
							Fix the warning: Line 389, the Index of mMonthName may be -1.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9714  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-12 11:42:18 +00:00 
						 
				 
			
				
					
						
							
							
								tye 
							
						 
					 
					
						
						
							
						
						70b689905c 
					 
					
						
						
							
							Add ASSERT () to make sure the array is accessed within the limit.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9709  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-11 10:56:53 +00:00 
						 
				 
			
				
					
						
							
							
								davidhuang 
							
						 
					 
					
						
						
							
						
						67f7e37652 
					 
					
						
						
							
							1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDp  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9707  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-11 05:54:01 +00:00 
						 
				 
			
				
					
						
							
							
								davidhuang 
							
						 
					 
					
						
						
							
						
						d548f0a10c 
					 
					
						
						
							
							1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its validation.  
						
						... 
						
						
						
						2. Change ScsiTargetId from allocation to local variable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9706  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-11 05:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								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