summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-227/+239
2020-11-21MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursionLaszlo Ersek1-2/+31
2020-11-21MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode()Laszlo Ersek1-6/+17
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-11/+11
2017-06-26MdeModulePkg DxeCore: Only free ScratchBuffer when it is not NULLStar Zeng1-2/+4
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-2/+2
2014-08-27MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng1-4/+9
2014-08-11MdeModulePkg: DxeCoreGao, Liming1-0/+4
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+4
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng141-6/+51
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng141-9/+19
2012-03-13Enhance the error handling.ydong101-6/+19
2011-10-27Add core FFS3 support, DxeCore.lzeng141-29/+89
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-20/+134
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-1/+1
2010-03-03Minor bug fix and robustness check improvement.rsun31-1/+1
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-2/+3
2009-02-16Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang81-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-2/+2
2008-10-21Fix several coding style violationsqhuang81-2/+2
2008-08-28Fix several approved code review comments:qhuang81-671/+483
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-9/+9
2008-07-24Code Scrub for Dxe Core.qhuang81-216/+217
2008-07-18Code scrub for DxeCoreqhuang81-175/+28
2008-05-21Update to fix minor coding style issues.qhuang81-57/+39
2008-05-13Minor coding style adjustment for DxeCore.qhuang81-3/+3
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-269/+490
2008-03-14A leaf section type may contains an array of zero or more bytes. Support the ...lgao41-1/+3
2008-02-13MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:jljusten1-3/+11
2007-12-10MdeModule cleanup for PI:klu21-109/+21
2007-12-10roll back changemdkinney1-17/+3
2007-12-07Cache FvImage at buffer with its required alignment.lgao41-3/+17
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao41-71/+81
2007-08-22Update PciCfg2.c to follow strict ANSI C spec.yshang11-1/+1
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-1/+1
2007-08-08Fix the type-cast between UINT32 & UINTNqhuang81-2/+4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao41-2/+208
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+1341