Last change
on this file since 76553 was 58464, checked in by vboxsync, 9 years ago |
EFI/Firmware: Export new files and directories.
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
3.2 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // This Package provides UEFI compatible CPU modules and libraries.
|
---|
3 | //
|
---|
4 | // This Package provides UEFI compatible CPU modules and libraries.
|
---|
5 | //
|
---|
6 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
7 | //
|
---|
8 | // This program and the accompanying materials are licensed and made available under
|
---|
9 | // the terms and conditions of the BSD License which accompanies this distribution.
|
---|
10 | // The full text of the license may be found at
|
---|
11 | // http://opensource.org/licenses/bsd-license.php
|
---|
12 | //
|
---|
13 | // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
14 | // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
15 | //
|
---|
16 | // **/
|
---|
17 |
|
---|
18 |
|
---|
19 | #string STR_PACKAGE_ABSTRACT #language en-US "Provides UEFI compatible CPU modules and libraries"
|
---|
20 |
|
---|
21 | #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides UEFI compatible CPU modules and libraries."
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuLocalApicBaseAddress_PROMPT #language en-US "Configure base address of CPU Local APIC"
|
---|
26 |
|
---|
27 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuLocalApicBaseAddress_HELP #language en-US "This value is the CPU Local APIC base address, which aligns the address on a 4-KByte boundary."
|
---|
28 |
|
---|
29 | #string STR_gUefiCpuPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
|
---|
30 |
|
---|
31 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuInitIpiDelayInMicroSeconds_PROMPT #language en-US "Configure delay value after send an INIT IPI"
|
---|
32 |
|
---|
33 | #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuInitIpiDelayInMicroSeconds_HELP #language en-US "Specifies delay value in microseconds after sending out an INIT IPI."
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.