summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/FwVol
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-101-8/+5
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-261-12/+25
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFileStar Zeng2016-08-291-2/+5
* 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-292-39/+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-273-77/+126
* Refine code to make it more safely.Eric Dong2014-06-261-1/+2
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-293-2/+19
* 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-173-38/+21
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-152-17/+1
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-251-9/+17
* Add core FFS3 support, DxeCore.lzeng142011-10-274-26/+56
* CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng142011-05-171-20/+4
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-231-5/+10
* Correct typo in word in DxeCore.lgao42011-02-121-1/+1
* Update the copyright notice formathhtian2010-04-246-12/+12
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-1/+2
* PI 1.1 SMM Feature Check-indavidhuang2009-12-231-3/+3
* 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
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* 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-236-10/+468
* 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-032-2/+2
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-275-10/+10
* Code Scrub for Dxe Core.qhuang82008-07-245-188/+188
* Code scrub for DxeCoreqhuang82008-07-183-55/+46
* Update to fix minor coding style issues.qhuang82008-05-215-53/+45
* Fix the prediction warnings in DxeMain.qhuang82008-05-091-1/+1
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-095-371/+332
* Add comments and DoxyGen format for these files.lgao42008-04-094-44/+20
* MdeModule cleanup for PI:klu22007-12-102-31/+12
* Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang122007-11-191-1/+1
* Update the return status to comply to PI spec.qwang122007-10-181-1/+1
* Merge the PI enabling works from the branchqwang122007-09-044-35/+96
* EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification.klu22007-08-101-7/+0
* 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-045-0/+1488