summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei/Common
AgeCommit message (Expand)AuthorFilesLines
2019-04-16MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew1-9/+9
2019-04-16MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao1-45/+45
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-16/+16
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-01MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran1-0/+5
2016-06-21MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng2-43/+100
2016-06-21MdeModulePkg CapsulePei: Fix some typosStar Zeng1-6/+6
2015-07-27MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng1-1/+16
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-2/+1
2014-01-17CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao12-150/+318
2012-06-12Add comment for modules which have external input.jyao11-0/+12
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
2011-09-13Add NULl check for pointer.li-elvin1-0/+2
2011-09-05Update capsule pei module to pass IPF build.li-elvin1-5/+4
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin2-0/+1188