summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei
AgeCommit message (Expand)AuthorFilesLines
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff5-3/+20
2012-06-12Add comment for modules which have external input.jyao13-1/+23
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng141-3/+2
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng141-24/+18
2012-05-11Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng141-48/+28
2012-05-11DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng141-1/+1
2012-05-11Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng141-2/+2
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2-3/+34
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-14Fix build error.jyao11-0/+2
2011-09-13Add NULl check for pointer.li-elvin1-0/+2
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12-39/+121
2011-09-05Update capsule pei module to pass IPF build.li-elvin5-69/+78
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin7-846/+1899
2011-07-12MdeModulePkg: Add Capsule PEIMjljusten3-0/+1438