qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							5933acc3cb 
							
						 
					 
					
						
						
							
							Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9047  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-08-11 15:51:48 +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 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							4a13fda739 
							
						 
					 
					
						
						
							
							Refine doxygen comments  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8726  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-07-02 18:06:45 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							a29645c4c7 
							
						 
					 
					
						
						
							
							Remove library class of MemoryTestLib and related library instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8722  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-07-02 07:54:51 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							064d5de378 
							
						 
					 
					
						
						
							
							Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs.  
						
						... 
						
						
						
						This library can be used as a template to implement a Reset System Library for a specific platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8693  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-07-01 00:03:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1b954bea09 
							
						 
					 
					
						
						
							
							Fix Parameter IN OUT  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8537  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-12 05:58:40 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							e40b7d5d1b 
							
						 
					 
					
						
						
							
							Update some comments for MdeModulePkg Include header files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8536  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-12 05:47:03 +00:00 
						 
				 
			
				
					
						
							
							
								pkandel 
							
						 
					 
					
						
						
						
						
							
						
						
							e9b67286ad 
							
						 
					 
					
						
						
							
							Committing changes to the comments, to improve code documentation.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8533  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-11 14:17:23 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							b4f26bb184 
							
						 
					 
					
						
						
							
							Make comments align.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8503  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-06-10 05:38:20 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							504dcb0a4e 
							
						 
					 
					
						
						
							
							This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components.  The type VA_LIST is mapped onto the compiler specific implementation of varargs.  As a result, modules build with different compilers may not use the same VA_LIST structure.  The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules.  
						
						... 
						
						
						
						1) Update the Print2 Protocol to only use arguments of type BASE_LIST.  Since this is a change to the protocol definition, the GUID has also been updated.
2) Update the implementation of DxePrintLibPrint2Protocol for the update definition of the Print2 Protocol.  Since the PrintLib does contain APIs that use VA_LIST, this library must convert arguments of type VA_LIST to arguments of type BASE_LIST prior to calling the Print2 Protocol services.
3) Update the implementation of PrintDxe to match the updated Print2 Prootocol
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8405  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-30 23:49:35 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
						
						
							
						
						
							9d9c659dd1 
							
						 
					 
					
						
						
							
							Remove redundant #include statements  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8358  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-20 23:13:01 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1f1cb2f216 
							
						 
					 
					
						
						
							
							Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8319  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-18 03:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							76c2425177 
							
						 
					 
					
						
						
							
							Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8314  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-14 12:37:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							84f9a9ec8f 
							
						 
					 
					
						
						
							
							1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs.  
						
						... 
						
						
						
						1) ConfigRouting Protocol ExtractConfig interface must return the default values built in IFR that were not returned by ConfigAccess.ExtractConfig.
  2) The parameters of ConfigRouting Protocol interfaces are clarified to the specific configuration string syntax.
2. Implement the last two HiiLib interfaces: HiiSetToDefaults and HiiValidateSettings.
3. Update DriverSample driver to use these two APIs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8313  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-14 07:06:06 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							638868496c 
							
						 
					 
					
						
						
							
							1. retired NicIp4ConfigProtocolGuid  
						
						... 
						
						
						
						2. moved NicIp4ConfigVariableGuid to Include/Guid/NicIp4ConfigNvData.h
3. updated Ip4ConfigDxe module to publish one setup page to Get/Set network parameters. Also, Ip4ConfgiDxe installed EFI HII Config Access protocol for each network devices. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8309  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-05-13 09:29:44 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							278663ab10 
							
						 
					 
					
						
						
							
							HiiLib exports HiiCreateRawOpCode API  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8216  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-30 05:58:47 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							1d451ff9cf 
							
						 
					 
					
						
						
							
							Update HiiGetBrowserData API  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8176  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-27 04:55:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							6d8ced29b1 
							
						 
					 
					
						
						
							
							Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8169  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-24 07:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							97d77ccf43 
							
						 
					 
					
						
						
							
							Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8152  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-23 02:49:24 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							023c0fec45 
							
						 
					 
					
						
						
							
							retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep backward compatibility.  
						
						... 
						
						
						
						Native EDKII module should not use such protocol to load image
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8110  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-17 04:47:55 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							0f2685219d 
							
						 
					 
					
						
						
							
							Retire HiiLibGetNextLanguage() API from HII Library class.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8109  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-17 02:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							ad5a96ab2d 
							
						 
					 
					
						
						
							
							Retire language conversion APIs from HII library class.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8104  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-16 08:46:28 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							af3888e0b7 
							
						 
					 
					
						
						
							
							remove the gEfiLoadPeImageProtocolGuid and replace all references for it with BasePeCoffLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8096  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-16 02:44:03 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							33ae1b2d87 
							
						 
					 
					
						
						
							
							Remove duplicate HII Library API prototypes.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8086  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-15 03:28:08 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							cb7d01c0c9 
							
						 
					 
					
						
						
							
							HII Library Class interface refine.  
						
						... 
						
						
						
						The "HiiLib" prefix for all HII Library API function names changed to "Hii".
Remove: 
  HiiLibPreparePackageList(), replaced by HiiAddPackages()
  HiiLibNewString(), replaced by HiiSetString()
  HiiLibGetStringFromHandle(), replaced by HiiGetString()
  HiiLibGetStringFromToken(), replaced by HiiGetPackageString()
  HiiLibExtractGuidFromHiiHandle()
  HiiLibDevicePathToHiiHandle()
  HiiLibGetSupportedSecondaryLanguages()
  HiiLibGetSupportedLanguageNumber()
  HiiLibExportPackageLists()
  HiiLibListPackageLists()
  
