]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Sep 2007 08:14:30 +0000 (08:14 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Sep 2007 08:14:30 +0000 (08:14 +0000)
commit3d7b0992fccc89cc049de91d02b4869ec81cf9fb
treee3731a47419ab758cb9c5d37137d0ab169dc82be
parent64253026df2cc1538eb05c9dc2a5403e54ae1af2
1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain.
2. Add three PeCoff library instances for NT32 PeImage load.
3. Update PeCoffGetEntryPointLib to support TeImage.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3965 6f19259b-4bc3-4df7-8a09-765794883524
21 files changed:
MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/DxeMain.inf
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
MdeModulePkg/Core/Dxe/Image/Image.c
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
MdeModulePkg/Core/Pei/Image/Image.c
MdeModulePkg/Core/Pei/PeiMain.h
MdeModulePkg/Core/Pei/PeiMain.inf
MdeModulePkg/MdeModulePkg.dsc
MdePkg/Include/Library/PeCoffLib.h
MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.c [new file with mode: 0644]
Nt32Pkg/Library/DxeNt32PeCoffLib/DxeNt32PeCoffLib.inf [new file with mode: 0644]
Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.c [new file with mode: 0644]
Nt32Pkg/Library/PeiCoreNt32PeCoffLib/PeiCoreNt32PeCoffLib.inf [new file with mode: 0644]
Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c [new file with mode: 0644]
Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.inf [new file with mode: 0644]
Nt32Pkg/Nt32Pkg.dsc