summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei/UefiCapsule.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26MdeModulePkg/CapsulePei: Add memory pointer checkGao, Zhichao1-1/+5
2019-06-24MdeMoudlePkg/CapsulePei: No need to remain space for null-terminateZhichao Gao1-1/+1
2019-06-24MdeMoudlePkg/CapsulePei: Optimize GetScatterGatherHeadEntriesZhichao Gao1-14/+37
2019-06-24MdeMoudlePkg/CapsulePei: Optimize AreCapsulesStagedZhichao Gao1-29/+13
2019-06-24MdeMoudlePkg/CapsulePei: Fix coding style issueZhichao Gao1-5/+3
2019-06-24MdeModulePkg/CapsulePei: Optimize the CapsulePeiBret Barkelew1-155/+170
2019-04-16MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao1-23/+23
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-8/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-31/+31
2017-12-05MdeModulePkg CapsulePei: Sort and merge memory resource entriesStar Zeng1-0/+90
2017-04-12MdeModulePkg: Error Level is not used correctlyJeff Fan1-1/+1
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+15
2017-03-01MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran1-4/+13
2016-11-09MdeModulePkg: Display new stack base and sizeJeff Fan1-0/+8
2016-06-21MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng1-3/+136
2016-06-21MdeModulePkg CapsulePei: Fix some typosStar Zeng1-2/+2
2015-07-27MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng1-125/+100
2015-07-01MdeModulePkg/Universal/CapsulePei: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-05-08MdeModulePkg: Update CapsulePei to consume PI1.4 CapsulePpiLiming Gao1-4/+4
2014-07-24Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li1-0/+2
2014-01-17CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao11-12/+15
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff1-1/+5
2011-09-21Add PCD for 1G page tablejyao11-5/+7
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-14Fix build error.jyao11-0/+2
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao11-39/+97
2011-09-05Update capsule pei module to pass IPF build.li-elvin1-59/+62
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin1-832/+528
2011-07-12MdeModulePkg: Add Capsule PEIMjljusten1-0/+1319