]> git.proxmox.com Git - mirror_edk2.git/commit - Nt32Pkg/Nt32Pkg.dsc
Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Jul 2007 15:27:43 +0000 (15:27 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 5 Jul 2007 15:27:43 +0000 (15:27 +0000)
commit56a71b557eda2b1fad72728e0d4d074a4083ac68
tree0388af56c7cc5ebc942aedc620a4f25f1171d2b6
parent05629d528e256c227c535dd3a2f81616c0ba9249
Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob.
Help to build DxeCore in Nt32Pkg platform.
Fix the wrong DebugLib used in Nt32Pkg platform.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3076 6f19259b-4bc3-4df7-8a09-765794883524
13 files changed:
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg/Include/Guid/FlashMapHob.h [new file with mode: 0644]
MdeModulePkg/Include/Ppi/FlashMap.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
Nt32Pkg/Nt32Pkg.dsc
Nt32Pkg/Nt32Pkg.fdf
Nt32Pkg/WinNtFirmwareVolumePei/WinNtFwh.dxs [new file with mode: 0644]
Nt32Pkg/WinNtFirmwareVolumePei/WinNtFwh.inf [new file with mode: 0644]
Nt32Pkg/WinNtFirmwareVolumePei/WinNtFwh.msa [new file with mode: 0644]
Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c [new file with mode: 0644]
Nt32Pkg/WinNtFlashMapPei/FlashMap.c [new file with mode: 0644]
Nt32Pkg/WinNtFlashMapPei/FlashMap.inf [new file with mode: 0644]
Nt32Pkg/WinNtFlashMapPei/FlashMap.msa [new file with mode: 0644]