1 /* SPDX-License-Identifier: GPL-2.0-only */
4 #include <acpi/acpi_gnvs.h>
5 #include <acpi/acpigen.h>
6 #include <arch/ioapic.h>
7 #include <arch/smp/mpspec.h>
8 #include <console/console.h>
9 #include <device/device.h>
10 #include <device/mmio.h>
11 #include <device/pci_ops.h>
12 #include <intelblocks/acpi.h>
13 #include <intelblocks/cpulib.h>
14 #include <intelblocks/pmclib.h>
16 #include <soc/iomap.h>
18 #include <soc/pci_devs.h>
20 #include <soc/soc_chip.h>
21 #include <soc/systemagent.h>
24 * List of supported C-states in this processor.
30 C_STATE_C6_SHORT_LAT
, /* 3 */
31 C_STATE_C6_LONG_LAT
, /* 4 */
32 C_STATE_C7_SHORT_LAT
, /* 5 */
33 C_STATE_C7_LONG_LAT
, /* 6 */
34 C_STATE_C7S_SHORT_LAT
, /* 7 */
35 C_STATE_C7S_LONG_LAT
, /* 8 */
42 static const acpi_cstate_t cstate_map
[NUM_C_STATES
] = {
45 .latency
= C1_LATENCY
,
47 .resource
= MWAIT_RES(0, 0),
50 .latency
= C1_LATENCY
,
52 .resource
= MWAIT_RES(0, 1),
54 [C_STATE_C6_SHORT_LAT
] = {
55 .latency
= C6_LATENCY
,
57 .resource
= MWAIT_RES(2, 0),
59 [C_STATE_C6_LONG_LAT
] = {
60 .latency
= C6_LATENCY
,
62 .resource
= MWAIT_RES(2, 1),
64 [C_STATE_C7_SHORT_LAT
] = {
65 .latency
= C7_LATENCY
,
67 .resource
= MWAIT_RES(3, 0),
69 [C_STATE_C7_LONG_LAT
] = {
70 .latency
= C7_LATENCY
,
72 .resource
= MWAIT_RES(3, 1),
74 [C_STATE_C7S_SHORT_LAT
] = {
75 .latency
= C7_LATENCY
,
77 .resource
= MWAIT_RES(3, 2),
79 [C_STATE_C7S_LONG_LAT
] = {
80 .latency
= C7_LATENCY
,
82 .resource
= MWAIT_RES(3, 3),
85 .latency
= C8_LATENCY
,
87 .resource
= MWAIT_RES(4, 0),
90 .latency
= C9_LATENCY
,
92 .resource
= MWAIT_RES(5, 0),
95 .latency
= C10_LATENCY
,
97 .resource
= MWAIT_RES(6, 0),
101 static int cstate_set_non_s0ix
[] = {
107 static int cstate_set_s0ix
[] = {
109 C_STATE_C7S_LONG_LAT
,
113 const acpi_cstate_t
*soc_get_cstate_map(size_t *entries
)
115 static acpi_cstate_t map
[MAX(ARRAY_SIZE(cstate_set_s0ix
),
116 ARRAY_SIZE(cstate_set_non_s0ix
))];
120 config_t
*config
= config_of_soc();
122 int is_s0ix_enable
= config
->s0ix_enable
;
124 if (is_s0ix_enable
) {
125 *entries
= ARRAY_SIZE(cstate_set_s0ix
);
126 set
= cstate_set_s0ix
;
128 *entries
= ARRAY_SIZE(cstate_set_non_s0ix
);
129 set
= cstate_set_non_s0ix
;
132 for (i
= 0; i
< *entries
; i
++) {
133 map
[i
] = cstate_map
[set
[i
]];
134 map
[i
].ctype
= i
+ 1;
139 void soc_power_states_generation(int core_id
, int cores_per_package
)
141 config_t
*config
= config_of_soc();
143 if (config
->eist_enable
)
144 /* Generate P-state tables */
145 generate_p_state_entries(core_id
, cores_per_package
);
148 void soc_fill_fadt(acpi_fadt_t
*fadt
)
150 const uint16_t pmbase
= ACPI_BASE_ADDRESS
;
152 config_t
*config
= config_of_soc();
154 fadt
->pm_tmr_blk
= pmbase
+ PM1_TMR
;
155 fadt
->pm_tmr_len
= 4;
157 fill_fadt_extended_pm_io(fadt
);
159 fadt
->preferred_pm_profile
= PM_MOBILE
;
161 if (config
->s0ix_enable
)
162 fadt
->flags
|= ACPI_FADT_LOW_PWR_IDLE_S0
;
165 uint32_t soc_read_sci_irq_select(void)
167 return read32p(soc_read_pmc_base() + IRQ_REG
);
170 static unsigned long soc_fill_dmar(unsigned long current
)
172 uint64_t gfxvtbar
= MCHBAR64(GFXVTBAR
) & VTBAR_MASK
;
173 bool gfxvten
= MCHBAR32(GFXVTBAR
) & VTBAR_ENABLED
;
175 if (is_devfn_enabled(SA_DEVFN_IGD
) && gfxvtbar
&& gfxvten
) {
176 unsigned long tmp
= current
;
178 current
+= acpi_create_dmar_drhd_4k(current
, 0, 0, gfxvtbar
);
179 current
+= acpi_create_dmar_ds_pci(current
, 0, 2, 0);
181 acpi_dmar_drhd_fixup(tmp
, current
);
184 uint64_t vtvc0bar
= MCHBAR64(VTVC0BAR
) & VTBAR_MASK
;
185 bool vtvc0en
= MCHBAR32(VTVC0BAR
) & VTBAR_ENABLED
;
187 if (vtvc0bar
&& vtvc0en
) {
188 const unsigned long tmp
= current
;
190 current
+= acpi_create_dmar_drhd_4k(current
,
191 DRHD_INCLUDE_PCI_ALL
, 0, vtvc0bar
);
192 current
+= acpi_create_dmar_ds_ioapic_from_hw(current
,
193 IO_APIC_ADDR
, V_P2SB_CFG_IBDF_BUS
, V_P2SB_CFG_IBDF_DEV
,
194 V_P2SB_CFG_IBDF_FUNC
);
195 current
+= acpi_create_dmar_ds_msi_hpet(current
,
196 0, V_P2SB_CFG_HBDF_BUS
, V_P2SB_CFG_HBDF_DEV
,
197 V_P2SB_CFG_HBDF_FUNC
);
199 acpi_dmar_drhd_fixup(tmp
, current
);
203 const unsigned long tmp
= current
;
204 current
+= acpi_create_dmar_rmrr(current
, 0,
205 sa_get_gsm_base(), sa_get_tolud_base() - 1);
206 current
+= acpi_create_dmar_ds_pci(current
, 0, 2, 0);
207 acpi_dmar_rmrr_fixup(tmp
, current
);
212 unsigned long sa_write_acpi_tables(const struct device
*dev
, unsigned long current
,
213 struct acpi_rsdp
*rsdp
)
215 acpi_dmar_t
*const dmar
= (acpi_dmar_t
*)current
;
218 * Create DMAR table only if we have VT-d capability and FSP does not override its
221 if ((pci_read_config32(dev
, CAPID0_A
) & VTD_DISABLE
) ||
222 !(MCHBAR32(VTVC0BAR
) & VTBAR_ENABLED
))
225 printk(BIOS_DEBUG
, "ACPI: * DMAR\n");
226 acpi_create_dmar(dmar
, DMAR_INTR_REMAP
| DMA_CTRL_PLATFORM_OPT_IN_FLAG
, soc_fill_dmar
);
227 current
+= dmar
->header
.length
;
228 current
= acpi_align_current(current
);
229 acpi_add_table(rsdp
, dmar
);
234 void soc_fill_gnvs(struct global_nvs
*gnvs
)
236 config_t
*config
= config_of_soc();
238 /* Enable DPTF based on mainboard configuration */
239 gnvs
->dpte
= config
->dptf_enable
;
241 /* Set USB2/USB3 wake enable bitmaps. */
242 gnvs
->u2we
= config
->usb2_wake_enable_bitmap
;
243 gnvs
->u3we
= config
->usb3_wake_enable_bitmap
;
246 int soc_madt_sci_irq_polarity(int sci
)
248 return MP_IRQ_POLARITY_HIGH
;