Age | Commit message (Expand) | Author |
2014-09-03 | MdePkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-03-25 | Support load 64 bit image from 32 bit core. | Eric Dong |
2014-02-12 | Add more check for PE COFF SizeOfHeader field. | jyao1 |
2013-08-07 | MdePkg/BasePeCoffLib: Fixed coding style | Olivier Martin |
2013-07-29 | MdePkg: Added ARM Aarch64 support to PE/COFF support | Harry Liebel |
2012-12-26 | Checks the TE image before use it. | ydong10 |
2012-12-06 | Remove the ASSERT (FALSE) code, just return unsupported. | ydong10 |
2012-11-28 | Enhance the check for RelocBase->SizeOfBlock before use it. | ydong10 |
2012-11-28 | Enhance the check for some fields in the PE image before use it. | ydong10 |
2012-11-26 | Enhance the check for resource section data. | ydong10 |
2012-11-26 | Enhance the check for debug data before get the PdbPointer. | ydong10 |
2012-11-20 | Remove the useless code. | ydong10 |
2012-09-11 | Enhance the error code info. | ydong10 |
2012-09-11 | Enhance the comments. | ydong10 |
2012-08-22 | Enhance the check for some fields in the PE image before use it. | ydong10 |
2012-08-21 | Enhance the check when ImageRead function return. | ydong10 |
2012-06-12 | Add comment for modules which have external input. | jyao1 |
2012-05-04 | Update the logic related to get section header offset for TE image. | ydong10 |
2012-04-26 | Patch include: | ydong10 |
2012-04-24 | Validate some fields in PE image to make sure not access violation for later ... | ydong10 |
2012-03-16 | Update the offset when read every debug entries info. | ydong10 |
2011-07-12 | MdePkg: Fix X64 clang compile issues. | andrewfish |
2011-02-16 | Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V... | lgao4 |
2010-12-22 | Update inappropriate comments. | ydong10 |
2010-12-16 | Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C... | andrewfish |
2010-07-24 | minor format update | hhtian |
2010-06-30 | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter |
2010-06-25 | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter |
2010-04-23 | Update the copyright notice format | hhtian |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2009-10-15 | Do not update the ImageBase in the PE/COFF header if Adjust is 0. | mdkinney |
2009-10-08 | Do not apply relocation fixups if the Adjust value is zero, which means the i... | mdkinney |
2009-10-01 | Check to see if the section size of non-zero before failing a load operation ... | mdkinney |
2009-08-24 | Fix file headers | mdkinney |
2009-08-19 | Remove tabs in source code in MdePkg. | qhuang8 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 |
2009-08-18 | Add ARM support | mdkinney |
2009-05-11 | add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ... | eric_tian |
2009-05-06 | Update BasePeCoff to Initialize the debug field to zero. | lgao4 |
2009-04-30 | Update BasePeCoffLib comments to specify this library support scope. | lgao4 |
2009-04-30 | Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s... | lgao4 |
2009-04-23 | Add check for the validity of resource directory address. | qhuang8 |
2009-04-22 | Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (... | qhuang8 |
2009-03-05 | Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt... | qhuang8 |
2009-02-05 | 1) Remove UEFI specific defines from IndustryStandard/PeImage.h | mdkinney |
2009-01-09 | INF file verified, and Coding Style reviewed. | gikidy |
2009-01-07 | Add check for Zero Relocation section. | lgao4 |
2009-01-04 | Temporarily remove the assertions and we may find some error handling way to ... | qhuang8 |