summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/CapsulePei
Commit message (Expand)AuthorAgeFilesLines
* 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff2012-08-275-3/+20
* Add comment for modules which have external input.jyao12012-06-123-1/+23
* Enhance the code logic for RelocateBlockDescriptors.lzeng142012-05-111-3/+2
* Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng142012-05-111-24/+18
* Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng142012-05-111-48/+28
* DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng142012-05-111-1/+1
* Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng142012-05-111-2/+2
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-152-3/+34
* Add PCD for 1G page tablejyao12011-09-212-5/+10
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Fix build error.jyao12011-09-141-0/+2
* Add NULl check for pointer.li-elvin2011-09-131-0/+2
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-132-39/+121
* Update capsule pei module to pass IPF build.li-elvin2011-09-055-69/+78
* Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin2011-09-027-846/+1899
* MdeModulePkg: Add Capsule PEIMjljusten2011-07-123-0/+1438