blob: 162290ac17a2d41a200005fb88f87a352981bef3 [file] [log] [blame]
Hannah Williams01bc8972016-02-04 20:13:34 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2013 Google Inc.
5 * Copyright (C) 2015-2016 Intel Corp.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License, or (at your option)
10 * any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */
17
Alexandru Gagniuca6339802016-04-05 12:40:24 -070018#define __SIMPLE_DEVICE__
19
Duncan Laurie2e790092016-09-19 12:05:49 -070020#include <arch/acpi.h>
Hannah Williams01bc8972016-02-04 20:13:34 -080021#include <arch/io.h>
Aaron Durbin3118b622017-09-15 11:48:53 -060022#include <cbmem.h>
Hannah Williams01bc8972016-02-04 20:13:34 -080023#include <console/console.h>
Andrey Petrov3b637532016-11-30 17:39:16 -080024#include <cpu/x86/msr.h>
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070025#include <device/device.h>
26#include <device/pci.h>
Hannah Williams01bc8972016-02-04 20:13:34 -080027#include <device/pci_def.h>
Barnali Sarkar66fe0c42017-05-23 18:17:14 +053028#include <intelblocks/msr.h>
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070029#include <intelblocks/pmclib.h>
Aaron Durbin3118b622017-09-15 11:48:53 -060030#include <intelblocks/rtc.h>
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070031#include <rules.h>
Hannah Williams01bc8972016-02-04 20:13:34 -080032#include <soc/iomap.h>
Andrey Petrov3b637532016-11-30 17:39:16 -080033#include <soc/cpu.h>
Alexandru Gagniuca6339802016-04-05 12:40:24 -070034#include <soc/pci_devs.h>
Hannah Williams01bc8972016-02-04 20:13:34 -080035#include <soc/pm.h>
Duncan Laurie2f3736e2016-11-03 10:33:43 -070036#include <timer.h>
Philipp Deppenwiesefea24292017-10-17 17:02:29 +020037#include <security/vboot/vbnv.h>
Duncan Lauriea673d1c2016-09-19 12:02:54 -070038#include "chip.h"
Hannah Williams01bc8972016-02-04 20:13:34 -080039
Alexandru Gagniuca6339802016-04-05 12:40:24 -070040static uintptr_t read_pmc_mmio_bar(void)
41{
Lijian Zhao91086802016-09-06 18:15:29 -070042 return PMC_BAR0;
Alexandru Gagniuca6339802016-04-05 12:40:24 -070043}
Hannah Williams01bc8972016-02-04 20:13:34 -080044
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070045uintptr_t soc_read_pmc_base(void)
Shaunak Saha9a0c9ac2016-06-27 23:00:15 -070046{
47 return read_pmc_mmio_bar();
48}
49
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070050const char *const *soc_smi_sts_array(size_t *a)
Hannah Williams01bc8972016-02-04 20:13:34 -080051{
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070052 static const char *const smi_sts_bits[] = {
Aaron Durbin7929dd02016-06-10 18:01:45 -050053 [BIOS_SMI_STS] = "BIOS",
54 [LEGACY_USB_SMI_STS] = "LEGACY USB",
55 [SLP_SMI_STS] = "SLP_SMI",
56 [APM_SMI_STS] = "APM",
57 [SWSMI_TMR_SMI_STS] = "SWSMI_TMR",
Aaron Durbina554b712016-06-10 18:04:21 -050058 [FAKE_PM1_SMI_STS] = "PM1",
Lee Leahy320b7ca2017-03-09 09:42:48 -080059 [GPIO_SMI_STS] = "GPIO_SMI",
60 [GPIO_UNLOCK_SMI_STS] = "GPIO_UNLOCK_SSMI",
Aaron Durbin7929dd02016-06-10 18:01:45 -050061 [MC_SMI_STS] = "MCSMI",
62 [TCO_SMI_STS] = "TCO",
63 [PERIODIC_SMI_STS] = "PERIODIC",
64 [SERIRQ_SMI_STS] = "SERIRQ",
65 [SMBUS_SMI_STS] = "SMBUS_SMI",
66 [XHCI_SMI_STS] = "XHCI",
67 [HSMBUS_SMI_STS] = "HOST_SMBUS",
68 [SCS_SMI_STS] = "SCS",
69 [PCIE_SMI_STS] = "PCI_EXP_SMI",
70 [SCC2_SMI_STS] = "SCC2",
71 [SPI_SSMI_STS] = "SPI_SSMI",
72 [SPI_SMI_STS] = "SPI",
73 [PMC_OCP_SMI_STS] = "OCP_CSE",
Hannah Williams01bc8972016-02-04 20:13:34 -080074 };
75
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070076 *a = ARRAY_SIZE(smi_sts_bits);
77 return smi_sts_bits;
Hannah Williams01bc8972016-02-04 20:13:34 -080078}
79
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070080/*
81 * For APL/GLK this check for power button status if nothing else
82 * is indicating an SMI and SMIs aren't turned into SCIs.
83 * Apparently, there is no PM1 status bit in the SMI status
84 * register. That makes things difficult for
85 * determining if the power button caused an SMI.
86 */
87uint32_t soc_get_smi_status(uint32_t generic_sts)
Hannah Williams01bc8972016-02-04 20:13:34 -080088{
Furquan Shaikh43810d92017-10-16 22:22:46 -070089 if (generic_sts == 0 && !(pmc_read_pm1_control() & SCI_EN)) {
Barnali Sarkar9e55ff62017-06-05 20:01:14 +053090 uint16_t pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS);
Aaron Durbina554b712016-06-10 18:04:21 -050091
92 /* Fake PM1 status bit if power button pressed. */
93 if (pm1_sts & PWRBTN_STS)
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070094 generic_sts |= (1 << FAKE_PM1_SMI_STS);
Aaron Durbina554b712016-06-10 18:04:21 -050095 }
96
Shaunak Saha93cdc8b2017-04-18 15:42:09 -070097 return generic_sts;
Hannah Williams01bc8972016-02-04 20:13:34 -080098}
99
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700100const char *const *soc_tco_sts_array(size_t *a)
Hannah Williams01bc8972016-02-04 20:13:34 -0800101{
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700102 static const char *const tco_sts_bits[] = {
Hannah Williams01bc8972016-02-04 20:13:34 -0800103 [3] = "TIMEOUT",
104 [17] = "SECOND_TO",
105 };
106
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700107 *a = ARRAY_SIZE(tco_sts_bits);
108 return tco_sts_bits;
Hannah Williams01bc8972016-02-04 20:13:34 -0800109}
110
Furquan Shaikhc4e652f2017-10-11 14:44:29 -0700111const char *const *soc_std_gpe_sts_array(size_t *a)
Hannah Williams01bc8972016-02-04 20:13:34 -0800112{
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700113 static const char *const gpe_sts_bits[] = {
Hannah Williams01bc8972016-02-04 20:13:34 -0800114 [0] = "PCIE_SCI",
115 [2] = "SWGPE",
116 [3] = "PCIE_WAKE0",
117 [4] = "PUNIT",
118 [6] = "PCIE_WAKE1",
119 [7] = "PCIE_WAKE2",
120 [8] = "PCIE_WAKE3",
121 [9] = "PCI_EXP",
122 [10] = "BATLOW",
123 [11] = "CSE_PME",
124 [12] = "XDCI_PME",
125 [13] = "XHCI_PME",
126 [14] = "AVS_PME",
127 [15] = "GPIO_TIER1_SCI",
128 [16] = "SMB_WAK",
129 [17] = "SATA_PME",
130 };
131
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700132 *a = ARRAY_SIZE(gpe_sts_bits);
133 return gpe_sts_bits;
Hannah Williams01bc8972016-02-04 20:13:34 -0800134}
135
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700136uint32_t soc_reset_tco_status(void)
Hannah Williams01bc8972016-02-04 20:13:34 -0800137{
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700138 uint32_t tco_sts = inl(ACPI_BASE_ADDRESS + TCO_STS);
139 uint32_t tco_en = inl(ACPI_BASE_ADDRESS + TCO1_CNT);
140
141 outl(tco_sts, ACPI_BASE_ADDRESS + TCO_STS);
142 return tco_sts & tco_en;
Hannah Williams01bc8972016-02-04 20:13:34 -0800143}
144
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700145void soc_clear_pm_registers(uintptr_t pmc_bar)
Duncan Laurie2e790092016-09-19 12:05:49 -0700146{
Hannah Williams01bc8972016-02-04 20:13:34 -0800147 uint32_t gen_pmcon1;
148
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700149 gen_pmcon1 = read32((void *)(pmc_bar + GEN_PMCON1));
Hannah Williams01bc8972016-02-04 20:13:34 -0800150 /* Clear the status bits. The RPS field is cleared on a 0 write. */
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700151 write32((void *)(pmc_bar + GEN_PMCON1), gen_pmcon1 & ~RPS);
Hannah Williams01bc8972016-02-04 20:13:34 -0800152}
153
Furquan Shaikhc4e652f2017-10-11 14:44:29 -0700154void soc_get_gpi_gpe_configs(uint8_t *dw0, uint8_t *dw1, uint8_t *dw2)
Hannah Williams01bc8972016-02-04 20:13:34 -0800155{
Aaron Durbine4d7abc2017-04-16 22:05:36 -0500156 DEVTREE_CONST struct soc_intel_apollolake_config *config;
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700157
158 /* Look up the device in devicetree */
Aaron Durbine4d7abc2017-04-16 22:05:36 -0500159 DEVTREE_CONST struct device *dev = dev_find_slot(0, SA_DEVFN_ROOT);
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700160 if (!dev || !dev->chip_info) {
161 printk(BIOS_ERR, "BUG! Could not find SOC devicetree config\n");
162 return;
163 }
164 config = dev->chip_info;
165
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700166 /* Assign to out variable */
167 *dw0 = config->gpe0_dw1;
168 *dw1 = config->gpe0_dw2;
169 *dw2 = config->gpe0_dw3;
170}
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700171
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700172void soc_fill_power_state(struct chipset_power_state *ps)
173{
174 uintptr_t pmc_bar0 = read_pmc_mmio_bar();
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700175
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700176 ps->tco_sts = inl(ACPI_BASE_ADDRESS + TCO_STS);
177 ps->prsts = read32((void *)(pmc_bar0 + PRSTS));
178 ps->gen_pmcon1 = read32((void *)(pmc_bar0 + GEN_PMCON1));
179 ps->gen_pmcon2 = read32((void *)(pmc_bar0 + GEN_PMCON2));
180 ps->gen_pmcon3 = read32((void *)(pmc_bar0 + GEN_PMCON3));
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700181
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700182 printk(BIOS_DEBUG, "prsts: %08x tco_sts: %08x\n",
183 ps->prsts, ps->tco_sts);
184 printk(BIOS_DEBUG,
185 "gen_pmcon1: %08x gen_pmcon2: %08x gen_pmcon3: %08x\n",
186 ps->gen_pmcon1, ps->gen_pmcon2, ps->gen_pmcon3);
Duncan Lauriea673d1c2016-09-19 12:02:54 -0700187}
Andrey Petrov3b637532016-11-30 17:39:16 -0800188
189void enable_pm_timer_emulation(void)
190{
191 /* ACPI PM timer emulation */
192 msr_t msr;
193 /*
194 * The derived frequency is calculated as follows:
195 * (CTC_FREQ * msr[63:32]) >> 32 = target frequency.
196 * Back solve the multiplier so the 3.579545MHz ACPI timer
197 * frequency is used.
198 */
199 msr.hi = (3579545ULL << 32) / CTC_FREQ;
Shaunak Saha93cdc8b2017-04-18 15:42:09 -0700200 /* Set PM1 timer IO port and enable */
Barnali Sarkar9e55ff62017-06-05 20:01:14 +0530201 msr.lo = EMULATE_PM_TMR_EN | (ACPI_BASE_ADDRESS + R_ACPI_PM1_TMR);
Andrey Petrov3b637532016-11-30 17:39:16 -0800202 wrmsr(MSR_EMULATE_PM_TMR, msr);
203}
Aaron Durbin3118b622017-09-15 11:48:53 -0600204
205static int rtc_failed(uint32_t gen_pmcon1)
206{
207 return !!(gen_pmcon1 & RPS);
208}
209
210int soc_get_rtc_failed(void)
211{
212 const struct chipset_power_state *ps = cbmem_find(CBMEM_ID_POWER_STATE);
213
214 if (!ps) {
215 printk(BIOS_ERR, "Could not find power state in cbmem, RTC init aborted\n");
216 return 1;
217 }
218
219 return rtc_failed(ps->gen_pmcon1);
220}
Aaron Durbin0990fbf2017-09-15 15:23:04 -0600221
222int vbnv_cmos_failed(void)
223{
224 return rtc_failed(read32((void *)(read_pmc_mmio_bar() + GEN_PMCON1)));
225}