summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-112/+109
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-4/+2
* MdeModulePkg: Fix spelling mistake for occurredMichael D Kinney2020-08-191-1/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/DxeCore: Ensure FfsFileHeader 8 bytes alignedStar Zeng2019-02-281-51/+14
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-15/+15
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-101-8/+5
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...Star Zeng2014-12-171-1/+1
* MdeModulePke: DxeCore NotifyFwVolBlock() function issueLiming Gao2014-12-101-1/+1
* MdeModulePkg/IntelFrameworkModulePkg FwVol:Star Zeng2014-10-291-18/+18
* MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...Star Zeng2014-10-091-0/+8
* MdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_CHECKSUM set for not ca...Star Zeng2014-08-281-10/+45
* MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng2014-08-271-67/+93
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-291-1/+10
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-271-2/+12
* Don't install FV protocol on the corrupt FV image. lgao42012-02-171-12/+19
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-151-1/+1
* Add core FFS3 support, DxeCore.lzeng142011-10-271-10/+30
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-1/+2
* Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang82009-02-161-1/+1
* Enhance DxeCore to handle the all block sized allowed by the PI Specification...lgao42009-02-041-19/+151
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-231-3/+3
* follow up the comments from code review.eric_tian2008-09-161-3/+6
* Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...qhuang82008-09-121-3/+2
* Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.vanjeff2008-09-031-1/+1
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-5/+5
* Code Scrub for Dxe Core.qhuang82008-07-241-31/+31
* Code scrub for DxeCoreqhuang82008-07-181-20/+14
* Update to fix minor coding style issues.qhuang82008-05-211-11/+9
* Fix the prediction warnings in DxeMain.qhuang82008-05-091-1/+1
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-76/+59
* MdeModule cleanup for PI:klu22007-12-101-2/+2
* Merge the PI enabling works from the branchqwang122007-09-041-8/+11
* Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...klu22007-07-061-1/+1
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+547