summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib
Commit message (Expand)AuthorAgeFilesLines
...
* Do not update the ImageBase in the PE/COFF header if Adjust is 0.mdkinney2009-10-151-3/+9
* Do not apply relocation fixups if the Adjust value is zero, which means the i...mdkinney2009-10-081-85/+90
* Check to see if the section size of non-zero before failing a load operation ...mdkinney2009-10-011-10/+10
* Fix file headersmdkinney2009-08-243-3/+3
* Remove tabs in source code in MdePkg.qhuang82009-08-191-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-193-98/+98
* Add ARM supportmdkinney2009-08-183-4/+103
* add the extra comments into BasePeCoffRelocateImage, BasePeCoffLoadImage and ...eric_tian2009-05-111-0/+12
* Update BasePeCoff to Initialize the debug field to zero.lgao42009-05-061-3/+4
* Update BasePeCoffLib comments to specify this library support scope.lgao42009-04-303-7/+9
* Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't s...lgao42009-04-301-2/+1
* Add check for the validity of resource directory address.qhuang82009-04-231-32/+32
* Add HiiResourceData field to PeCoffLib library class. PeCoffLoaderLoadImage (...qhuang82009-04-221-11/+84
* Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang82009-03-053-0/+13
* 1) Remove UEFI specific defines from IndustryStandard/PeImage.hmdkinney2009-02-053-5/+5
* INF file verified, and Coding Style reviewed.gikidy2009-01-091-2/+2
* Add check for Zero Relocation section.lgao42009-01-071-31/+49
* Temporarily remove the assertions and we may find some error handling way to ...qhuang82009-01-041-3/+0
* Add some ASSERT()s to avoid NULL reference.gikidy2008-12-311-0/+3
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-112-19/+33
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-053-3/+3
* Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy2008-12-041-1/+1
* Add several missing assertions.qhuang82008-11-271-7/+22
* Function headers in .h and .c files synchronized with specjji42008-11-261-0/+2
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-1/+0
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+1
* Fix ECC issueklu22008-10-242-84/+84
* Update HobLib and PeCoffLib according to MDE Lib Spec 0.61clgao42008-10-101-7/+9
* 1. Change 0 == Length style to Length == 0lgao42008-09-185-213/+26
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* remove the unused msa files in MdePkg.lgao42008-08-251-50/+0
* Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to ...lgao42008-07-171-6/+10
* Code scrub:yshang12008-07-144-4/+8
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+2
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-281-0/+20
* Remove unused comments in MdePkg.yshang12007-07-191-27/+0
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-125-10/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-298-61/+11
* Add in BasePeCoff library instance.qwang122007-06-289-0/+2352
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-017-2206/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-254-61/+127
* Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao42007-01-161-2/+2
* Correct TeImage Header based on PeiCis spec.lgao42007-01-151-1/+1
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-151-2/+5
* Correctly skip debug entry.lgao42007-01-121-5/+4
* Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney2006-12-121-11/+52
* The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu22006-12-081-18/+1