mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
6d3aa33ed0
commit
58ece2ec9d
|
@ -649,8 +649,6 @@ InitializeFtwLite (
|
||||||
|
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
__asm int 3;
|
|
||||||
|
|
||||||
ZeroMem (FtwLiteDevice, sizeof (EFI_FTW_LITE_DEVICE));
|
ZeroMem (FtwLiteDevice, sizeof (EFI_FTW_LITE_DEVICE));
|
||||||
FtwLiteDevice->Signature = FTW_LITE_DEVICE_SIGNATURE;
|
FtwLiteDevice->Signature = FTW_LITE_DEVICE_SIGNATURE;
|
||||||
|
|
||||||
|
|
|
@ -1281,7 +1281,6 @@ Returns:
|
||||||
// Get the DXE services table
|
// Get the DXE services table
|
||||||
//
|
//
|
||||||
DxeServices = gDS;
|
DxeServices = gDS;
|
||||||
__asm int 3;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Allocate runtime services data for global variable, which contains
|
// Allocate runtime services data for global variable, which contains
|
||||||
|
|
|
@ -66,7 +66,6 @@ Returns:
|
||||||
|
|
||||||
DEBUG ((EFI_D_ERROR, "NT 32 Firmware Volume PEIM Loaded\n"));
|
DEBUG ((EFI_D_ERROR, "NT 32 Firmware Volume PEIM Loaded\n"));
|
||||||
|
|
||||||
__asm int 3;
|
|
||||||
//
|
//
|
||||||
// Get the Fwh Information PPI
|
// Get the Fwh Information PPI
|
||||||
//
|
//
|
||||||
|
|
|
@ -63,7 +63,6 @@ Returns:
|
||||||
|
|
||||||
DEBUG ((EFI_D_ERROR, "NT 32 Flash Map PEIM Loaded\n"));
|
DEBUG ((EFI_D_ERROR, "NT 32 Flash Map PEIM Loaded\n"));
|
||||||
|
|
||||||
__asm int 3;
|
|
||||||
//
|
//
|
||||||
// Get the Fwh Information PPI
|
// Get the Fwh Information PPI
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue