mdkinney 
							
						 
					 
					
						
						
							
						
						ca9938b842 
					 
					
						
						
							
							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 all implementations of ReportStatusCodeExtractDebugInfo() to use an argument of type BASE_LIST instead of VA_LIST.
2) Update the implementation of DebugPrint() in PeiDxeDebugLibReportStatusCode to convert a VA_LIST to a BASE_LIST before passing the data to report status code.
3) Update status code listeners to use the BASE_LIST based APIs in the PrintLib instead of the VA_LIST based APIs, since ReportStatusCodeExtractDebugInfo() was updated to return a parameter of type BASE_LIST.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8406  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-30 23:53:35 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						9f6531d14d 
					 
					
						
						
							
							Adjust the code so that global variable placed at beginning of file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8172  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-24 07:30:54 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						4ee6846f7b 
					 
					
						
						
							
							1. EDK_RELEASE_VERSION removed;  
						
						... 
						
						
						
						2. INF file header description reviewed;
3. remove useless #include ;
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8162  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-23 09:09:56 +00:00 
						 
				 
			
				
					
						
							
							
								hfang 
							
						 
					 
					
						
						
							
						
						261136bc32 
					 
					
						
						
							
							fix Klocwork issues  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7926  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-23 09:12:51 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						6a27a4ebd0 
					 
					
						
						
							
							use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7424  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-04 01:29:55 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						e05e2b73fc 
					 
					
						
						
							
							Add missing DevicePathLib in INF file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7036  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-15 15:54:03 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						2067710de0 
					 
					
						
						
							
							1, Add <Library/DevicePathLib.h> for all source that use device path utility macros  
						
						... 
						
						
						
						2, Add DevicePathLib library class to module's INF that use device path utility macros
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6457  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-11 15:43:50 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						819d148893 
					 
					
						
						
							
							Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6298  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-30 06:08:09 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						9556741cbf 
					 
					
						
						
							
							1) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library instance to cache too many copies of Boot Service Pointer.  
						
						... 
						
						
						
						2) Check gBS before make call using it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5944  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-22 10:20:41 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						c0522bd7df 
					 
					
						
						
							
							CloseEvent in ReportStatusCodeLibDestruct can only be called when the library instance is not linked with a SMM driver (for example a boot dirver or EFI Runtime capable driver).  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5937  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-21 08:18:48 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						f829715058 
					 
					
						
						
							
							remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5727  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-25 05:08:13 +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 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						e12848a3a3 
					 
					
						
						
							
							[Description]:  
						
						... 
						
						
						
						The patch enhances the SmmRuntimeDxeReportStatusCodeLibFramework instance to reduce the library dependency, since DebugLib, UefiBootServicesTableLib and original SmmRuntimeDxeReportStatusCodeLibFramework may result in the circular dependency.
[Impaction]:
It is backward-compatible.
[Reference Info]:
N/A
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4919  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-03-19 09:35:46 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						404d4e5c60 
					 
					
						
						
							
							Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires the InSmm() could not be invoked in runtime.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4699  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-18 07:28:27 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						b13b447355 
					 
					
						
						
							
							Runtime Library should not use the gRT directly, since it may be converted to virtual address by other library instance.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4604  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-22 02:09:25 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						e5516b494a 
					 
					
						
						
							
							Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, which supports log message in SMM, DXE, DXE runtime, UEFI and UEFI APPLICATION.  
						
						... 
						
						
						
						In SMM, it logs message to customized OemHookStatusCodeLib.
In DXE/DXE_RUNTIME/UEFI/UEFI_APP, it logs message to ReportStatusCode() in framework runtime services table or runtime report status code protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4591  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-01-21 08:25:17 +00:00