Interface change:
  HiiAddPackages()
  HiiSetString()
  HiiGetString()
  HiiGetHiiHandles()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8083  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-14 10:47:19 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							3c7449e4aa 
							
						 
					 
					
						
						
							
							Merge new defined HII library APIs into HiiLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8069  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-13 06:22:14 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							7e3bcccb0e 
							
						 
					 
					
						
						
							
							Update UefiHiiLib to support new defined IFR related HII APIs.  
						
						... 
						
						
						
						Apply new defined IFR related HII APIs in PlatOverMngr, DriverSample, IScsiDxe and Setup drivers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8066  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-13 06:05:15 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							cd8ec63636 
							
						 
					 
					
						
						
							
							Update NewHii library  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8063  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-12 02:47:10 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							253a25e8cc 
							
						 
					 
					
						
						
							
							Add NewHii and UefiHiiServiceLib library header file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8048  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-09 15:11:04 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
						
						
							
						
						
							f6f910dd12 
							
						 
					 
					
						
						
							
							Retire Extended HII library class.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8011  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-02 08:48:03 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							9937b36506 
							
						 
					 
					
						
						
							
							1. retired console control protocol.  
						
						... 
						
						
						
						2. removed NULL console device from consplitter module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7995  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-04-01 02:52:17 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							ea7cd3ec1a 
							
						 
					 
					
						
						
							
							Apply GetBestLanguage() API in UEFI to display HII string.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7964  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-27 03:23:45 +00:00 
						 
				 
			
				
					
						
							
							
								niry 
							
						 
					 
					
						
						
						
						
							
						
						
							8d7e5af111 
							
						 
					 
					
						
						
							
							Fixing coding style issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7943  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-25 05:42:36 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							a0afd24c9c 
							
						 
					 
					
						
						
							
							retired some private protocols used by EFI 1.10 network stack.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7921  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-22 04:45:29 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							d11ad58418 
							
						 
					 
					
						
						
							
							Rename BaseMemoryTestLib to MemoryTestLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7876  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-13 07:33:05 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							40571bfb80 
							
						 
					 
					
						
						
							
							Refine some comments.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7871  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-13 03:10:43 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							933676058b 
							
						 
					 
					
						
						
							
							retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol.  
						
						... 
						
						
						
						FaultTolerantWrite driver and variable driver will register notification event to locate right protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7865  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-12 05:10:53 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							4941d8817d 
							
						 
					 
					
						
						
							
							Retire TCG platform protocol, which will be replaced by PI Security Architecture protocol.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7848  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-10 07:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							dad608335f 
							
						 
					 
					
						
						
							
							1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid.  
						
						... 
						
						
						
						Consplitter will not install these protocols any more.
2. added logic in Bds to check console handles in System table, if no console handle assigned. Bds module will fill these handles in system table accordingly.
3. fixed one bug before call ConsoleControl->SetMode in FrontPage.c.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7841  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-10 03:10:15 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							00f3851372 
							
						 
					 
					
						
						
							
							retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7837  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-09 09:20:57 +00:00 
						 
				 
			
				
					
						
							
							
								xli24 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ee92ecea 
							
						 
					 
					
						
						
							
							Refine BaseMemoryTestLib and add instance with full functionality.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7831  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-06 03:34:25 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							92650d2199 
							
						 
					 
					
						
						
							
							Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7810  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-05 09:18:06 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							08c4ca5bca 
							
						 
					 
					
						
						
							
							retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot times can know whether it needs to do full/minimal/no_changes configuration.  
						
						... 
						
						
						
						[Impact]
EDK still keep this guid. and if we ports such platforms to EDKII, it will do full configuration
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7793  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-04 02:43:10 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							88a5561c66 
							
						 
					 
					
						
						
							
							Update Variable driver to depend on full version FaultTolerantWrite protocol, and remove the lite version FaultTolerantWrite Dxe Driver. New full version FaultTolerantWriteDxe driver is added in MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7788  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-04 01:27:50 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							85e923a528 
							
						 
					 
					
						
						
							
							Add full version FaultTolerantWrite Dxe driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7787  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-04 01:05:31 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							eea4d00606 
							
						 
					 
					
						
						
							
							remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7755  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-03-02 06:07:56 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							d4cb8e71ac 
							
						 
					 
					
						
						
							
							remove redundant judgement as ALIGNMENT can only equate with 1 or 8 instead of 0  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7729  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-27 07:07:27 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
						
						
							
						
						
							3709c4cd5b 
							
						 
					 
					
						
						
							
							1. delete Include/Guid/VariableInfo.h  
						
						... 
						
						
						
						2. move VariableFormat.h into GUID directory and change the “Signature” field of the VARIABLE_STORE_HEADER to gEfiVariableGuid value.
3. merging VARIABLE_INFO_ENTRY structure into the new Include/Guid/VariableFormat.h
4. change gEfiVariableInfoGuid into gEfiVariableGuid.
5. modify FDF files to use new guid value instead of the original signature.
6. all code related to signature is changed to use guid value.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7728  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-27 05:35:08 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							86b7139e82 
							
						 
					 
					
						
						
							
							Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7703  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-26 04:40:53 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							f1aec6ccb4 
							
						 
					 
					
						
						
							
							1. Retired HotPlugDevice protocol.  
						
						... 
						
						
						
						2. Check devicepath node to get hot plug information. Currently, USB and PCCard device are checked.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7673  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2009-02-25 07:54:57 +00:00