]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / SectionExtraction / CoreSectionExtraction.c
2010-04-24 hhtianUpdate the copyright notice format
2010-04-21 niruiyuFix a bug that FV->ReadSection cannot get the EFI_SECTI...
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2009-02-16 qhuang8Add assertion to ensure pointer dereference has been...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-10-21 qhuang8Fix several coding style violations
2008-08-28 qhuang8Fix several approved code review comments:
2008-08-27 qhuang8Clean up DxeCore to remove duplicate memory allocation...
2008-07-24 qhuang8Code Scrub for Dxe Core.
2008-07-18 qhuang8Code scrub for DxeCore
2008-05-21 qhuang8Update to fix minor coding style issues.
2008-05-13 qhuang8Minor coding style adjustment for DxeCore.
2008-05-09 qhuang8Add doxygen style comments for functions in DxeMain.
2008-03-14 lgao4A leaf section type may contains an array of zero or...
2008-02-13 jljustenMdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtr...
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-10 mdkinneyroll back change
2007-12-07 lgao4Cache FvImage at buffer with its required alignment.
2007-09-29 lgao41. Add ExtractGuidedSectionLib library to replace custo...
2007-08-22 yshang1Update PciCfg2.c to follow strict ANSI C spec.
2007-08-08 lgao4Correct parameter UINTN to UINT32. Fix UINTN conver...
2007-08-08 qhuang8Fix the type-cast between UINT32 & UINTN
2007-08-08 lgao4Update CustomDecompress library to support algorithm...
2007-07-04 yshang1Check in DxeCore for Nt32 platform. Currently, it does...