index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Core
/
Dxe
/
FwVol
Age
Commit message (
Expand
)
Author
2014-12-17
MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...
Star Zeng
2014-12-10
MdeModulePke: DxeCore NotifyFwVolBlock() function issue
Liming Gao
2014-10-29
MdeModulePkg/IntelFrameworkModulePkg FwVol:
Star Zeng
2014-10-09
MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...
Star Zeng
2014-08-28
MdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_CHECKSUM set for not ca...
Star Zeng
2014-08-27
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
Star Zeng
2014-06-26
Refine code to make it more safely.
Eric Dong
2012-05-29
Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...
lzeng14
2012-03-27
Searching for files starts on an 8 byte aligned boundary after the end of the...
lzeng14
2012-02-17
Don't install FV protocol on the corrupt FV image.
lgao4
2011-12-15
Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...
lgao4
2011-11-25
1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...
lzeng14
2011-10-27
Add core FFS3 support, DxeCore.
lzeng14
2011-05-17
CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...
lzeng14
2011-02-23
Update PeiCore and DxeCore to verify FFS data checksum.
lgao4
2011-02-12
Correct typo in word in DxeCore.
lgao4
2010-04-24
Update the copyright notice format
hhtian
2010-02-26
Add more code robustness check for modules under MdeModulePkg.
rsun3
2009-12-23
PI 1.1 SMM Feature Check-in
davidhuang
2009-02-16
Add assertion to ensure pointer dereference has been checked against NULL poi...
qhuang8
2009-02-04
Enhance DxeCore to handle the all block sized allowed by the PI Specification...
lgao4
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-12-06
Change _CR() to BASE_CR() to follow naming convention
mdkinney
2008-09-23
move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...
eric_tian
2008-09-16
follow up the comments from code review.
eric_tian
2008-09-12
Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p...
qhuang8
2008-09-03
Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2.
vanjeff
2008-08-27
Clean up DxeCore to remove duplicate memory allocation & device path utility ...
qhuang8
2008-07-24
Code Scrub for Dxe Core.
qhuang8
2008-07-18
Code scrub for DxeCore
qhuang8
2008-05-21
Update to fix minor coding style issues.
qhuang8
2008-05-09
Fix the prediction warnings in DxeMain.
qhuang8
2008-05-09
Add doxygen style comments for functions in DxeMain.
qhuang8
2008-04-09
Add comments and DoxyGen format for these files.
lgao4
2007-12-10
MdeModule cleanup for PI:
klu2
2007-11-19
Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.
qwang12
2007-10-18
Update the return status to comply to PI spec.
qwang12
2007-09-04
Merge the PI enabling works from the branch
qwang12
2007-08-10
EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification.
klu2
2007-07-06
Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...
klu2
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1