summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib
AgeCommit message (Expand)AuthorFilesLines
2009-05-11add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian1-0/+12
2009-05-06Update BasePeCoff to Initialize the debug field to zero.lgao41-3/+4
2009-04-30Update BasePeCoffLib comments to specify this library support scope.lgao43-7/+9
2009-04-30Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao41-2/+1
2009-04-23Add check for the validity of resource directory address.qhuang81-32/+32
2009-04-22Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang81-11/+84
2009-03-05Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang83-0/+13
2009-02-051) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney3-5/+5
2009-01-09INF file verified, and Coding Style reviewed.gikidy1-2/+2
2009-01-07Add check for Zero Relocation section.lgao41-31/+49
2009-01-04Temporarily remove the assertions and we may find some error handling way to ...qhuang81-3/+0
2008-12-31Add some ASSERT()s to avoid NULL reference.gikidy1-0/+3
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy2-19/+33
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang83-3/+3
2008-12-04Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy1-1/+1
2008-11-27Add several missing assertions.qhuang81-7/+22
2008-11-26Function headers in .h and .c files synchronized with specjji41-0/+2
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-2/+1
2008-10-24Fix ECC issueklu22-84/+84
2008-10-10Update HobLib and PeCoffLib according to MDE Lib Spec 0.61clgao41-7/+9
2008-09-181. Change 0 == Length style to Length == 0lgao45-213/+26
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1
2008-08-25remove the unused msa files in MdePkg.lgao41-50/+0
2008-07-17Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to ...lgao41-6/+10
2008-07-14Code scrub:yshang14-4/+8
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang81-1/+1
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+2
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao41-0/+20
2007-07-19Remove unused comments in MdePkg.yshang11-27/+0
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH5-10/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH8-61/+11
2007-06-28Add in BasePeCoff library instance.qwang129-0/+2352
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch7-2206/+0
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli244-61/+127
2007-01-16Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao41-2/+2
2007-01-15Correct TeImage Header based on PeiCis spec.lgao41-1/+1
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao41-2/+5
2007-01-12Correctly skip debug entry.lgao41-5/+4
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney1-11/+52
2006-12-08The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu21-18/+1
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu21-16/+33
2006-08-17Continue to fix EDKT187.klu21-3/+0
2006-08-151. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff1-41/+41
2006-08-11Fixed bugs found when this code was ported into R8. ajfish1-5/+7
2006-08-021. cleanup functions header in PeCoffLoaderEx.cvanjeff1-73/+52
2006-07-28TeImage Signature should be got from Te pointer, not Pe pointerlgao41-1/+1
2006-07-26Added back safety check for PE/COFF image walking. I think the safety check i...ajfish1-0/+9