summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVol.cMike Maslenkin1-0/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-112/+109
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+2
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-28MdeModulePkg/DxeCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng1-51/+14
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-15/+15
2017-10-10MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng1-8/+5
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-2/+2
2014-12-17MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...Star Zeng1-1/+1
2014-12-10MdeModulePke: DxeCore NotifyFwVolBlock() function issueLiming Gao1-1/+1
2014-10-29MdeModulePkg/IntelFrameworkModulePkg FwVol:Star Zeng1-18/+18
2014-10-09MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...Star Zeng1-0/+8
2014-08-28MdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_CHECKSUM set for not ca...Star Zeng1-10/+45
2014-08-27MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng1-67/+93
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng141-1/+10
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng141-2/+12
2012-02-17Don't install FV protocol on the corrupt FV image. lgao41-12/+19
2011-12-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao41-1/+1
2011-10-27Add core FFS3 support, DxeCore.lzeng141-10/+30
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+2
2009-02-16Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang81-1/+1
2009-02-04Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao41-19/+151
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-1/+1
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian1-3/+3
2008-09-16follow up the comments from code review.eric_tian1-3/+6
2008-09-12Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang81-3/+2
2008-09-03Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff1-1/+1
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-5/+5
2008-07-24Code Scrub for Dxe Core.qhuang81-31/+31
2008-07-18Code scrub for DxeCoreqhuang81-20/+14
2008-05-21Update to fix minor coding style issues.qhuang81-11/+9
2008-05-09Fix the prediction warnings in DxeMain.qhuang81-1/+1
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-76/+59
2007-12-10MdeModule cleanup for PI:klu21-2/+2
2007-09-04Merge the PI enabling works from the branchqwang121-8/+11
2007-07-06Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...klu21-1/+1
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+547