Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database
LIMITATION: 1) ONLY dynamic type PCD is supported for now. DynamicEx is not supported. 2) HII enable and VPD is not tested. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@254 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -159,8 +159,8 @@ Returns:
|
||||
CHAR16 *MemorySizeStr;
|
||||
CHAR16 *FirmwareVolumesStr;
|
||||
|
||||
MemorySizeStr = (CHAR16 *)FixedPcdGetPtr (PcdWinNtMemorySize);
|
||||
FirmwareVolumesStr = (CHAR16 *)FixedPcdGetPtr (PcdWinNtFirmwareVolume);
|
||||
MemorySizeStr = (CHAR16 *)PcdGetPtr (PcdWinNtMemorySizeForSecMain);
|
||||
FirmwareVolumesStr = (CHAR16 *)PcdGetPtr (PcdWinNtFirmwareVolume);
|
||||
|
||||
printf ("\nEDK SEC Main NT Emulation Environment from www.TianoCore.org\n");
|
||||
|
||||
|
Reference in New Issue
Block a user