blob: 9abe48c7edb0926a596d3bb7a59f82edfa7b6a4d [file] [log] [blame]
Elyes HAOUAS132384a2020-05-07 07:19:50 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
Tobias Diedriche87c38e2010-11-27 09:40:16 +00003/*
Tobias Diedriche87c38e2010-11-27 09:40:16 +00004 * Based on src/southbridge/via/vt8237r/vt8237_fadt.c
Tobias Diedriche87c38e2010-11-27 09:40:16 +00005 */
6
Furquan Shaikh76cedd22020-05-02 10:24:23 -07007#include <acpi/acpi.h>
Tobias Diedriche87c38e2010-11-27 09:40:16 +00008#include <device/device.h>
9#include <device/pci.h>
Elyes HAOUAS26071aa2019-02-15 08:21:33 +010010#include <version.h>
11
Tobias Diedriche87c38e2010-11-27 09:40:16 +000012#include "i82371eb.h"
13
14/**
15 * Create the Fixed ACPI Description Tables (FADT) for any board with this SB.
16 * Reference: ACPIspec40a, 5.2.9, page 118
17 */
Kyösti Mälkki8ad52ff2020-05-30 14:50:50 +030018void acpi_fill_fadt(acpi_fadt_t *fadt)
Tobias Diedriche87c38e2010-11-27 09:40:16 +000019{
Tobias Diedriche87c38e2010-11-27 09:40:16 +000020 fadt->sci_int = 9;
Kyösti Mälkkic328a682019-11-23 07:23:40 +020021
Kyösti Mälkki0a9e72e2019-08-11 01:22:28 +030022 if (permanent_smi_handler()) {
Kyösti Mälkkic328a682019-11-23 07:23:40 +020023 /* TODO: SMI handler is not implemented. */
24 fadt->smi_cmd = 0x00;
25 }
Tobias Diedriche87c38e2010-11-27 09:40:16 +000026
27 fadt->pm1a_evt_blk = DEFAULT_PMBASE;
Tobias Diedriche87c38e2010-11-27 09:40:16 +000028 fadt->pm1a_cnt_blk = DEFAULT_PMBASE + PMCNTRL;
Tobias Diedriche87c38e2010-11-27 09:40:16 +000029
Tobias Diedriche87c38e2010-11-27 09:40:16 +000030 fadt->pm_tmr_blk = DEFAULT_PMBASE + PMTMR;
31 fadt->gpe0_blk = DEFAULT_PMBASE + GPSTS;
Tobias Diedriche87c38e2010-11-27 09:40:16 +000032
33 /* *_len define register width in bytes */
34 fadt->pm1_evt_len = 4;
35 fadt->pm1_cnt_len = 2;
Tobias Diedriche87c38e2010-11-27 09:40:16 +000036 fadt->pm_tmr_len = 4;
37 fadt->gpe0_blk_len = 4;
38
Tobias Diedriche87c38e2010-11-27 09:40:16 +000039 fadt->p_lvl2_lat = 101; /* >100 means c2 not supported */
40 fadt->p_lvl3_lat = 1001; /* >1000 means c3 not supported */
Tobias Diedriche87c38e2010-11-27 09:40:16 +000041 fadt->duty_offset = 1; /* bit 1:3 in PCNTRL reg (pmbase+0x10) */
42 fadt->duty_width = 3; /* this width is in bits */
Elyes HAOUAS2119d0b2020-02-16 10:01:33 +010043 fadt->day_alrm = 0x0d; /* rtc CMOS RAM offset */
Tobias Diedriche87c38e2010-11-27 09:40:16 +000044 fadt->mon_alrm = 0x0; /* not supported */
45 fadt->century = 0x0; /* not supported */
46 /*
47 * bit meaning
48 * 0 1: We have user-visible legacy devices
49 * 1 1: 8042
50 * 2 0: VGA is ok to probe
51 * 3 1: MSI are not supported
52 */
53 fadt->iapc_boot_arch = 0xb;
54 /*
55 * bit meaning
56 * 0 WBINVD
57 * Processors in new ACPI-compatible systems are required to
58 * support this function and indicate this to OSPM by setting
59 * this field.
60 * 1 WBINVD_FLUSH
61 * If set, indicates that the hardware flushes all caches on the
62 * WBINVD instruction and maintains memory coherency, but does
63 * not guarantee the caches are invalidated.
64 * 2 PROC_C1
65 * C1 power state (x86 hlt instruction) is supported on all cpus
66 * 3 P_LVL2_UP
67 * 0: C2 only on uniprocessor, 1: C2 on uni- and multiprocessor
68 * 4 PWR_BUTTON
69 * 0: pwr button is fixed feature
70 * 1: pwr button has control method device if present
71 * 5 SLP_BUTTON
72 * 0: sleep button is fixed feature
73 * 1: sleep button has control method device if present
74 * 6 FIX_RTC
75 * 0: RTC wake status supported in fixed register spce
76 * 7 RTC_S4
77 * 1: RTC can wake from S4
78 * 8 TMR_VAL_EXT
79 * 1: pmtimer is 32bit, 0: pmtimer is 24bit
80 * 9 DCK_CAP
81 * 1: system supports docking station
82 * 10 RESET_REG_SUPPORT
83 * 1: fadt describes reset register for system reset
84 * 11 SEALED_CASE
85 * 1: No expansion possible, sealed case
86 * 12 HEADLESS
87 * 1: Video output, keyboard and mouse are not connected
88 * 13 CPU_SW_SLP
89 * 1: Special processor instruction needs to be executed
90 * after writing SLP_TYP
91 * 14 PCI_EXP_WAK
92 * 1: PM1 regs support PCIEXP_WAKE_(STS|EN), must be set
93 * on platforms with pci express support
94 * 15 USE_PLATFORM_CLOCK
95 * 1: OS should prefer platform clock over processor internal
96 * clock.
97 * 16 S4_RTC_STS_VALID
98 * 17 REMOTE_POWER_ON_CAPABLE
99 * 1: platform correctly supports OSPM leaving GPE wake events
100 * armed prior to an S5 transition.
101 * 18 FORCE_APIC_CLUSTER_MODEL
102 * 19 FORCE_APIC_PHYSICAL_DESTINATION_MODE
103 */
Angel Pons79572e42020-07-13 00:17:43 +0200104 fadt->flags |= 0xa5;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000105
Elyes HAOUAS04071f42020-07-20 17:05:24 +0200106 fadt->x_pm1a_evt_blk.space_id = ACPI_ADDRESS_SPACE_IO;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000107 fadt->x_pm1a_evt_blk.bit_width = fadt->pm1_evt_len * 8;
108 fadt->x_pm1a_evt_blk.bit_offset = 0;
Angel Pons12a4d052020-07-14 01:31:27 +0200109 fadt->x_pm1a_evt_blk.access_size = ACPI_ACCESS_SIZE_WORD_ACCESS;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000110 fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk;
111 fadt->x_pm1a_evt_blk.addrh = 0x0;
112
Elyes HAOUAS04071f42020-07-20 17:05:24 +0200113 fadt->x_pm1a_cnt_blk.space_id = ACPI_ADDRESS_SPACE_IO;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000114 fadt->x_pm1a_cnt_blk.bit_width = fadt->pm1_cnt_len * 8;
115 fadt->x_pm1a_cnt_blk.bit_offset = 0;
Patrick Rudolphc02bda02020-02-28 10:19:41 +0100116 fadt->x_pm1a_cnt_blk.access_size = ACPI_ACCESS_SIZE_WORD_ACCESS;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000117 fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk;
118 fadt->x_pm1a_cnt_blk.addrh = 0x0;
119
Elyes HAOUAS04071f42020-07-20 17:05:24 +0200120 fadt->x_pm_tmr_blk.space_id = ACPI_ADDRESS_SPACE_IO;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000121 fadt->x_pm_tmr_blk.bit_width = fadt->pm_tmr_len * 8;
122 fadt->x_pm_tmr_blk.bit_offset = 0;
Patrick Rudolphc02bda02020-02-28 10:19:41 +0100123 fadt->x_pm_tmr_blk.access_size = ACPI_ACCESS_SIZE_DWORD_ACCESS;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000124 fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk;
125 fadt->x_pm_tmr_blk.addrh = 0x0;
126
Elyes HAOUAS04071f42020-07-20 17:05:24 +0200127 fadt->x_gpe0_blk.space_id = ACPI_ADDRESS_SPACE_IO;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000128 fadt->x_gpe0_blk.bit_width = fadt->gpe0_blk_len * 8;
129 fadt->x_gpe0_blk.bit_offset = 0;
Patrick Rudolphc02bda02020-02-28 10:19:41 +0100130 fadt->x_gpe0_blk.access_size = ACPI_ACCESS_SIZE_BYTE_ACCESS;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000131 fadt->x_gpe0_blk.addrl = fadt->gpe0_blk;
132 fadt->x_gpe0_blk.addrh = 0x0;
Tobias Diedriche87c38e2010-11-27 09:40:16 +0000133}