Star Zeng 
							
						 
					 
					
						
						
							
						
						f67eb9d8ba 
					 
					
						
						
							
							MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint.  
						
						... 
						
						
						
						PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule are declared to support Dynamic, but used by FixedPcdGet32 in CapsuleRuntimeDxe.
QueryCapsuleCapabilities is a runtime interface and PCD protocol can’t be used in runtime environment.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com >
Reviewed by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14988  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-12-16 01:34:01 +00:00 
						 
				 
			
				
					
						
							
							
								czhang46 
							
						 
					 
					
						
						
							
						
						566771b0a7 
					 
					
						
						
							
							Enable UEFI firmware to support FMP capsule format.  
						
						... 
						
						
						
						signed-off-by : Chao Zhang <chao.b.zhang@intel.com >
reviewed-by   : Gao Liming <liming.gao@intel.com >
reviewed-by   : Yao Jiewen <Jiewen.yao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14773  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-10-15 01:31:49 +00:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						ad3f365641 
					 
					
						
						
							
							Update UpdateCapsule() service return status to follow UEFI2.3.1 D.  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Elvin Li <elvin.li@intel.com >
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14656  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-09-11 05:56:52 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						ab7017fe2b 
					 
					
						
						
							
							Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: lgao4, mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12264  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-02 11:34:35 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						0ef42f8819 
					 
					
						
						
							
							Update QueryCapsuleCapabilities interface.  
						
						... 
						
						
						
						1. Check all capsules to decide reset type instead of only checking the first capsule.
2. One purpose of MaxiumCapsuleSize is to ensure platform memory size is enough to handle capsule with reset type in PEI. Max capsule size should be returned for with/without reset flag cases. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10514  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-05-19 02:31:41 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						e5eed7d364 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10418  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-24 09:33:45 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						f03ccf59ba 
					 
					
						
						
							
							Enhance UpdateCapsule () to support calling multiple times.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10044  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-23 02:33:17 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						b3b1a4cfa9 
					 
					
						
						
							
							The fix is for EFI Linux capsule test case can not run.  
						
						... 
						
						
						
						It should use runtime library EfiSetVariable, gRT is not converted to virtual address which cause SetVariable failure in EFI Linux.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9986  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-11 06:27:18 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						3f42faa73d 
					 
					
						
						
							
							1. Add "CAPSULE_FLAGS_INITIATE_RESET" flag support.  
						
						... 
						
						
						
						2. Minor update CapuseUpdate() implementation to align with recent UEFI spec update.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9265  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-09-16 01:29:14 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						409d47b49e 
					 
					
						
						
							
							Enhance Capsule driver to update capsule one by one.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9082  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-08-18 01:23:29 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						97b2c9b514 
					 
					
						
						
							
							Update PeiCore to handle FvImage with PI FV extension header  
						
						... 
						
						
						
						Update Capsule PCDs PcdMaxSizePopulateCapsule and  PcdMaxSizeNonPopulateCapsule to the flexible PCD type.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7805  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-05 05:05:57 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						de5b0df93f 
					 
					
						
						
							
							Correct minor comments in meta data file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7697  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-25 15:35:58 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						58612f248f 
					 
					
						
						
							
							Fix typo.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7683  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-25 10:50:45 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						5c52673637 
					 
					
						
						
							
							Move MdeModuleHii.h into Include\Guid directory  
						
						... 
						
						
						
						Move Capsule.h into MdePkg\Include\Protocol directory because Capsule is defined in PI1.0a.
Merge WorkingBlockHeader.h into SystemNvDataGuid.h
Remove unused NvDataFvHob.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7606  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-23 15:18:48 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						109e9a6156 
					 
					
						
						
							
							Code scrub for the following drivers and librarys.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7172  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-01-04 03:20:55 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						5d69642deb 
					 
					
						
						
							
							Code scrub for the Capsule, SecurityStub, and Crc32 library instance.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5441  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-07-09 13:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						13d40eddeb 
					 
					
						
						
							
							Update all files to follow doxygen style file header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5025  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-09 05:50:10 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						1be0dda62d 
					 
					
						
						
							
							Fix warnings generated by gcc for ia32 builds:  
						
						... 
						
						
						
						'cast from pointer to integer of different size'
when casting from a pointer directly to a
64 bit number.  Added an intermediate cast to
UINTN.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5009  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-04-08 20:59:38 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						17b875379f 
					 
					
						
						
							
							Correct return status for the unsupported condition  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4679  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-02-05 04:41:53 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						6ee65722c7 
					 
					
						
						
							
							Update CapsuleDriver to use capsule library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4365  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-12-05 09:58:33 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						d12f75fee2 
					 
					
						
						
							
							Add CapsuleInfo guid to store the list of capsule image guid.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4299  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-11-16 10:14:34 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						74fea867f4 
					 
					
						
						
							
							Adjust directory structures.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3323  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2007-07-18 14:31:27 +00:00