X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FEdkNt32Pkg.spd;h=bb973a4decdcdb026ab208f0065a2de0ce3c7ece;hp=f52a1ac30fe91bb46e85455410484ecf1cc3cfce;hb=d08b357f8ac448f8e7180f920faa4b335e1fc65e;hpb=c1d69edb83905019839ef4158354207fa6dcebe7 diff --git a/EdkNt32Pkg/EdkNt32Pkg.spd b/EdkNt32Pkg/EdkNt32Pkg.spd index f52a1ac30f..bb973a4dec 100644 --- a/EdkNt32Pkg/EdkNt32Pkg.spd +++ b/EdkNt32Pkg/EdkNt32Pkg.spd @@ -6,7 +6,7 @@ 0.3 This is the NT32 Emulation Environment Platform Reference platform implementation using an emulator. - Copyright (c) 2006, Intel Corporation. + Copyright (c) 2006, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. @@ -30,9 +30,6 @@ - Dxe/ConPlatform/ConPlatform.msa Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa Dxe/PlatformBds/PlatformBds.msa @@ -176,7 +173,9 @@ UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumUnicodeStringLength is not zero, the maximum + number of characters (not counting the NULL-terminator) in a + Unicode string cannot exceed it. PcdMaximumAsciiStringLength @@ -185,7 +184,9 @@ UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumAsciiStringLength is not zero, the maximum number + of characters (not counting the NULL-terminator) in an ASCII + string cannot exceed it. PcdMaximumLinkedListLength @@ -194,7 +195,9 @@ UINT32 FIXED_AT_BUILD 1000000 - HELP FIX ME! + If PcdMaximumLinkedListLength is not zero, the maximum number + of nodes (not counting the list header) in a linked list + cannot exceed it. PcdSpinLockTimeout @@ -203,7 +206,8 @@ UINT32 FIXED_AT_BUILD 10000000 - HELP FIX ME! + If PcdSpinLockTimeout is not zero, it stands for the timeout + value (unit: millisecond) for spin lock. PcdDebugPropertyMask @@ -212,7 +216,9 @@ UINT8 FIXED_AT_BUILD 0x0f - HELP FIX ME! + The bitmask of flags that specify the enable/disable of Debug + Assert, Debug Print, Debug Code, Clear Memory, Assert + Breakpoint and Assert Deadloop. PcdDebugPrintErrorLevel @@ -221,7 +227,8 @@ UINT32 PATCHABLE_IN_MODULE 0x80000000 - HELP FIX ME! + The bitmask of flags that specify the kind of debug message + output when Debug Print is enabled. PcdReportStatusCodePropertyMask @@ -230,7 +237,8 @@ UINT8 FIXED_AT_BUILD 0x07 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of + Progress Code, Error Code and Debug Code. PcdDebugClearMemoryValue @@ -239,7 +247,8 @@ UINT8 FIXED_AT_BUILD 0xAF - HELP FIX ME! + The value used by DebugClearMemory () to fill a certain range + of memory. PcdDebugClearMemoryValue @@ -248,7 +257,8 @@ UINT8 FIXED_AT_BUILD 0xAF - HELP FIX ME! + The value used by DebugClearMemory () to fill a certain range + of memory. PcdPerformanceLibraryPropertyMask @@ -257,7 +267,8 @@ UINT8 FIXED_AT_BUILD 0 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of + Performance Measurement. PcdWinNtPhysicalDisk @@ -266,7 +277,9 @@ VOID* DYNAMIC L"FW;40960;512" - HELP FIX ME! + 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 @@ -275,7 +288,9 @@ VOID* DYNAMIC L"FW;40960;512" - HELP FIX ME! + 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". PcdWinNtSerialPort @@ -284,7 +299,8 @@ VOID* DYNAMIC L"COM1!COM2" - HELP FIX ME! + This Pcd declares two serial port for simulated environment. + The item type of this PCD can only be "DYNAMIC". PcdWinNtUga @@ -293,7 +309,8 @@ VOID* DYNAMIC L"UGA Window 1!UGA Window 2" - HELP FIX ME! + This PCD declares the resolutions for the UGA windows. + The item type of this PCD can only be "DYNAMIC". PcdWinNtFileSystem @@ -302,7 +319,9 @@ VOID* FIXED_AT_BUILD L".!C:\\D\\work\\Remodel\\mdk\\EdkShellBinPkg\\bin\\ia32\\Apps" - HELP FIX ME! + This PCD defines the windows directory who will be mounted as + harddisk in simulator. + The item type of this PCD can only be "DYNAMIC". PcdWinNtMemorySize @@ -311,7 +330,8 @@ VOID* FIXED_AT_BUILD L"64!64" - HELP FIX ME! + This PCD defines the size of simulated memory size. + The item type of this PCD can only be "DYNAMIC". PcdWinNtMemorySizeForSecMain @@ -320,7 +340,9 @@ VOID* FIXED_AT_BUILD L"64!64" - HELP FIX ME! + 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". PcdWinNtBootMode @@ -329,7 +351,20 @@ UINT32 FIXED_AT_BUILD 1 - HELP FIX ME! + 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. + 0x2: Boot assume no configuration changes. + 0x3: Boot with full configuration plus diagnostics. + 0x4: Boot with default settings. + 0x5: Boot on S4 resume. + 0x6: Boot on S5 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". PcdWinNtCpuModel @@ -338,7 +373,8 @@ VOID* FIXED_AT_BUILD L"Intel(R) Processor Model" - HELP FIX ME! + This PCD defines simulated CPU model string. + The item type of this PCD can only be "DYNAMIC". PcdWinNtCpuSpeed @@ -347,7 +383,7 @@ VOID* FIXED_AT_BUILD L"3000" - HELP FIX ME! + This PCD defines simulated CPU speed string. PcdWinNtFirmwareVolume @@ -356,7 +392,8 @@ VOID* FIXED_AT_BUILD L"..\\..\\Fv\\Fv_Recovery.fd" - HELP FIX ME! + 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". PcdWinNtConsole @@ -365,7 +402,9 @@ VOID* FIXED_AT_BUILD L"Bus Driver Console Window" - HELP FIX ME! + 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".