summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/CapsulePei/UefiCapsule.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-4/+4
* MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki2022-09-091-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-265/+312
* 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-241-155/+170
* MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2019-04-161-23/+23
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-31/+31
* 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: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+15
* MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran2017-03-011-4/+13
* MdeModulePkg: Display new stack base and sizeJeff Fan2016-11-091-0/+8
* MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng2016-06-211-3/+136
* MdeModulePkg CapsulePei: Fix some typosStar Zeng2016-06-211-2/+2
* MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng2015-07-271-125/+100
* 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-081-4/+4
* 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-171-12/+15
* 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff2012-08-271-1/+5
* Add PCD for 1G page tablejyao12011-09-211-5/+7
* Correct 1G page table generation.jyao12011-09-191-2/+1
* Fix build error.jyao12011-09-141-0/+2
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-131-39/+97
* Update capsule pei module to pass IPF build.li-elvin2011-09-051-59/+62
* Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin2011-09-021-832/+528
* MdeModulePkg: Add Capsule PEIMjljusten2011-07-121-0/+1319