X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.spd;h=71415164ec97619ff5f5f7cbf7549327744e342c;hp=2fc648fab8c2cf5711c53a4d0e4edbaa1d694876;hb=f23c214dca7068e1b38bbf864a2c08065b20f915;hpb=abf537ea15a341f429265a021f7950d47562fcf1 diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 2fc648fab8..71415164ec 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -1278,7 +1278,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 @@ -1287,7 +1289,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 @@ -1296,7 +1300,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 @@ -1305,7 +1311,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 @@ -1314,7 +1321,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 @@ -1323,7 +1332,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 @@ -1332,7 +1342,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 @@ -1341,7 +1352,8 @@ UINT8 FIXED_AT_BUILD 0xAF - HELP FIX ME! + The value used by DebugClearMemory () to fill a certain range + of memory. PcdPerformanceLibraryPropertyMask @@ -1350,7 +1362,8 @@ UINT8 FIXED_AT_BUILD 0 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of + Performance Measurement. PcdPostCodePropertyMask @@ -1359,7 +1372,8 @@ UINT8 FIXED_AT_BUILD 0 - HELP FIX ME! + The bitmask of flags that specify the enable/disable of Post + Code, Post Code Description. \ No newline at end of file