1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.

2.	Update .msa files to add some missing files files in MdePkg 
3.	Add Help text to Mde Library related PCDs.
4.	Fix some bugs in CpuId.S and CpuIdEx.S.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@919 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-07-12 14:15:40 +00:00
parent a7e63efe72
commit 1fe4ef1bd8
70 changed files with 433 additions and 326 deletions

View File

@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
<GuidValue>ee993080-5197-4d4e-b63c-f1f7413e33ce</GuidValue>
<Version>1.0</Version>
<Abstract>Component description file for Cpu module.</Abstract>
<Description>FIX ME!</Description>
<Description>This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair.</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License

View File

@@ -176,7 +176,9 @@
<DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>If PcdMaximumUnicodeStringLength is not zero, the maximum
number of characters (not counting the NULL-terminator) in a
Unicode string cannot exceed it.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdMaximumAsciiStringLength</C_Name>
@@ -185,7 +187,9 @@
<DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>If PcdMaximumAsciiStringLength is not zero, the maximum number
of characters (not counting the NULL-terminator) in an ASCII
string cannot exceed it.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdMaximumLinkedListLength</C_Name>
@@ -194,7 +198,9 @@
<DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>1000000</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>If PcdMaximumLinkedListLength is not zero, the maximum number
of nodes (not counting the list header) in a linked list
cannot exceed it.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdSpinLockTimeout</C_Name>
@@ -203,7 +209,8 @@
<DatumType>UINT32</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>10000000</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>If PcdSpinLockTimeout is not zero, it stands for the timeout
value (unit: millisecond) for spin lock.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdDebugPropertyMask</C_Name>
@@ -212,7 +219,9 @@
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x0f</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The bitmask of flags that specify the enable/disable of Debug
Assert, Debug Print, Debug Code, Clear Memory, Assert
Breakpoint and Assert Deadloop.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdDebugPrintErrorLevel</C_Name>
@@ -221,7 +230,8 @@
<DatumType>UINT32</DatumType>
<ValidUsage>PATCHABLE_IN_MODULE</ValidUsage>
<DefaultValue>0x80000000</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The bitmask of flags that specify the kind of debug message
output when Debug Print is enabled.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdReportStatusCodePropertyMask</C_Name>
@@ -230,7 +240,8 @@
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0x07</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The bitmask of flags that specify the enable/disable of
Progress Code, Error Code and Debug Code.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdDebugClearMemoryValue</C_Name>
@@ -239,7 +250,8 @@
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0xAF</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The value used by DebugClearMemory () to fill a certain range
of memory.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdDebugClearMemoryValue</C_Name>
@@ -248,7 +260,8 @@
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0xAF</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The value used by DebugClearMemory () to fill a certain range
of memory.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdPerformanceLibraryPropertyMask</C_Name>
@@ -257,7 +270,8 @@
<DatumType>UINT8</DatumType>
<ValidUsage>FIXED_AT_BUILD</ValidUsage>
<DefaultValue>0</DefaultValue>
<HelpText>HELP FIX ME!</HelpText>
<HelpText>The bitmask of flags that specify the enable/disable of
Performance Measurement.</HelpText>
</PcdEntry>
<PcdEntry>
<C_Name>PcdWinNtPhysicalDisk</C_Name>