From 6d3aa33ed03ca6d9d1af2e5425e8c5adec3f5f5d Mon Sep 17 00:00:00 2001 From: yshang1 Date: Fri, 3 Aug 2007 08:52:48 +0000 Subject: 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 --- Nt32Pkg/Nt32Pkg.fdf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Nt32Pkg/Nt32Pkg.fdf') diff --git a/Nt32Pkg/Nt32Pkg.fdf b/Nt32Pkg/Nt32Pkg.fdf index 5159708db3..9048af69f0 100644 --- a/Nt32Pkg/Nt32Pkg.fdf +++ b/Nt32Pkg/Nt32Pkg.fdf @@ -25,7 +25,7 @@ # ################################################################################ [FD.Fv_Recovery] -BaseAddress = 0x0|PcdFdBaseAddress #The base address of the FLASH Device. +BaseAddress = 0x0|PcdWinNtFdBaseAddress #The base address of the FLASH Device. Size = 0x002a0000 #The size in bytes of the FLASH Device ErasePolarity = 1 BlockSize = 0x10000 @@ -47,11 +47,11 @@ NumBlocks = 0x2a # ################################################################################ 0x00000000|0x00280000 -PcdFlashFvRecoveryBase|PcdFlashFvRecoverySize +PcdWinNtFlashFvRecoveryBase|PcdWinNtFlashFvRecoverySize FV = FvRecovery 0x00280000|0x0000c000 -PcdFlashNvStorageBase|PcdFlashNvStorageSize +PcdWinNtFlashNvStorageVariableBase|PcdFlashNvStorageVariableSize DATA = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -67,10 +67,10 @@ DATA = { } 0x0028c000|0x00002000 -PcdFlashNvStorageEventLogBase|PcdFlashNvStorageEventLogSize +PcdWinNtFlashNvStorageEventLogBase|PcdWinNtFlashNvStorageEventLogSize 0x0028e000|0x00002000 -PcdFlashNvStorageFtwWorkingBase|PcdFlashNvStorageFtwWorkingSize +PcdWinNtFlashNvStorageFtwWorkingBase|PcdFlashNvStorageFtwWorkingSize DATA = { 0x8d, 0x2b, 0xf1, 0xff, 0x96, 0x76, 0x8b, 0x4c, 0xa9, 0x85, 0x27, 0x47, 0x07, 0x5b, 0x4f, 0x50, @@ -79,7 +79,7 @@ DATA = { } 0x00290000|0x00010000 -PcdFlashNvStorageFtwSpareBase|PcdFlashNvStorageFtwSpareBase +PcdWinNtFlashNvStorageFtwSpareBase|PcdFlashNvStorageFtwSpareSize ################################################################################ # -- cgit v1.2.3