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 - 2015, Intel Corporation. All rights reserved.<BR> 8// 9// This program and the accompanying materials 10// are licensed and made available under the terms and conditions of the BSD License 11// which accompanies this distribution. The full text of the license may be found at 12// http://opensource.org/licenses/bsd-license.php 13// 14// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 15// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 16// 17// **/ 18 19 20#string STR_PACKAGE_ABSTRACT #language en-US "Public definitions for PcAtChipset package" 21 22#string STR_PACKAGE_DESCRIPTION #language en-US "This package is designed to public interfaces and implementation which follows PcAt de facto standard." 23 24 25 26#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_PROMPT #language en-US "8259 Legacy Mode mask" 27 28#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeMask_HELP #language en-US "Pcd8259LegacyModeMask defines the default mask value for platform. This value is determined<BR><BR>\n" 29 "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" 30 "2) If platform install CSM and use thunk module:<BR>\n" 31 "a) If thunk call provided by CSM binary requires some legacy interrupt support, the corresponding bit should be opened as 0.<BR>\n" 32 "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" 33 "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" 34 "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>" 35 36#string STR_gPcAtChipsetPkgTokenSpaceGuid_Pcd8259LegacyModeEdgeLevel_PROMPT #language en-US "8259 Legacy Mode edge level" 37 38#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." 39 40#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_PROMPT #language en-US "Enable IsaAcpiCom1 device" 41 42#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom1Enable_HELP #language en-US "Indicates if we need enable IsaAcpiCom1 device.<BR><BR>\n" 43 "TRUE - Enables IsaAcpiCom1 device.<BR>\n" 44 "FALSE - Doesn't enable IsaAcpiCom1 device.<BR>" 45 46#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_PROMPT #language en-US "Enable IsaAcpiCom12 device" 47 48#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiCom2Enable_HELP #language en-US "Indicates if we need enable IsaAcpiCom2 device.<BR><BR>\n" 49 "TRUE - Enables IsaAcpiCom2 device.<BR>\n" 50 "FALSE - Doesn't enable IsaAcpiCom2 device.<BR>" 51 52#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_PROMPT #language en-US "Enable IsaAcpiPs2Keyboard device" 53 54#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2KeyboardEnable_HELP #language en-US "Indicates if we need enable IsaAcpiPs2Keyboard device.<BR><BR>\n" 55 "TRUE - Enables IsaAcpiPs2Keyboard device.<BR>\n" 56 "FALSE - Doesn't enable IsaAcpiPs2Keyboard device.<BR>" 57 58#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_PROMPT #language en-US "Enable IsaAcpiPs2Mouse device" 59 60#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiPs2MouseEnable_HELP #language en-US "Indicates if we need enable IsaAcpiPs2Mouse device.<BR><BR>\n" 61 "TRUE - Enables IsaAcpiPs2Mouse device.<BR>\n" 62 "FALSE - Doesn't enable IsaAcpiPs2Mouse device.<BR>" 63 64#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_PROMPT #language en-US "Enable IsaAcpiFloppyA device" 65 66#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyAEnable_HELP #language en-US "Indicates if we need enable IsaAcpiFloppyA device.<BR><BR>\n" 67 "TRUE - Enables IsaAcpiFloppyA device.<BR>\n" 68 "FALSE - Doesn't enable IsaAcpiFloppyA device.<BR>" 69 70#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_PROMPT #language en-US "Enable IsaAcpiFloppyB device" 71 72#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIsaAcpiFloppyBEnable_HELP #language en-US "Indicates if we need enable IsaAcpiFloppyB device.<BR><BR>\n" 73 "TRUE - Enables IsaAcpiFloppyB device.<BR>\n" 74 "FALSE - Doesn't enable IsaAcpiFloppyB device.<BR>" 75 76#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_PROMPT #language en-US "HPET base address" 77 78#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetBaseAddress_HELP #language en-US "This PCD specifies the base address of the HPET timer." 79 80#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_PROMPT #language en-US "HPET local APIC vector" 81 82#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetLocalApicVector_HELP #language en-US "This PCD specifies the Local APIC Interrupt Vector for the HPET Timer." 83 84#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetDefaultTimerPeriod_PROMPT #language en-US "Default period of HPET timer" 85 86#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." 87 88#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_PROMPT #language en-US "IO APIC base address" 89 90#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdIoApicBaseAddress_HELP #language en-US "This PCD specifies the base address of the IO APIC." 91 92#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddress_PROMPT #language en-US "ACPI Timer IO Port Address" 93 94#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." 95 96#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBusNumber_PROMPT #language en-US "ACPI Hardware PCI Bus Number" 97 98#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." 99 100#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciDeviceNumber_PROMPT #language en-US "ACPI Hardware PCI Device Number" 101 102#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." 103 104#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciFunctionNumber_PROMPT #language en-US "ACPI Hardware PCI Function Number" 105 106#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." 107 108#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciEnableRegisterOffset_PROMPT #language en-US "ACPI Hardware PCI Register Offset" 109 110#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." 111 112#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_PROMPT #language en-US "ACPI Hardware PCI Bar Enable BitMask" 113 114#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoBarEnableMask_HELP #language en-US "Defines the bit mask that must be set to enable the APIC hardware register BAR." 115 116#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPciBarRegisterOffset_PROMPT #language en-US "ACPI Hardware PCI Bar Register Offset" 117 118#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." 119 120#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_PROMPT #language en-US "Offset to 32-bit Timer register in ACPI BAR" 121 122#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiPm1TmrOffset_HELP #language en-US "Defines the offset to the 32-bit Timer Value register that resides within the ACPI BAR." 123 124#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdHpetMsiEnable_PROMPT #language en-US "Configure HPET to use MSI" 125 126#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" 127 "TRUE - Configures the HPET Timer to use MSI interrupts if the HPET Timer supports them.<BR>\n" 128 "FALSE - Configures the HPET Timer to use I/O APIC interrupts.<BR>" 129 130#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_PROMPT #language en-US "Minimal valid year in RTC" 131 132#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMinimalValidYear_HELP #language en-US "This PCD specifies the minimal valid year in RTC." 133 134#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_PROMPT #language en-US "Maximal valid year in RTC" 135 136#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdMaximalValidYear_HELP #language en-US "This PCD specifies the maximal valid year in RTC." 137 138#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_PROMPT #language en-US "ACPI IO Port Base Address Mask" 139 140#string STR_gPcAtChipsetPkgTokenSpaceGuid_PcdAcpiIoPortBaseAddressMask_HELP #language en-US "Defines the bit mask to retrieve ACPI IO Port Base Address." 141 142#string STR_gPcAtChipsetPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided." 143 144