summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/SectionExtraction
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-227/+239
* MdeModulePkg/Core/Dxe: limit FwVol encapsulation section recursionLaszlo Ersek2020-11-211-2/+31
* MdeModulePkg/Core/Dxe: assert SectionInstance invariant in FindChildNode()Laszlo Ersek2020-11-211-6/+17
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-11/+11
* MdeModulePkg DxeCore: Only free ScratchBuffer when it is not NULLStar Zeng2017-06-261-2/+4
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng2014-08-271-4/+9
* MdeModulePkg: DxeCoreGao, Liming2014-08-111-0/+4
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+4
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-081-6/+51
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-9/+19
* Enhance the error handling.ydong102012-03-131-6/+19
* Add core FFS3 support, DxeCore.lzeng142011-10-271-29/+89
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-20/+134
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-1/+1
* Minor bug fix and robustness check improvement.rsun32010-03-031-1/+1
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-2/+3
* Add assertion to ensure pointer dereference has been checked against NULL poi...qhuang82009-02-161-1/+1
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* Fix several coding style violationsqhuang82008-10-211-2/+2
* Fix several approved code review comments:qhuang82008-08-281-671/+483
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-9/+9
* Code Scrub for Dxe Core.qhuang82008-07-241-216/+217
* Code scrub for DxeCoreqhuang82008-07-181-175/+28
* Update to fix minor coding style issues.qhuang82008-05-211-57/+39
* Minor coding style adjustment for DxeCore.qhuang82008-05-131-3/+3
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-269/+490
* A leaf section type may contains an array of zero or more bytes. Support the ...lgao42008-03-141-1/+3
* MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c:jljusten2008-02-131-3/+11
* MdeModule cleanup for PI:klu22007-12-101-109/+21
* roll back changemdkinney2007-12-101-17/+3
* Cache FvImage at buffer with its required alignment.lgao42007-12-071-3/+17
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-291-71/+81
* Update PciCfg2.c to follow strict ANSI C spec.yshang12007-08-221-1/+1
* Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao42007-08-081-1/+1
* Fix the type-cast between UINT32 & UINTNqhuang82007-08-081-2/+4
* Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao42007-08-081-2/+208
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+1341