summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/CapsulePei/Common
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew2019-04-161-9/+9
* MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2019-04-161-45/+45
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-092-14/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-16/+16
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran2017-03-011-0/+5
* MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng2016-06-212-43/+100
* MdeModulePkg CapsulePei: Fix some typosStar Zeng2016-06-211-6/+6
* MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng2015-07-271-1/+16
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-2/+1
* CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao12014-01-172-150/+318
* Add comment for modules which have external input.jyao12012-06-121-0/+12
* 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
* Add NULl check for pointer.li-elvin2011-09-131-0/+2
* Update capsule pei module to pass IPF build.li-elvin2011-09-051-5/+4
* Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin2011-09-022-0/+1188