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