lgao4 
							
						 
					 
					
						
						
							
						
						966877cbd3 
					 
					
						
						
							
							Correct TokenSpace Guid value  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8504  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-10 05:43:02 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						261c3596a3 
					 
					
						
						
							
							Add the missing Token Space Guid  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8500  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-08 07:43:55 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						f4671790b4 
					 
					
						
						
							
							Add comments for Include header files  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8499  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-08 06:59:54 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						f7cdf5cdd3 
					 
					
						
						
							
							Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8491  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-07 04:43:19 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						785e0c0743 
					 
					
						
						
							
							Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h>  
						
						... 
						
						
						
						They only provided a single #define that is associated with DEBUG() messages sent through ReportStatusCode.  That one #define has now been added to <Guid/StatusCodeDataTypeDebug.h>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8487  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-07 01:13:02 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						31c24f4c61 
					 
					
						
						
							
							Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg  
						
						... 
						
						
						
						Update PCI Bus Driver in IntelFramworkModulePkg to no longer depend on gEfiPciOptionRomTableGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8484  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-05 21:34:04 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						0170af58e0 
					 
					
						
						
							
							Retire PciHotplugDeviceGuid.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8482  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-05 17:42:09 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						d7d5db9649 
					 
					
						
						
							
							Remove #define for MAX_BBS_ENTRIES  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8470  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-04 22:51:21 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						3a6064fa3b 
					 
					
						
						
							
							1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg.  This GUID is not defined in the Framework Specifications, so it is part of the implementation.  This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI.  This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h.  The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg.  
						
						... 
						
						
						
						2) Move data structure use to pass DEBUG() info to Status Code Protocol and Status Code PPI from IntelFrameworkModulePkg.Include/DebugInfo.h into the new GUID file IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
3) Delete IntelFrameworkModulePkg/Include/DebugInfo.h because all the content is now in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
Module Impacts
==============
1) Modules that currently use #include <DebugInfo.h> must be updated to #include <Guid/StatusCodeDataTypeDebug.h>.  
2) Modules that currently use #include <Guid/StatusCodeDataTypeId.h> and don't #include <DebugInfo.h> will have to add #include <Guid/StatusCodeDataTypeDebug.h>.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8431  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-01 21:17:41 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						67d632277d 
					 
					
						
						
							
							Clean up GenericBdsLib.h to remove unnecessary include header files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8361  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-21 01:50:05 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						dedfc3bbc9 
					 
					
						
						
							
							Fix the issue that BootOrder can't be set  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8343  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-20 09:29:13 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						306bf4e22a 
					 
					
						
						
							
							Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was  
						
						... 
						
						
						
						placed in the public domain on 2009-02-03. The LZMA SDK
4.65 was released at the http://www.7-zip.org/sdk.html 
website.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8227  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-01 00:28:19 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						6ba0bc7c4e 
					 
					
						
						
							
							Fix some inconsistencies in EFIAPI usage.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8076  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-13 23:07:44 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						eaa154eae3 
					 
					
						
						
							
							remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7761  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-02 06:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						8c81cb83b9 
					 
					
						
						
							
							1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file.  
						
						... 
						
						
						
						2, Move PcdPlatformBootTimeout to IntelFrameworkModulePkg.
3, Remove BdsLibGetTimeout() interface from GenericBdsLib, because the PCD PcdPlatformBootTimeout will take care of persistent for time out value.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7707  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-26 07:18:21 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						da4483cd17 
					 
					
						
						
							
							Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7701  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-26 04:36:27 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						1a0e3ddcd1 
					 
					
						
						
							
							Add the missing header file  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7696  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-25 15:35:32 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						ddac74d176 
					 
					
						
						
							
							Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7657  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-24 15:53:05 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						0a6f71704a 
					 
					
						
						
							
							Move DiskInfo Protocol from MdeModulePkg to IntelFrameworkModule package.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7637  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-24 07:51:47 +00:00 
						 
				 
			
				
					
						
							
							
								hfang 
							
						 
					 
					
						
						
							
						
						8ca67c468b 
					 
					
						
						
							
							Update For Review  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7304  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-19 07:00:28 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						8d0a8e53a0 
					 
					
						
						
							
							Add #ifndef statement for header file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5297  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-05-27 01:34:42 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						ed7752ec44 
					 
					
						
						
							
							Add some function/header comments.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-10 07:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						32eed1fc03 
					 
					
						
						
							
							Add blank space in the file end.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5026  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 06:07:38 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						3dbba77042 
					 
					
						
						
							
							Modify all file header to follow doxygen format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4908  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-19 03:28:13 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						8a7d75b062 
					 
					
						
						
							
							Clean up: update "EFI" to "UEFI" if applicable.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4317  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-22 06:00:39 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						a02c7e152d 
					 
					
						
						
							
							Fix the CYGWIN GCC build issue.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3721  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-28 03:59:37 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						6bee163234 
					 
					
						
						
							
							Fix building issue for Intel Compiler  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3695  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-23 08:37:33 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						3da07a7bd1 
					 
					
						
						
							
							Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3654  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-16 03:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						d026a74698 
					 
					
						
						
							
							Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3651  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-16 03:15:17 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						bbdeca9b09 
					 
					
						
						
							
							1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file.  
						
						... 
						
						
						
						2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3604  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-10 05:51:27 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						3f07ea9ca6 
					 
					
						
						
							
							Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3582  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-09 02:54:21 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						d8c79a815f 
					 
					
						
						
							
							Update CustomDecompress library to support algorithm guid and Update DxeIpl and DxeCore to support custom decompress guid section parse.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3573  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-08-08 10:17:57 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						53bd6e4c89 
					 
					
						
						
							
							Correct license header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3432  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-25 05:41:27 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						3db510989e 
					 
					
						
						
							
							Correct all header files for doxygen format and correct the license issue for VgaClass driver.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3401  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-23 07:06:23 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						31c4d76a2c 
					 
					
						
						
							
							Remove Pcat definition and these definition should be put into module itself.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3346  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-19 03:28:14 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						5c45a97b4d 
					 
					
						
						
							
							Remove PciHotPlugInit protocol from IntelFrameworkModulePkg because it is defined in Framework specification.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3341  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-19 02:35:53 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						29941df6a6 
					 
					
						
						
							
							1) Change the file name of StatusCode.h to DataHubStatusCodeRecord.h  
						
						... 
						
						
						
						2) Change gEfiStatusCodeGuid to gEfiDataHubStatusCodeRecordGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3340  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-19 02:23:08 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						ffcabb0412 
					 
					
						
						
							
							Add comment  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3339  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-19 01:46:11 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						3e3dc0c456 
					 
					
						
						
							
							remove GraphicsLib.h  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3293  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-17 06:54:44 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						a534fc0b34 
					 
					
						
						
							
							Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3113  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-06 09:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						72d4944464 
					 
					
						
						
							
							add MaxBbsEntries.h  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3016  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-03 13:42:42 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						c3902377a9 
					 
					
						
						
							
							Add DxeBootScriptLibNull in IntelFrameworkPkg.  
						
						... 
						
						
						
						Add IsaBusDxe in IntelFrameworkModulePkg.
Add Pcat.h in "IntelFrameworkModulePkg/IndustryStandard"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2948  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-02 09:09:00 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						76474b5766 
					 
					
						
						
							
							add in GraphicsLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2898  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-06-29 07:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						a9102619d4 
					 
					
						
						
							
							1. Create Intel Framework Module Package directory  
						
						... 
						
						
						
						2. Complete the public inclusion files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2746  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-06-26 08:14:44 +00:00