]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PcAtChipsetPkg.uni
PcAtChipsetPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / PcAtChipsetPkg / PcAtChipsetPkg.uni
1 // /** @file
2 // Public definitions for PcAtChipset package.
3 //
4 // This package is designed to public interfaces and implementation which follows
5 // PcAt defacto standard.
6 //
7 // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
8 //
9 // SPDX-License-Identifier: BSD-2-Clause-Patent
10 //
11 // **/
12
13
14 #string STR_PACKAGE_ABSTRACT #language en-US "Public definitions for PcAtChipset package"
15
16 #string STR_PACKAGE_DESCRIPTION #language en-US "This package is designed to public interfaces and implementation which follows PcAt de facto standard."
17
18
19
20 #string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_PROMPT #language en-US "8259 Legacy Mode mask"
21
22 #string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_HELP #language en-US "Pcd8259LegacyModeMask defines the default mask value for platform. This value is determined<BR><BR>\n"
23 "1) If platform only support pure UEFI, value should be set to 0xFFFF or 0xFFFE; Because only clock interrupt is allowed in legacy mode in pure UEFI platform.<BR>\n"
24 "2) If platform install CSM and use thunk module:<BR>\n"
25 "a) If thunk call provided by CSM binary requires some legacy interrupt support, the corresponding bit should be opened as 0.<BR>\n"
26 "For example, if keyboard interfaces provided CSM binary use legacy keyboard interrupt in 8259 bit 1, then the value should be set to 0xFFFC.<BR>\n"
27 "b) If all thunk call provided by CSM binary do not require legacy interrupt support, value should be set to 0xFFFF or 0xFFFE.<BR>\n"
28 "The default value of legacy mode mask could be changed by EFI_LEGACY_8259_PROTOCOL->SetMask(). But it is rarely need change it except some special cases such as when initializing the CSM binary, it should be set to 0xFFFF to mask all legacy interrupt. Please restore the original legacy mask value if changing is made for these special case.<BR>"
29
30 #string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeEdgeLevel_PROMPT #language en-US "8259 Legacy Mode edge level"
31
32 #string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeEdgeLevel_HELP #language en-US "Pcd8259LegacyModeEdgeLevel defines the default edge level for legacy mode's interrupt controller.\" \"For the corresponding bits, 0 = Edge triggered and 1 = Level triggered."
33
34 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_PROMPT #language en-US "Enable IsaAcpiCom1 device"
35
36 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_HELP #language en-US "Indicates if we need enable IsaAcpiCom1 device.<BR><BR>\n"
37 "TRUE - Enables IsaAcpiCom1 device.<BR>\n"
38 "FALSE - Doesn't enable IsaAcpiCom1 device.<BR>"
39
40 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_PROMPT #language en-US "Enable IsaAcpiCom12 device"
41
42 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_HELP #language en-US "Indicates if we need enable IsaAcpiCom2 device.<BR><BR>\n"
43 "TRUE - Enables IsaAcpiCom2 device.<BR>\n"
44 "FALSE - Doesn't enable IsaAcpiCom2 device.<BR>"
45
46 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_PROMPT #language en-US "Enable IsaAcpiPs2Keyboard device"
47
48 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_HELP #language en-US "Indicates if we need enable IsaAcpiPs2Keyboard device.<BR><BR>\n"
49 "TRUE - Enables IsaAcpiPs2Keyboard device.<BR>\n"
50 "FALSE - Doesn't enable IsaAcpiPs2Keyboard device.<BR>"
51
52 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_PROMPT #language en-US "Enable IsaAcpiPs2Mouse device"
53
54 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_HELP #language en-US "Indicates if we need enable IsaAcpiPs2Mouse device.<BR><BR>\n"
55 "TRUE - Enables IsaAcpiPs2Mouse device.<BR>\n"
56 "FALSE - Doesn't enable IsaAcpiPs2Mouse device.<BR>"
57
58 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_PROMPT #language en-US "Enable IsaAcpiFloppyA device"
59
60 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_HELP #language en-US "Indicates if we need enable IsaAcpiFloppyA device.<BR><BR>\n"
61 "TRUE - Enables IsaAcpiFloppyA device.<BR>\n"
62 "FALSE - Doesn't enable IsaAcpiFloppyA device.<BR>"
63
64 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_PROMPT #language en-US "Enable IsaAcpiFloppyB device"
65
66 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_HELP #language en-US "Indicates if we need enable IsaAcpiFloppyB device.<BR><BR>\n"
67 "TRUE - Enables IsaAcpiFloppyB device.<BR>\n"
68 "FALSE - Doesn't enable IsaAcpiFloppyB device.<BR>"
69
70 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_PROMPT #language en-US "HPET base address"
71
72 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_HELP #language en-US "This PCD specifies the base address of the HPET timer."
73
74 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_PROMPT #language en-US "HPET local APIC vector"
75
76 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_HELP #language en-US "This PCD specifies the Local APIC Interrupt Vector for the HPET Timer."
77
78 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetDefaultTimerPeriod_PROMPT #language en-US "Default period of HPET timer"
79
80 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetDefaultTimerPeriod_HELP #language en-US "This PCD specifies the default period of the HPET Timer in 100 ns units. The value of 100000 (in 100 ns units) is equal to 10 ms."
81
82 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_PROMPT #language en-US "IO APIC base address"
83
84 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_HELP #language en-US "This PCD specifies the base address of the IO APIC."
85
86 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddress_PROMPT #language en-US "ACPI Timer IO Port Address"
87
88 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddress_HELP #language en-US "Defines the ACPI register set base address. The invalid 0xFFFF is as its default value. It must be configured to the real value."
89
90 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBusNumber_PROMPT #language en-US "ACPI Hardware PCI Bus Number"
91
92 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBusNumber_HELP #language en-US "Defines the PCI Bus Number of the PCI device that contains the BAR and Enable for ACPI hardware registers."
93
94 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciDeviceNumber_PROMPT #language en-US "ACPI Hardware PCI Device Number"
95
96 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciDeviceNumber_HELP #language en-US "Defines the PCI Device Number of the PCI device that contains the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as its default value. It must be configured to the real value."
97
98 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciFunctionNumber_PROMPT #language en-US "ACPI Hardware PCI Function Number"
99
100 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciFunctionNumber_HELP #language en-US "Defines the PCI Function Number of the PCI device that contains the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as its default value. It must be configured to the real value."
101
102 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciEnableRegisterOffset_PROMPT #language en-US "ACPI Hardware PCI Register Offset"
103
104 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciEnableRegisterOffset_HELP #language en-US "Defines the PCI Register Offset of the PCI device that contains the Enable for ACPI hardware registers. The invalid 0xFFFF is as its default value. It must be configured to the real value."
105
106 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_PROMPT #language en-US "ACPI Hardware PCI Bar Enable BitMask"
107
108 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_HELP #language en-US "Defines the bit mask that must be set to enable the APIC hardware register BAR."
109
110 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBarRegisterOffset_PROMPT #language en-US "ACPI Hardware PCI Bar Register Offset"
111
112 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBarRegisterOffset_HELP #language en-US "Defines the PCI Register Offset of the PCI device that contains the BAR for ACPI hardware registers. The invalid 0xFFFF is as its default value. It must be configured to the real value."
113
114 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_PROMPT #language en-US "Offset to 32-bit Timer register in ACPI BAR"
115
116 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_HELP #language en-US "Defines the offset to the 32-bit Timer Value register that resides within the ACPI BAR."
117
118 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetMsiEnable_PROMPT #language en-US "Configure HPET to use MSI"
119
120 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetMsiEnable_HELP #language en-US "Indicates the HPET Timer will be configured to use MSI interrupts if the HPET timer supports them, or use I/O APIC interrupts.<BR><BR>\n"
121 "TRUE - Configures the HPET Timer to use MSI interrupts if the HPET Timer supports them.<BR>\n"
122 "FALSE - Configures the HPET Timer to use I/O APIC interrupts.<BR>"
123
124 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_PROMPT #language en-US "Minimal valid year in RTC"
125
126 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_HELP #language en-US "This PCD specifies the minimal valid year in RTC."
127
128 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_PROMPT #language en-US "Maximal valid year in RTC"
129
130 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_HELP #language en-US "This PCD specifies the maximal valid year in RTC."
131
132 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_PROMPT #language en-US "ACPI IO Port Base Address Mask"
133
134 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_HELP #language en-US "Defines the bit mask to retrieve ACPI IO Port Base Address."
135
136 #string STR_gPcAtChipsetPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
137
138 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdResetControlRegister_PROMPT
139 #language en-US
140 "Reset Control Register address"
141
142 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdResetControlRegister_HELP
143 #language en-US
144 "Reset Control Register address in I/O space."
145
146 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdResetControlValueColdReset_PROMPT
147 #language en-US
148 "Reset Control Register value for cold reset"
149
150 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdResetControlValueColdReset_HELP
151 #language en-US
152 "8bit Reset Control Register value for cold reset."
153
154 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterA_PROMPT #language en-US "Initial value for Register_A in RTC."
155 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterA_HELP #language en-US "Specifies the initial value for Register_A in RTC."
156
157 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterB_PROMPT #language en-US "Initial value for Register_B in RTC."
158 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterB_HELP #language en-US "Specifies the initial value for Register_B in RTC."
159
160 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterD_PROMPT #language en-US "Initial value for Register_D in RTC."
161 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdInitialValueRtcRegisterD_HELP #language en-US "Specifies the initial value for Register_D in RTC."
162
163 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdRtcIndexRegister_PROMPT #language en-US "RTC Index Register address"
164 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdRtcIndexRegister_HELP #language en-US "Specifies RTC Index Register address in I/O space."
165
166 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdRtcTargetRegister_PROMPT #language en-US "RTC Target Register address"
167 #string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdRtcTargetRegister_HELP #language en-US "Specifies RTC Target Register address in I/O space."