summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ECC issueklu22008-10-241-30/+30
* Update HobLib and PeCoffLib according to MDE Lib Spec 0.61clgao42008-10-101-7/+9
* 1. Change 0 == Length style to Length == 0lgao42008-09-181-19/+20
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to ...lgao42008-07-171-6/+10
* 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
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Add in BasePeCoff library instance.qwang122007-06-281-0/+1338
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-1333/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-60/+1
* 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
* 1. Adjust might be 64bit, so we need to typecast it to UINT32 firstly.vanjeff2006-08-151-41/+41
* Fixed bugs found when this code was ported into R8. ajfish2006-08-111-5/+7
* TeImage Signature should be got from Te pointer, not Pe pointerlgao42006-07-281-1/+1
* Added back safety check for PE/COFF image walking. I think the safety check i...ajfish2006-07-261-0/+9
* Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla...ajfish2006-07-261-207/+511
* • BaseMemoryLib:qhuang82006-06-261-23/+23
* 1. UINTN & INTN issue for EBC architecture:qhuang82006-06-221-29/+22
* 1. PostCodeLib.qhuang82006-06-191-66/+88
* Initial import.bbahnsen2006-04-211-0/+1019