diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-10 09:26:43 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-10 09:26:43 +0000 |
commit | 2074c9cfbdeb8157d59253dce943f15ddf7d640a (patch) | |
tree | 8b4cd7f510eb1a509cf0b1b964429d9a0116121f /EdkNt32Pkg/Sec/SecMain.msa | |
parent | 396514f590f2435696f0b591c36da86fa238e280 (diff) | |
download | edk2-platforms-2074c9cfbdeb8157d59253dce943f15ddf7d640a.tar.xz |
Perfected MSA files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2554 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/Sec/SecMain.msa')
-rw-r--r-- | EdkNt32Pkg/Sec/SecMain.msa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EdkNt32Pkg/Sec/SecMain.msa b/EdkNt32Pkg/Sec/SecMain.msa index e276e3f5b0..28e8d15e2f 100644 --- a/EdkNt32Pkg/Sec/SecMain.msa +++ b/EdkNt32Pkg/Sec/SecMain.msa @@ -17,7 +17,7 @@ <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
- <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
+ <SupportedArchitectures>IA32</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>SecMain</OutputFileBasename>
</ModuleDefinitions>
@@ -94,7 +94,7 @@ <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdWinNtBootMode</C_Name>
<TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>
- <HelpText>This PCD defines the boot mode for simualtor.
+ <HelpText>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.
@@ -103,7 +103,7 @@ 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.</HelpText>
|