summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-5/+5
2022-09-09MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki5-629/+734
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2019-08-13MdeModulePkg: Add missing header files in INF filesShenglei Zhang2-1/+3
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 Barkelew3-155/+172
2019-04-16MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew1-9/+9
2019-04-16MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2-68/+68
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney12-92/+12
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao9-75/+75
2018-06-07MdeModulePkg: Remove X86 ASM and S filesLiming Gao3-171/+1
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-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+15
2017-03-01MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran4-11/+37
2016-11-09MdeModulePkg: Display new stack base and sizeJeff Fan2-0/+16
2016-06-28MdeModulePkg CapsulePei: Convert X64/PageFaultHandler.asm to NASMJordan Justen2-0/+88
2016-06-21MdeModulePkg CapsulePei: Validate capsule integrity by memory resource hobStar Zeng6-48/+241
2016-06-21MdeModulePkg CapsulePei: Fix some typosStar Zeng3-13/+11
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen4-0/+0
2015-07-27MdeModulePkg CapsuleX64: Reduce reserved memory consumptionStar Zeng6-132/+478
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 Gao2-6/+6
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-2/+1
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star4-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-16/+28
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.jyao13-162/+333
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan1-2/+3
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff5-3/+20
2012-06-12Add comment for modules which have external input.jyao13-1/+23
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
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2-3/+34
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-14Fix build error.jyao11-0/+2
2011-09-13Add NULl check for pointer.li-elvin1-0/+2
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12-39/+121