Re: [edk2] Help:PEIM Binary format

2013-03-20 Thread Andrew Fish
Modules are either PE/COFF or TE. PEIMs are often TE. PE/COFF spec - http://msdn.microsoft.com/en-us/library/windows/hardware/gg463119.aspx TE is a stripped header version of PE/COFF defined in the PI spec - http://www.uefi.org/specs/ UEFI Platform Initialization Specification 1.2.1 Volume 1

Re: [edk2] Help:PEIM Binary format

2013-03-20 Thread Gao, Liming
PEIM binary may be EFI image or TE image. EFI image is PE32+ image format. TE image is defined in PI spec. From: Vishnuvardhan Reddy [mailto:vishnuvardhan.re...@lntinfotech.com] Sent: Thursday, March 21, 2013 1:34 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Help:PEIM Binary format Hi