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
/
SectionExtraction
/
CoreSectionExtraction.c
Age
Commit message (
Expand
)
Author
2016-07-11
MdeModulePkg: Fix typos in comments and variables
Giri P Mudusuru
2014-08-27
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
Star Zeng
2014-08-11
MdeModulePkg: DxeCore
Gao, Liming
2014-07-28
Update code to support VS2013 tool chain.
Eric Dong
2012-11-08
Build the registered guid HOB and SystemTable to record the GUID itself in Pe...
lzeng14
2012-07-27
Close the corresponding GUIDed section extraction protocol notify event in Cl...
lzeng14
2012-03-13
Enhance the error handling.
ydong10
2011-10-27
Add core FFS3 support, DxeCore.
lzeng14
2010-07-28
Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...
lgao4
2010-04-24
Update the copyright notice format
hhtian
2010-04-21
Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...
niruiyu
2010-03-03
Minor bug fix and robustness check improvement.
rsun3
2010-02-26
Add more code robustness check for modules under MdeModulePkg.
rsun3
2009-02-16
Add assertion to ensure pointer dereference has been checked against NULL poi...
qhuang8
2008-12-16
Clean up to update the reference of the these macros:
qhuang8
2008-10-21
Fix several coding style violations
qhuang8
2008-08-28
Fix several approved code review comments:
qhuang8
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-13
Minor coding style adjustment for DxeCore.
qhuang8
2008-05-09
Add doxygen style comments for functions in DxeMain.
qhuang8
2008-03-14
A leaf section type may contains an array of zero or more bytes. Support the ...
lgao4
2008-02-13
MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:
jljusten
2007-12-10
MdeModule cleanup for PI:
klu2
2007-12-10
roll back change
mdkinney
2007-12-07
Cache FvImage at buffer with its required alignment.
lgao4
2007-09-29
1. Add ExtractGuidedSectionLib library to replace customdecompress library.
lgao4
2007-08-22
Update PciCfg2.c to follow strict ANSI C spec.
yshang1
2007-08-08
Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32
lgao4
2007-08-08
Fix the type-cast between UINT32 & UINTN
qhuang8
2007-08-08
Update CustomDecompress library to support algorithm guid and Update DxeIpl a...
lgao4
2007-07-04
Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.
yshang1