X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FEdkNt32Pkg.spd;h=614a3994d048fdf450b85a8cf48a0f6e9e867bb2;hp=bb973a4decdcdb026ab208f0065a2de0ce3c7ece;hb=9471ecb798ad67b8e53e6b2bcaf56ef5d83162e6;hpb=6604a171e4d0835505dab85ff211c7baa18aaa70 diff --git a/EdkNt32Pkg/EdkNt32Pkg.spd b/EdkNt32Pkg/EdkNt32Pkg.spd index bb973a4dec..614a3994d0 100644 --- a/EdkNt32Pkg/EdkNt32Pkg.spd +++ b/EdkNt32Pkg/EdkNt32Pkg.spd @@ -1,14 +1,14 @@ - - + + EdkNt32Pkg 0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3 0.3 This is the NT32 Emulation Environment Platform Reference platform implementation using an emulator. - Copyright (c) 2006, Intel Corporation. + Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved. - This program and the accompanying materials are licensed and made available + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES @@ -29,8 +29,57 @@ + + + Include/Common/WinNTInclude.h + + + + Include/Library/EdkGenericBdsLib.h + + + + Include/Library/WinNtLib.h + + + + Include/Ppi/NtAutoscan.h + + + + Include/Ppi/NtFwh.h + + + + Include/Ppi/NtPeiLoadFile.h + + + + Include/Ppi/NtThunk.h + + + + Include/Protocol/WinNtIo.h + + + + Include/Protocol/WinNtThunk.h + + + + Include/FlashLayout.h + + + + Include/WinNtDxe.h + + + + Include/WinNtPeim.h + + + - Dxe/ConPlatform/ConPlatform.msa Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa Dxe/PlatformBds/PlatformBds.msa Dxe/WinNtThunk/Bus/BlockIo/WinNtBlockIo.msa @@ -38,6 +87,7 @@ Dxe/WinNtThunk/Bus/SerialIo/WinNtSerialIo.msa Dxe/WinNtThunk/Bus/SimpleFileSystem/WinNtSimpleFileSystem.msa Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa + Dxe/WinNtThunk/Bus/Gop/WinNtGop.msa Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa Dxe/WinNtThunk/Chipset/Metronome/Metronome.msa Dxe/WinNtThunk/Chipset/RealTimeClock/RealTimeClock.msa @@ -49,12 +99,13 @@ Library/EdkGenericBdsLib/EdkGenericBdsLib.msa Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.msa Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.msa + Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.msa + Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.msa Logo/Logo.msa Pei/Autoscan/WinNtAutoScan.msa Pei/BootMode/BootMode.msa Pei/FirmwareVolume/WinNtFwh.msa Pei/FlashMap/FlashMap.msa - Pei/MonoStatusCode/MonoStatusCode.msa Pei/WinNtStuff/WinNtStuff.msa RuntimeDxe/FvbServices/Nt32Fwh.msa Sec/SecMain.msa @@ -67,14 +118,13 @@ Include/WinNtDxe.h Include/WinNtDxe.h Include/WinNtDxe.h - Include/WinNtPeim.h gEfiEdkNt32PkgTokenSpaceGuid 0D79A645-1D91-40a6-A81F-61E6982B32B4 All PCD define in EdkNt32Pkg is in this token space scope - + gEfiWinNtVirtualDisksGuid 0C95A928-A006-11D4-BCFA-0080C73C8881 @@ -95,6 +145,11 @@ 0C95A93D-A006-11D4-BCFA-0080C73C8881 + + gEfiWinNtGopGuid + 4e11e955-ccca-11d4-bd0d-0080c73c8881 + + gEfiWinNtUgaGuid AB248E99-ABE1-11D4-BD0D-0080C73C8881 @@ -130,6 +185,11 @@ 582E7CA1-68CD-4D44-B43B-F298ED587BA6 + + gWinNtBusDriverGuid + 0419f582-0625-4531-8a33-85a9965c95bc + + @@ -166,120 +226,15 @@ - - PcdMaximumUnicodeStringLength - 0x00000001 - gEfiMdePkgTokenSpaceGuid - UINT32 - FIXED_AT_BUILD - 1000000 - If PcdMaximumUnicodeStringLength is not zero, the maximum - number of characters (not counting the NULL-terminator) in a - Unicode string cannot exceed it. - - - PcdMaximumAsciiStringLength - 0x00000002 - gEfiMdePkgTokenSpaceGuid - UINT32 - FIXED_AT_BUILD - 1000000 - If PcdMaximumAsciiStringLength is not zero, the maximum number - of characters (not counting the NULL-terminator) in an ASCII - string cannot exceed it. - - - PcdMaximumLinkedListLength - 0x00000003 - gEfiMdePkgTokenSpaceGuid - UINT32 - FIXED_AT_BUILD - 1000000 - If PcdMaximumLinkedListLength is not zero, the maximum number - of nodes (not counting the list header) in a linked list - cannot exceed it. - - - PcdSpinLockTimeout - 0x00000004 - gEfiMdePkgTokenSpaceGuid - UINT32 - FIXED_AT_BUILD - 10000000 - If PcdSpinLockTimeout is not zero, it stands for the timeout - value (unit: millisecond) for spin lock. - - - PcdDebugPropertyMask - 0x00000005 - gEfiMdePkgTokenSpaceGuid - UINT8 - FIXED_AT_BUILD - 0x0f - The bitmask of flags that specify the enable/disable of Debug - Assert, Debug Print, Debug Code, Clear Memory, Assert - Breakpoint and Assert Deadloop. - - - PcdDebugPrintErrorLevel - 0x00000006 - gEfiMdePkgTokenSpaceGuid - UINT32 - PATCHABLE_IN_MODULE - 0x80000000 - The bitmask of flags that specify the kind of debug message - output when Debug Print is enabled. - - - PcdReportStatusCodePropertyMask - 0x00000007 - gEfiMdePkgTokenSpaceGuid - UINT8 - FIXED_AT_BUILD - 0x07 - The bitmask of flags that specify the enable/disable of - Progress Code, Error Code and Debug Code. - - - PcdDebugClearMemoryValue - 0x00000008 - gEfiMdePkgTokenSpaceGuid - UINT8 - FIXED_AT_BUILD - 0xAF - The value used by DebugClearMemory () to fill a certain range - of memory. - - - PcdDebugClearMemoryValue - 0x00000008 - gEfiMdePkgTokenSpaceGuid - UINT8 - FIXED_AT_BUILD - 0xAF - The value used by DebugClearMemory () to fill a certain range - of memory. - - - PcdPerformanceLibraryPropertyMask - 0x00000009 - gEfiMdePkgTokenSpaceGuid - UINT8 - FIXED_AT_BUILD - 0 - The bitmask of flags that specify the enable/disable of - Performance Measurement. - PcdWinNtPhysicalDisk 0x00001000 gEfiEdkNt32PkgTokenSpaceGuid VOID* DYNAMIC - L"FW;40960;512" - This PCD defines physical disk which will be simualted as a - harddisk in simulator. - The item type of this PCD can only be "DYNAMIC". + L"E:RW;245760;512" + This PCD defines physical disk which will be simualted as a + harddisk in simulator. The item type of this PCD can only be "DYNAMIC". PcdWinNtVirtualDisk @@ -288,9 +243,8 @@ VOID* DYNAMIC L"FW;40960;512" - This PCD defines the file attribute which will be simulated as - a harddisk in simulator. - The item type if this PCD can only be "DYNAMIC". + This PCD defines the devices which use a file to emulate a hard disk or + removable media device.The item type of this PCD can only be "DYNAMIC". PcdWinNtSerialPort @@ -317,9 +271,9 @@ 0x00001004 gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD - L".!C:\\D\\work\\Remodel\\mdk\\EdkShellBinPkg\\bin\\ia32\\Apps" - This PCD defines the windows directory who will be mounted as + DYNAMIC + L".!..\\..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps" + This PCD defines the windows directory who will be mounted as harddisk in simulator. The item type of this PCD can only be "DYNAMIC". @@ -328,30 +282,20 @@ 0x00001005 gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD - L"64!64" - This PCD defines the size of simulated memory size. - The item type of this PCD can only be "DYNAMIC". - - - PcdWinNtMemorySizeForSecMain - 0x00001005 - gEfiEdkNt32PkgTokenSpaceGuid - VOID* - FIXED_AT_BUILD + DYNAMIC L"64!64" This PCD defines the memory size of simulated machine. Simulator will allocate - the size of PcdWinNtMemorySizeForSecMain in windows platform. - The item type of this PCD can only be "FIXED_AT_BUILD". + the size of PcdWinNtMemorySize in windows platform. + The item type of this PCD can only be "DYNAMIC". PcdWinNtBootMode 0x00001006 gEfiEdkNt32PkgTokenSpaceGuid UINT32 - FIXED_AT_BUILD + FIXED_AT_BUILD PATCHABLE_IN_MODULE 1 - This PCD defines the boot mode for simualtor. + This PCD defines the boot mode for simualtor. The boot mode can be set as following value: 0x0: Boot with full configuration. 0x1: Boot with minimal configuration. @@ -360,18 +304,17 @@ 0x4: Boot with default settings. 0x5: Boot on S4 resume. 0x6: Boot on S5 resume. - 0x10: Boot on S2 resume. + 0x10: Boot on S2 resume. 0x11: Boot on S3 resume. 0x12: Boot on flash update. - 0x20: Boot in reovery mode. - The item type of this PCD can only be "FIXED_AT_BUILD". + 0x20: Boot in reovery mode. PcdWinNtCpuModel 0x00001007 gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD + DYNAMIC L"Intel(R) Processor Model" This PCD defines simulated CPU model string. The item type of this PCD can only be "DYNAMIC". @@ -381,30 +324,50 @@ 0x00001008 gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD + DYNAMIC L"3000" - This PCD defines simulated CPU speed string. + This PCD defines simulated CPU speed string. + The item type of this PCD can only be "DYNAMIC". PcdWinNtFirmwareVolume 0x00001009 gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD - L"..\\..\\Fv\\Fv_Recovery.fd" - This PCD defines the FD file windows path string. Simulator will load the FD file and execute. - The item type of this PCD can only be "FIXED_AT_BUILD". + FIXED_AT_BUILD PATCHABLE_IN_MODULE + L"..\\Fv\\Fv_Recovery.fd" + This PCD defines the FD file windows path string. Simulator will load the FD file and execute. PcdWinNtConsole 0x0000100a gEfiEdkNt32PkgTokenSpaceGuid VOID* - FIXED_AT_BUILD + DYNAMIC L"Bus Driver Console Window" - This PCD declares the title string of the text console window. + This PCD declares the title string of the text console window. such as "My EFI Console". The item type of this PCD can only be "DYNAMIC". + + PcdWinNtMemorySizeForSecMain + 0x0000100c + gEfiEdkNt32PkgTokenSpaceGuid + VOID* + FIXED_AT_BUILD PATCHABLE_IN_MODULE + L"64!64" + This PCD defines the memory size of simulated machine. Simulator will allocate + the size of PcdWinNtMemorySizeForSecMain in windows platform. + + + PcdWinNtGop + 0x0000100d + gEfiEdkNt32PkgTokenSpaceGuid + VOID* + DYNAMIC + L"UGA Window 1!UGA Window 2" + This PCD declares the resolutions for the GOP windows. + The item type of this PCD can only be "DYNAMIC". +