summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeCapsuleLibFmp
AgeCommit message (Expand)AuthorFilesLines
2024-06-19MdeModulePkg/DxeCapsuleLibFmp: Fix compilation errorNhi Pham2-2/+2
2024-06-07MdeModulePkg/DxeCapsuleLibFmp: Fix crash if no ESRT is foundNhi Pham2-0/+17
2023-11-28MdeModulePkg/DxeCapsuleLibFmp: Fix crash with VirtualAddressMap omittedNhi Pham2-12/+7
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki7-1085/+1181
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-8/+8
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney4-9/+9
2021-11-10MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interfaceYang Jie2-30/+63
2021-11-10MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name capsuleBob Morgan2-3/+19
2020-05-20MdeModulePkg: Add FMP Capsule Image Header extensionOleksiy Yakovlev1-6/+22
2019-09-25MdeModulePkg/DxeCapsuleLibFmp: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+9
2019-08-15MdeModulePkg/DxeCapsuleLibFmp: Improve comparisons in CapsuleOnDisk.cXu, Wei61-1/+1
2019-08-07MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameterZhang, Shenglei1-0/+1
2019-06-28MdeModulePkg/DxeCapsuleLibFmp: Add missing NULL pointer check.Wei6 Xu1-0/+6
2019-06-26MdeModulePkg: Add Capsule On Disk APIs into CapsuleLib.Wei6 Xu8-28/+2290
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B8-2291/+28
2019-06-20MdeModulePkg: Add Capsule On Disk APIs into CapsuleLib.Wei6 Xu8-28/+2291
2019-04-23MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime accessArd Biesheuvel2-8/+52
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-70/+10
2019-02-11MdeModulePkg DxeCapsuleLibFmp: Update SupportCapsuleImage() for Fake CapsuleLiming Gao1-0/+6
2018-09-29MdeModulePkg/DxeCapsuleLibFmp: Remove unused PCDsshenglei2-12/+0
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2-2/+2
2018-09-06MdeModulePkg: Remove trailing white spaceStar Zeng1-1/+1
2018-08-03MdeModulePkg DxeCapsuleLibFmp: Add NULL check to the return buffersStar Zeng1-1/+3
2018-08-01MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is usedStar Zeng1-0/+4
2018-08-01MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is requiredStar Zeng2-40/+134
2018-07-28MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp"Star Zeng1-1/+1
2018-07-27MdeModulePkg DxeCapsuleLibFmp: Refine the code to check FmpImageSizeStar Zeng1-4/+4
2018-07-11MdeModulePkg DxeCapsuleLibFmp: Fix typo 'Press' to 'Process'Star Zeng1-1/+1
2018-06-15MdeModulePkg/DxeCapsuleLibFmp: pass progress callback only if it worksArd Biesheuvel1-3/+10
2018-06-08MdeModulePkg/DxeCapsuleLibFmp: Add progress bar supportKinney, Michael D5-36/+131
2018-04-20MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng1-1/+1
2018-03-16MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsuleRuiyu Ni1-2/+19
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Verify nested capsule with FMPKinney, Michael D2-12/+14
2018-02-11MdeModulePkg/DxeCapsuleLibFmp: Use BmpSupportLibMichael D Kinney3-264/+10
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2-6/+10
2017-03-20MdeModulePkg/DxeCapsuleLibFmp: Fix build failureDandan Bi2-4/+4
2017-03-17MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issuesDandan Bi1-0/+3
2017-03-16MdeModulePkg/CapsuleLib: Fix runtime issueJiewen Yao1-21/+32
2017-03-13MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 APIHao Wu1-0/+4
2017-03-13MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed eventsHao Wu4-13/+65
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-2/+8
2017-01-05MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPEDandan Bi1-1/+1
2016-12-26MdeModulePkg/CapsuleLib: Follow UEFI 22.2.3 to process FMP.Jiewen Yao4-560/+785
2016-12-26MdeModulePkg/CapsuleLib: Support result rolling over.Jiewen Yao1-5/+4
2016-12-26MdeModulePkg/CapsuleLib: Add CapsuleTarget support.Jiewen Yao3-9/+40
2016-12-23MdeModulePkg/CapsuleLib: remove ImageIndex check.Jiewen Yao1-2/+1
2016-12-23MdeModulePkg/CapsuleLib: Add NULL capsule name in record.Jiewen Yao1-3/+8