summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/CapsulePei
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg CapsulePei: Convert X64/PageFaultHandler.asm to NASMJordan Justen2016-06-282-0/+88
* MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng2016-06-216-48/+241
* MdeModulePkg CapsulePei: Fix some typosStar Zeng2016-06-213-13/+11
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-154-0/+0
* MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng2015-07-276-132/+478
* MdeModulePkg/Universal/CapsulePei: Use safe string functions to refine code.Qiu Shumin2015-07-011-2/+2
* MdeModulePkg: Update CapsulePei to consume PI1.4 CapsulePpiLiming Gao2015-05-082-6/+6
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-2/+1
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-032-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-16/+28
* Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li2014-07-241-0/+2
* CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao12014-01-173-162/+333
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-221-2/+3
* 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