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@3544 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2007-08-03 08:52:48 +00:00
parent c8db3056ec
commit 6d3aa33ed0
12 changed files with 116 additions and 341 deletions

View File

@ -649,6 +649,8 @@ InitializeFtwLite (
ASSERT_EFI_ERROR (Status);
__asm int 3;
ZeroMem (FtwLiteDevice, sizeof (EFI_FTW_LITE_DEVICE));
FtwLiteDevice->Signature = FTW_LITE_DEVICE_SIGNATURE;