summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-03 08:54:27 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-03 08:54:27 +0000
commit58ece2ec9d2b57f394a83e934bcfbb1a730e4b88 (patch)
treed309f11d85d13a48f8c9d1792c52b9632c8612c4 /Nt32Pkg
parent6d3aa33ed03ca6d9d1af2e5425e8c5adec3f5f5d (diff)
downloadedk2-58ece2ec9d2b57f394a83e934bcfbb1a730e4b88.tar.gz
edk2-58ece2ec9d2b57f394a83e934bcfbb1a730e4b88.tar.bz2
edk2-58ece2ec9d2b57f394a83e934bcfbb1a730e4b88.zip
Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3545 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r--Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c1
-rw-r--r--Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c1
-rw-r--r--Nt32Pkg/WinNtFlashMapPei/FlashMap.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c b/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c
index 48926fbf53..c2245f48c9 100644
--- a/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c
+++ b/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c
@@ -1281,7 +1281,6 @@ Returns:
// Get the DXE services table
//
DxeServices = gDS;
- __asm int 3;
//
// Allocate runtime services data for global variable, which contains
diff --git a/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c b/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c
index 643b92c446..b5afe106ee 100644
--- a/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c
+++ b/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c
@@ -66,7 +66,6 @@ Returns:
DEBUG ((EFI_D_ERROR, "NT 32 Firmware Volume PEIM Loaded\n"));
- __asm int 3;
//
// Get the Fwh Information PPI
//
diff --git a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
index 6824070b8b..1837b30e0b 100644
--- a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
+++ b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
@@ -63,7 +63,6 @@ Returns:
DEBUG ((EFI_D_ERROR, "NT 32 Flash Map PEIM Loaded\n"));
- __asm int 3;
//
// Get the Fwh Information PPI
//