summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/CapsulePei
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Add missing header files in INF filesShenglei Zhang2019-08-132-1/+3
* MdeModulePkg/CapsulePei: Add memory pointer checkGao, Zhichao2019-06-261-1/+5
* MdeMoudlePkg/CapsulePei: No need to remain space for null-terminateZhichao Gao2019-06-241-1/+1
* MdeMoudlePkg/CapsulePei: Optimize GetScatterGatherHeadEntriesZhichao Gao2019-06-241-14/+37
* MdeMoudlePkg/CapsulePei: Optimize AreCapsulesStagedZhichao Gao2019-06-241-29/+13
* MdeMoudlePkg/CapsulePei: Fix coding style issueZhichao Gao2019-06-241-5/+3
* MdeModulePkg/CapsulePei: Optimize the CapsulePeiBret Barkelew2019-06-243-155/+172
* MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew2019-04-161-9/+9
* MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2019-04-162-68/+68
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0912-92/+12
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-289-75/+75
* MdeModulePkg: Remove X86 ASM and S filesLiming Gao2018-06-073-171/+1
* MdeModulePkg CapsulePei: Sort and merge memory resource entriesStar Zeng2017-12-051-0/+90
* MdeModulePkg: Error Level is not used correctlyJeff Fan2017-04-121-1/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+15
* MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran2017-03-014-11/+37
* MdeModulePkg: Display new stack base and sizeJeff Fan2016-11-092-0/+16
* 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