Elvin Li 
							
						 
					 
					
						
						
							
						
						b0121d768d 
					 
					
						
						
							
							MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualAddressMap.  
						
						... 
						
						
						
						Roll back report status code to original place in RuntimeDriverSetVirtualAddressMap.
Per UEFI spec, the call to SetVirtualAddressMap() must be done with the physical mappings.
We can not assume virtual address could work in SetVirtualAddressMap (), so we can not call
report status code interface with virtual address.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17139  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-04-10 01:37:41 +00:00 
						 
				 
			
				
					
						
							
							
								Elvin Li 
							
						 
					 
					
						
						
							
						
						53deb15e3a 
					 
					
						
						
							
							MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAddressMap.  
						
						... 
						
						
						
						Move report status code to the end after all pointers convert and image relocation are finished.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17136  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-04-09 08:31:42 +00:00 
						 
				 
			
				
					
						
							
							
								Elvin Li 
							
						 
					 
					
						
						
							
						
						bd1957b442 
					 
					
						
						
							
							MdeModulePkg: Put report status code after event was signaled per PI spec.  
						
						... 
						
						
						
						For PI spec vol3, 
"EFI_SW_DXE_BS_PC_VIRTUAL_ADDRESS_CHANGE_EVENT  The EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event was signaled."
However, in current code base, it is reported before events were signaled. 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com >
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17123  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-04-07 03:31:17 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						37623a5c02 
					 
					
						
						
							
							Add missing status code in several modules.  
						
						... 
						
						
						
						Signed-off-by: Li Elvin <elvin.li@intel.com >
Reviewed-by: Yao Jiewen <jiewen.yao@intel.com >
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com >
Reviewed-by: Gao Liming <liming.gao@intel.com >
Reviewed-by: Tian Feng <feng.tian@intel.com >
Reviewed-by: Fan Jeff <jeff.fan@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13890  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-10-30 04:23:40 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						cd5ebaa06d 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10420  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-24 09:49:11 +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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						9d3dae3911 
					 
					
						
						
							
							Update Comment for the call to EDKII ReportStatus  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7845  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-10 07:51:52 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						48557c6550 
					 
					
						
						
							
							Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English, EBC.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7105  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-23 16:20:43 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						57dba20b29 
					 
					
						
						
							
							Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7015  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-12 08:51:57 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						50d7ebad92 
					 
					
						
						
							
							Change _CR() to BASE_CR() to follow naming convention  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6888  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-06 01:23:24 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						43025b293f 
					 
					
						
						
							
							ECC Clean up.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6205  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-10-24 02:55:01 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						9fc787529c 
					 
					
						
						
							
							Clean up Runtime for Doxygen comments requirement.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5460  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-14 05:43:37 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						fb0b259e4e 
					 
					
						
						
							
							apply for doxgen format.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5038  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-10 08:49:28 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						b010fb77c7 
					 
					
						
						
							
							Revert R4300 change, Runtime driver doesn't need to covert the physical address stored in the configure tables after SetVirtualAddressMap().  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4305  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-20 01:58:41 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						10e2e070c9 
					 
					
						
						
							
							Convert the capsule image address installed in Configuration table to virtual address.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4300  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-16 10:26:51 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
							
						
						f2abdc918b 
					 
					
						
						
							
							Move RuntimeDxe to /Core of MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3363  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-19 08:36:30 +00:00