summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol
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 Kubacki6-344/+299
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+2
2020-10-29MdeModulePkg/Core: Support standalone MM in FV2 protocol GetNextFile().Siyuan Fu1-3/+3
2020-08-19MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-42/+6
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
2017-09-26MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng1-12/+25
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin1-2/+2
2016-08-29MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFileStar Zeng1-2/+5
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 Zeng2-39/+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 Zeng3-77/+126
2014-06-26Refine code to make it more safely.Eric Dong1-1/+2
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng143-2/+19
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. lgao43-38/+21
2011-12-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42-17/+1
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng141-9/+17
2011-10-27Add core FFS3 support, DxeCore.lzeng144-26/+56
2011-05-17CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng141-20/+4
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao41-5/+10
2011-02-12Correct typo in word in DxeCore.lgao41-1/+1
2010-04-24Update the copyright notice formathhtian6-12/+12
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+2
2009-12-23PI 1.1 SMM Feature Check-indavidhuang1-3/+3
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-16Clean up to update the reference of the these macros:qhuang81-1/+1
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_tian6-10/+468
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.vanjeff2-2/+2
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang85-10/+10
2008-07-24Code Scrub for Dxe Core.qhuang85-188/+188
2008-07-18Code scrub for DxeCoreqhuang83-55/+46
2008-05-21Update to fix minor coding style issues.qhuang85-53/+45
2008-05-09Fix the prediction warnings in DxeMain.qhuang81-1/+1
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang85-371/+332
2008-04-09Add comments and DoxyGen format for these files.lgao44-44/+20
2007-12-10MdeModule cleanup for PI:klu22-31/+12
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang121-1/+1
2007-10-18Update the return status to comply to PI spec.qwang121-1/+1
2007-09-04Merge the PI enabling works from the branchqwang124-35/+96