summaryrefslogtreecommitdiff
path: root/FmpDevicePkg/FmpDxe
AgeCommit message (Expand)AuthorFilesLines
2023-04-10FmpDevicePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2022-01-20FmpDevicePkg/FmpDxe: Update FmpDeviceCheckImageWithStatus() handlingMichael Kubacki1-6/+17
2021-12-07FmpDevicePkg: Apply uncrustify changesMichael Kubacki5-233/+330
2021-10-26FmpDevicePkg/FmpDxe: Use new Variable Lock interfaceYang Jie3-40/+38
2020-11-10FmpDevicePkg/FmpDxe: Call FmpDeviceLib WithStatus() functionsMichael Kubacki1-4/+36
2020-10-28FmpDevicePkg: Add Last Attempt Status support to dependency libsMichael Kubacki1-3/+28
2020-10-28FmpDevicePkg/FmpDxe: Improve set image path Last Attempt Status granularityMichael Kubacki1-4/+13
2020-10-28FmpDevicePkg/FmpDxe: Add check image path Last Attempt Status capabilityMichael Kubacki2-12/+90
2020-08-13FmpDevicePkg/FmpDxe: Fix Clang build errorMichael Kubacki1-2/+8
2020-08-07FmpDevicePkg/FmpDxe: Improve function parameter validationMichael Kubacki1-4/+47
2020-08-07FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid ImageIdNameMichael Kubacki1-1/+1
2020-08-07FmpDevicePkg/FmpDxe: Better warn of potential ImageTypeId misconfigMichael Kubacki1-2/+2
2020-05-15FmpDevicePkg/FmpDxe: Use new Fmp dependency librariesWei6 Xu6-948/+64
2020-05-06FmpDevicePkg/FmpDxe: Fix uninitialized pointer dereferenceKun Qin1-1/+1
2020-02-14FmpDevicePkg/FmpDxe: Issues reported by ECC in EDK2.GuoMinJ3-4/+4
2020-01-19FmdDevicePkg/FmpDxe: Support Fmp Capsule Dependency.Xu, Wei65-16/+972
2019-10-23FmpDevicePkg: Fix spelling errorsSean Brogan1-6/+6
2019-08-15FmpDevicePkg/FmpDxe: Remove use of CatSprint()Eric Jin4-5/+17
2019-08-15FmpDevicePkg/FmpDxe: Add PcdFmpDeviceStorageAccessEnableEric Jin3-0/+14
2019-08-15FmpDevicePkg/FmpDxe: Add PcdFmpDeviceImageTypeIdGuidEric Jin3-5/+17
2019-08-15FmpDevicePkg/FmpDxe: Improve all DEBUG() messagesEric Jin4-113/+115
2019-08-15FmpDevicePkg/FmpDxe: Different variable for each FMP DescriptorEric Jin4-308/+792
2019-08-15FmpDevicePkg/FmpDxe: Use new FmpDeviceLib APIsEric Jin4-220/+715
2019-07-12FmpDevicePkg: Fix various typosAntoine Cœur1-1/+1
2019-04-09FmpDevicePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-122/+8
2018-08-08FmpDevicePkg FmpDxe: Lock variables in entrypoint instead of callbackStar Zeng1-48/+48
2018-08-08FmpDevicePkg FmpDxe: Need repopulate after SetImage is calledStar Zeng1-15/+6
2018-08-02FmpDevicePkg FmpDxe: Fix XCODE build failureStar Zeng1-1/+1
2018-08-02FmpDevicePkg FmpDxe: Use local variable to store test key digest sizeStar Zeng1-1/+3
2018-08-02FmpDevicePkg: Fix code style issueStar Zeng4-27/+29
2018-08-02FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersionStar Zeng1-0/+1
2018-08-02FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been lockedStar Zeng1-1/+1
2018-08-02FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declarationStar Zeng1-0/+7
2018-08-02FmpDevicePkg FmpDxe: Use Attributes to know whether reset is requiredStar Zeng3-5/+10
2018-08-02FmpDevicePkg FmpDxe: Check ImageIndex first before Image/ImageSizeStar Zeng1-10/+9
2018-08-02FmpDevicePkg FmpDxe: Add NULL check to return Value from GetVariable2Star Zeng1-4/+4
2018-08-02FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO"Star Zeng1-4/+4
2018-08-02FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage()Star Zeng1-0/+1
2018-08-02FmpDevicePkg FmpDxe: Check Progress!= NULL before calling Progress(100)Star Zeng1-4/+6
2018-08-02FmpDevicePkg: Remove IPFStar Zeng2-2/+2
2018-08-02FmpDevicePkg FmpDxe: Return 0 when LSV check is not requiredStar Zeng1-3/+6
2018-08-02FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPointStar Zeng1-1/+1
2018-08-02FmpDevicePkg: Add FmpDxe moduleKinney, Michael D8-0/+2480