blob: d919f4055dbafad613d0236ef93fc64ebbedfd55 [file] [log] [blame]
Bob Moore95befdb2007-02-02 19:48:20 +03001/******************************************************************************
2 *
3 * Module Name: tbfadt - FADT table utilities
4 *
5 *****************************************************************************/
6
7/*
Bob Moore77848132012-01-12 13:27:23 +08008 * Copyright (C) 2000 - 2012, Intel Corp.
Bob Moore95befdb2007-02-02 19:48:20 +03009 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * substantially similar to the "NO WARRANTY" disclaimer below
19 * ("Disclaimer") and any redistribution must be conditioned upon
20 * including a substantially similar Disclaimer requirement for further
21 * binary redistribution.
22 * 3. Neither the names of the above-listed copyright holders nor the names
23 * of any contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 *
26 * Alternatively, this software may be distributed under the terms of the
27 * GNU General Public License ("GPL") version 2 as published by the Free
28 * Software Foundation.
29 *
30 * NO WARRANTY
31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 * POSSIBILITY OF SUCH DAMAGES.
42 */
43
44#include <acpi/acpi.h>
Len Browne2f7a772009-01-09 00:30:03 -050045#include "accommon.h"
46#include "actables.h"
Bob Moore95befdb2007-02-02 19:48:20 +030047
48#define _COMPONENT ACPI_TABLES
49ACPI_MODULE_NAME("tbfadt")
50
51/* Local prototypes */
Bob Moore66be71f2012-05-22 16:35:00 +080052static void
Bob Mooreea5d8eb2007-02-02 19:48:20 +030053acpi_tb_init_generic_address(struct acpi_generic_address *generic_address,
Bob Moore66be71f2012-05-22 16:35:00 +080054 u8 space_id,
55 u8 byte_width, u64 address, char *register_name);
Bob Moore95befdb2007-02-02 19:48:20 +030056
Bob Moore71392842007-02-02 19:48:20 +030057static void acpi_tb_convert_fadt(void);
58
59static void acpi_tb_validate_fadt(void);
60
Bob Moore531c6332009-02-18 14:06:12 +080061static void acpi_tb_setup_fadt_registers(void);
62
Bob Mooreea5d8eb2007-02-02 19:48:20 +030063/* Table for conversion of FADT to common internal format and FADT validation */
Bob Moore95befdb2007-02-02 19:48:20 +030064
Bob Mooreea5d8eb2007-02-02 19:48:20 +030065typedef struct acpi_fadt_info {
66 char *name;
Bob Mooreecafe6f2012-01-12 11:09:58 +080067 u16 address64;
68 u16 address32;
69 u16 length;
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080070 u8 default_length;
Bob Mooreea5d8eb2007-02-02 19:48:20 +030071 u8 type;
Bob Moore95befdb2007-02-02 19:48:20 +030072
Bob Mooreea5d8eb2007-02-02 19:48:20 +030073} acpi_fadt_info;
Bob Moore95befdb2007-02-02 19:48:20 +030074
Bob Mooreecafe6f2012-01-12 11:09:58 +080075#define ACPI_FADT_OPTIONAL 0
Bob Mooreea5d8eb2007-02-02 19:48:20 +030076#define ACPI_FADT_REQUIRED 1
77#define ACPI_FADT_SEPARATE_LENGTH 2
78
79static struct acpi_fadt_info fadt_info_table[] = {
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080080 {"Pm1aEventBlock",
81 ACPI_FADT_OFFSET(xpm1a_event_block),
Bob Moore95befdb2007-02-02 19:48:20 +030082 ACPI_FADT_OFFSET(pm1a_event_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080083 ACPI_FADT_OFFSET(pm1_event_length),
84 ACPI_PM1_REGISTER_WIDTH * 2, /* Enable + Status register */
85 ACPI_FADT_REQUIRED},
Bob Mooreea5d8eb2007-02-02 19:48:20 +030086
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080087 {"Pm1bEventBlock",
88 ACPI_FADT_OFFSET(xpm1b_event_block),
Bob Moore95befdb2007-02-02 19:48:20 +030089 ACPI_FADT_OFFSET(pm1b_event_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080090 ACPI_FADT_OFFSET(pm1_event_length),
91 ACPI_PM1_REGISTER_WIDTH * 2, /* Enable + Status register */
Bob Mooreecafe6f2012-01-12 11:09:58 +080092 ACPI_FADT_OPTIONAL},
Bob Mooreea5d8eb2007-02-02 19:48:20 +030093
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080094 {"Pm1aControlBlock",
95 ACPI_FADT_OFFSET(xpm1a_control_block),
Bob Moore95befdb2007-02-02 19:48:20 +030096 ACPI_FADT_OFFSET(pm1a_control_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +080097 ACPI_FADT_OFFSET(pm1_control_length),
98 ACPI_PM1_REGISTER_WIDTH,
99 ACPI_FADT_REQUIRED},
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300100
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800101 {"Pm1bControlBlock",
102 ACPI_FADT_OFFSET(xpm1b_control_block),
Bob Moore95befdb2007-02-02 19:48:20 +0300103 ACPI_FADT_OFFSET(pm1b_control_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800104 ACPI_FADT_OFFSET(pm1_control_length),
105 ACPI_PM1_REGISTER_WIDTH,
Bob Mooreecafe6f2012-01-12 11:09:58 +0800106 ACPI_FADT_OPTIONAL},
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300107
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800108 {"Pm2ControlBlock",
109 ACPI_FADT_OFFSET(xpm2_control_block),
Bob Moore95befdb2007-02-02 19:48:20 +0300110 ACPI_FADT_OFFSET(pm2_control_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800111 ACPI_FADT_OFFSET(pm2_control_length),
112 ACPI_PM2_REGISTER_WIDTH,
113 ACPI_FADT_SEPARATE_LENGTH},
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300114
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800115 {"PmTimerBlock",
116 ACPI_FADT_OFFSET(xpm_timer_block),
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300117 ACPI_FADT_OFFSET(pm_timer_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800118 ACPI_FADT_OFFSET(pm_timer_length),
119 ACPI_PM_TIMER_WIDTH,
120 ACPI_FADT_REQUIRED},
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300121
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800122 {"Gpe0Block",
123 ACPI_FADT_OFFSET(xgpe0_block),
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300124 ACPI_FADT_OFFSET(gpe0_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800125 ACPI_FADT_OFFSET(gpe0_block_length),
126 0,
127 ACPI_FADT_SEPARATE_LENGTH},
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300128
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800129 {"Gpe1Block",
130 ACPI_FADT_OFFSET(xgpe1_block),
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300131 ACPI_FADT_OFFSET(gpe1_block),
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800132 ACPI_FADT_OFFSET(gpe1_block_length),
133 0,
134 ACPI_FADT_SEPARATE_LENGTH}
Bob Moore95befdb2007-02-02 19:48:20 +0300135};
136
Bob Mooreec41f192009-02-18 15:03:30 +0800137#define ACPI_FADT_INFO_ENTRIES \
138 (sizeof (fadt_info_table) / sizeof (struct acpi_fadt_info))
Bob Moore95befdb2007-02-02 19:48:20 +0300139
Bob Moore531c6332009-02-18 14:06:12 +0800140/* Table used to split Event Blocks into separate status/enable registers */
141
142typedef struct acpi_fadt_pm_info {
143 struct acpi_generic_address *target;
Bob Mooreecafe6f2012-01-12 11:09:58 +0800144 u16 source;
Bob Moore531c6332009-02-18 14:06:12 +0800145 u8 register_num;
146
147} acpi_fadt_pm_info;
148
149static struct acpi_fadt_pm_info fadt_pm_info_table[] = {
150 {&acpi_gbl_xpm1a_status,
151 ACPI_FADT_OFFSET(xpm1a_event_block),
152 0},
153
154 {&acpi_gbl_xpm1a_enable,
155 ACPI_FADT_OFFSET(xpm1a_event_block),
156 1},
157
158 {&acpi_gbl_xpm1b_status,
159 ACPI_FADT_OFFSET(xpm1b_event_block),
160 0},
161
162 {&acpi_gbl_xpm1b_enable,
163 ACPI_FADT_OFFSET(xpm1b_event_block),
164 1}
165};
166
Bob Mooreec41f192009-02-18 15:03:30 +0800167#define ACPI_FADT_PM_INFO_ENTRIES \
168 (sizeof (fadt_pm_info_table) / sizeof (struct acpi_fadt_pm_info))
Bob Moore531c6332009-02-18 14:06:12 +0800169
Bob Moore95befdb2007-02-02 19:48:20 +0300170/*******************************************************************************
171 *
172 * FUNCTION: acpi_tb_init_generic_address
173 *
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300174 * PARAMETERS: generic_address - GAS struct to be initialized
Jan Beulichfcea94b2008-09-19 15:50:32 -0700175 * byte_width - Width of this register
Bob Moore95befdb2007-02-02 19:48:20 +0300176 * Address - Address of the register
177 *
178 * RETURN: None
179 *
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300180 * DESCRIPTION: Initialize a Generic Address Structure (GAS)
181 * See the ACPI specification for a full description and
182 * definition of this structure.
Bob Moore95befdb2007-02-02 19:48:20 +0300183 *
184 ******************************************************************************/
185
Bob Moore66be71f2012-05-22 16:35:00 +0800186static void
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300187acpi_tb_init_generic_address(struct acpi_generic_address *generic_address,
Bob Moore66be71f2012-05-22 16:35:00 +0800188 u8 space_id,
189 u8 byte_width, u64 address, char *register_name)
Bob Moore95befdb2007-02-02 19:48:20 +0300190{
Bob Moore66be71f2012-05-22 16:35:00 +0800191 u8 bit_width;
192
193 /* Bit width field in the GAS is only one byte long, 255 max */
194
195 bit_width = (u8)(byte_width * 8);
196
197 if (byte_width > 31) { /* (31*8)=248 */
198 ACPI_ERROR((AE_INFO,
199 "%s - 32-bit FADT register is too long (%u bytes, %u bits) "
200 "to convert to GAS struct - 255 bits max, truncating",
201 register_name, byte_width, (byte_width * 8)));
202
203 bit_width = 255;
204 }
Bob Moore95befdb2007-02-02 19:48:20 +0300205
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300206 /*
207 * The 64-bit Address field is non-aligned in the byte packed
208 * GAS struct.
209 */
210 ACPI_MOVE_64_TO_64(&generic_address->address, &address);
211
212 /* All other fields are byte-wide */
213
Bob Moore06f55412008-12-31 03:06:06 +0800214 generic_address->space_id = space_id;
Bob Moore66be71f2012-05-22 16:35:00 +0800215 generic_address->bit_width = bit_width;
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300216 generic_address->bit_offset = 0;
Bob Moore06f55412008-12-31 03:06:06 +0800217 generic_address->access_width = 0; /* Access width ANY */
Bob Moore95befdb2007-02-02 19:48:20 +0300218}
219
220/*******************************************************************************
221 *
222 * FUNCTION: acpi_tb_parse_fadt
223 *
224 * PARAMETERS: table_index - Index for the FADT
Bob Moore95befdb2007-02-02 19:48:20 +0300225 *
226 * RETURN: None
227 *
228 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
229 * (FADT contains the addresses of the DSDT and FACS)
230 *
231 ******************************************************************************/
232
Bob Moore97cbb7d2009-02-03 14:41:03 +0800233void acpi_tb_parse_fadt(u32 table_index)
Bob Moore95befdb2007-02-02 19:48:20 +0300234{
235 u32 length;
236 struct acpi_table_header *table;
237
238 /*
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300239 * The FADT has multiple versions with different lengths,
240 * and it contains pointers to both the DSDT and FACS tables.
Bob Moore95befdb2007-02-02 19:48:20 +0300241 *
242 * Get a local copy of the FADT and convert it to a common format
243 * Map entire FADT, assumed to be smaller than one page.
244 */
245 length = acpi_gbl_root_table_list.tables[table_index].length;
246
247 table =
248 acpi_os_map_memory(acpi_gbl_root_table_list.tables[table_index].
249 address, length);
250 if (!table) {
251 return;
252 }
253
254 /*
255 * Validate the FADT checksum before we copy the table. Ignore
256 * checksum error as we want to try to get the DSDT and FACS.
257 */
258 (void)acpi_tb_verify_checksum(table, length);
259
Bob Moore531c6332009-02-18 14:06:12 +0800260 /* Create a local copy of the FADT in common ACPI 2.0+ format */
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300261
Bob Moore71392842007-02-02 19:48:20 +0300262 acpi_tb_create_local_fadt(table, length);
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300263
264 /* All done with the real FADT, unmap it */
265
Bob Moore95befdb2007-02-02 19:48:20 +0300266 acpi_os_unmap_memory(table, length);
267
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300268 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
Bob Moore95befdb2007-02-02 19:48:20 +0300269
270 acpi_tb_install_table((acpi_physical_address) acpi_gbl_FADT.Xdsdt,
Bob Moore97cbb7d2009-02-03 14:41:03 +0800271 ACPI_SIG_DSDT, ACPI_TABLE_INDEX_DSDT);
Bob Moore95befdb2007-02-02 19:48:20 +0300272
Bob Moore22e5b402011-11-16 10:57:28 +0800273 /* If Hardware Reduced flag is set, there is no FACS */
274
275 if (!acpi_gbl_reduced_hardware) {
276 acpi_tb_install_table((acpi_physical_address) acpi_gbl_FADT.
277 Xfacs, ACPI_SIG_FACS,
278 ACPI_TABLE_INDEX_FACS);
279 }
Bob Moore95befdb2007-02-02 19:48:20 +0300280}
281
282/*******************************************************************************
283 *
Bob Moore71392842007-02-02 19:48:20 +0300284 * FUNCTION: acpi_tb_create_local_fadt
285 *
286 * PARAMETERS: Table - Pointer to BIOS FADT
287 * Length - Length of the table
288 *
289 * RETURN: None
290 *
291 * DESCRIPTION: Get a local copy of the FADT and convert it to a common format.
292 * Performs validation on some important FADT fields.
293 *
Bob Moore55f8f3c2007-05-02 15:51:37 -0400294 * NOTE: We create a local copy of the FADT regardless of the version.
295 *
Bob Moore71392842007-02-02 19:48:20 +0300296 ******************************************************************************/
297
298void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
299{
Bob Moore71392842007-02-02 19:48:20 +0300300 /*
Bob Moore55f8f3c2007-05-02 15:51:37 -0400301 * Check if the FADT is larger than the largest table that we expect
Bob Moore2355e102011-11-16 10:42:09 +0800302 * (the ACPI 5.0 version). If so, truncate the table, and issue
Bob Moore55f8f3c2007-05-02 15:51:37 -0400303 * a warning.
Bob Moore71392842007-02-02 19:48:20 +0300304 */
305 if (length > sizeof(struct acpi_table_fadt)) {
306 ACPI_WARNING((AE_INFO,
Bob Moore2355e102011-11-16 10:42:09 +0800307 "FADT (revision %u) is longer than ACPI 5.0 version, "
Bob Mooref6a22b02010-03-05 17:56:40 +0800308 "truncating length %u to %u",
Bob Mooreb21245a2009-04-22 12:52:51 +0800309 table->revision, length,
310 (u32)sizeof(struct acpi_table_fadt)));
Bob Moore71392842007-02-02 19:48:20 +0300311 }
312
Bob Moore55f8f3c2007-05-02 15:51:37 -0400313 /* Clear the entire local FADT */
Bob Moore71392842007-02-02 19:48:20 +0300314
315 ACPI_MEMSET(&acpi_gbl_FADT, 0, sizeof(struct acpi_table_fadt));
316
Bob Moore55f8f3c2007-05-02 15:51:37 -0400317 /* Copy the original FADT, up to sizeof (struct acpi_table_fadt) */
318
Bob Moore71392842007-02-02 19:48:20 +0300319 ACPI_MEMCPY(&acpi_gbl_FADT, table,
320 ACPI_MIN(length, sizeof(struct acpi_table_fadt)));
321
Bob Moore22e5b402011-11-16 10:57:28 +0800322 /* Take a copy of the Hardware Reduced flag */
323
324 acpi_gbl_reduced_hardware = FALSE;
325 if (acpi_gbl_FADT.flags & ACPI_FADT_HW_REDUCED) {
326 acpi_gbl_reduced_hardware = TRUE;
327 }
328
Bob Moore531c6332009-02-18 14:06:12 +0800329 /* Convert the local copy of the FADT to the common internal format */
330
Bob Moore71392842007-02-02 19:48:20 +0300331 acpi_tb_convert_fadt();
Bob Moore531c6332009-02-18 14:06:12 +0800332
333 /* Validate FADT values now, before we make any changes */
334
335 acpi_tb_validate_fadt();
336
337 /* Initialize the global ACPI register structures */
338
339 acpi_tb_setup_fadt_registers();
Bob Moore71392842007-02-02 19:48:20 +0300340}
341
342/*******************************************************************************
343 *
Bob Moore95befdb2007-02-02 19:48:20 +0300344 * FUNCTION: acpi_tb_convert_fadt
345 *
346 * PARAMETERS: None, uses acpi_gbl_FADT
347 *
348 * RETURN: None
349 *
350 * DESCRIPTION: Converts all versions of the FADT to a common internal format.
Bob Moore31fbc072009-03-19 10:12:13 +0800351 * Expand 32-bit addresses to 64-bit as necessary.
Bob Moore95befdb2007-02-02 19:48:20 +0300352 *
Bob Mooree56b6382007-02-02 19:48:20 +0300353 * NOTE: acpi_gbl_FADT must be of size (struct acpi_table_fadt),
354 * and must contain a copy of the actual FADT.
Bob Moore95befdb2007-02-02 19:48:20 +0300355 *
Bob Moore31fbc072009-03-19 10:12:13 +0800356 * Notes on 64-bit register addresses:
Bob Moore95befdb2007-02-02 19:48:20 +0300357 *
Bob Moore31fbc072009-03-19 10:12:13 +0800358 * After this FADT conversion, later ACPICA code will only use the 64-bit "X"
359 * fields of the FADT for all ACPI register addresses.
Bob Moore95befdb2007-02-02 19:48:20 +0300360 *
Bob Moore31fbc072009-03-19 10:12:13 +0800361 * The 64-bit "X" fields are optional extensions to the original 32-bit FADT
362 * V1.0 fields. Even if they are present in the FADT, they are optional and
363 * are unused if the BIOS sets them to zero. Therefore, we must copy/expand
364 * 32-bit V1.0 fields if the corresponding X field is zero.
Bob Moore95befdb2007-02-02 19:48:20 +0300365 *
Bob Moore31fbc072009-03-19 10:12:13 +0800366 * For ACPI 1.0 FADTs, all 32-bit address fields are expanded to the
367 * corresponding "X" fields in the internal FADT.
368 *
369 * For ACPI 2.0+ FADTs, all valid (non-zero) 32-bit address fields are expanded
370 * to the corresponding 64-bit X fields. For compatibility with other ACPI
371 * implementations, we ignore the 64-bit field if the 32-bit field is valid,
372 * regardless of whether the host OS is 32-bit or 64-bit.
Bob Moore95befdb2007-02-02 19:48:20 +0300373 *
374 ******************************************************************************/
375
Bob Moore71392842007-02-02 19:48:20 +0300376static void acpi_tb_convert_fadt(void)
Bob Moore95befdb2007-02-02 19:48:20 +0300377{
Bob Moore31fbc072009-03-19 10:12:13 +0800378 struct acpi_generic_address *address64;
379 u32 address32;
Bob Moore67a119f2008-06-10 13:42:13 +0800380 u32 i;
Bob Moore95befdb2007-02-02 19:48:20 +0300381
Bob Moorec87609f2008-11-12 15:23:20 +0800382 /*
383 * Expand the 32-bit FACS and DSDT addresses to 64-bit as necessary.
384 * Later code will always use the X 64-bit field. Also, check for an
385 * address mismatch between the 32-bit and 64-bit address fields
386 * (FIRMWARE_CTRL/X_FIRMWARE_CTRL, DSDT/X_DSDT) which would indicate
387 * the presence of two FACS or two DSDT tables.
388 */
Bob Moore95befdb2007-02-02 19:48:20 +0300389 if (!acpi_gbl_FADT.Xfacs) {
390 acpi_gbl_FADT.Xfacs = (u64) acpi_gbl_FADT.facs;
Bob Moorec87609f2008-11-12 15:23:20 +0800391 } else if (acpi_gbl_FADT.facs &&
392 (acpi_gbl_FADT.Xfacs != (u64) acpi_gbl_FADT.facs)) {
393 ACPI_WARNING((AE_INFO,
394 "32/64 FACS address mismatch in FADT - two FACS tables!"));
Bob Moore95befdb2007-02-02 19:48:20 +0300395 }
396
397 if (!acpi_gbl_FADT.Xdsdt) {
398 acpi_gbl_FADT.Xdsdt = (u64) acpi_gbl_FADT.dsdt;
Bob Moorec87609f2008-11-12 15:23:20 +0800399 } else if (acpi_gbl_FADT.dsdt &&
400 (acpi_gbl_FADT.Xdsdt != (u64) acpi_gbl_FADT.dsdt)) {
401 ACPI_WARNING((AE_INFO,
402 "32/64 DSDT address mismatch in FADT - two DSDT tables!"));
Bob Moore95befdb2007-02-02 19:48:20 +0300403 }
404
405 /*
Bob Moore55f8f3c2007-05-02 15:51:37 -0400406 * For ACPI 1.0 FADTs (revision 1 or 2), ensure that reserved fields which
407 * should be zero are indeed zero. This will workaround BIOSs that
408 * inadvertently place values in these fields.
409 *
410 * The ACPI 1.0 reserved fields that will be zeroed are the bytes located at
411 * offset 45, 55, 95, and the word located at offset 109, 110.
Bob Moore64b3db22011-02-14 15:50:42 +0800412 *
413 * Note: The FADT revision value is unreliable. Only the length can be
414 * trusted.
Bob Moore55f8f3c2007-05-02 15:51:37 -0400415 */
Bob Moore64b3db22011-02-14 15:50:42 +0800416 if (acpi_gbl_FADT.header.length <= ACPI_FADT_V2_SIZE) {
Bob Moore55f8f3c2007-05-02 15:51:37 -0400417 acpi_gbl_FADT.preferred_profile = 0;
418 acpi_gbl_FADT.pstate_control = 0;
419 acpi_gbl_FADT.cst_control = 0;
420 acpi_gbl_FADT.boot_flags = 0;
421 }
422
Julian Anastasov3e80acd2012-02-23 22:40:43 +0200423 /* Update the local FADT table header length */
424
425 acpi_gbl_FADT.header.length = sizeof(struct acpi_table_fadt);
426
Bob Moore55f8f3c2007-05-02 15:51:37 -0400427 /*
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800428 * Expand the ACPI 1.0 32-bit addresses to the ACPI 2.0 64-bit "X"
429 * generic address structures as necessary. Later code will always use
430 * the 64-bit address structures.
Bob Moore31fbc072009-03-19 10:12:13 +0800431 *
432 * March 2009:
433 * We now always use the 32-bit address if it is valid (non-null). This
434 * is not in accordance with the ACPI specification which states that
435 * the 64-bit address supersedes the 32-bit version, but we do this for
436 * compatibility with other ACPI implementations. Most notably, in the
437 * case where both the 32 and 64 versions are non-null, we use the 32-bit
438 * version. This is the only address that is guaranteed to have been
439 * tested by the BIOS manufacturer.
Bob Moore95befdb2007-02-02 19:48:20 +0300440 */
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300441 for (i = 0; i < ACPI_FADT_INFO_ENTRIES; i++) {
Bob Moore31fbc072009-03-19 10:12:13 +0800442 address32 = *ACPI_ADD_PTR(u32,
443 &acpi_gbl_FADT,
444 fadt_info_table[i].address32);
Bob Moore95befdb2007-02-02 19:48:20 +0300445
Bob Moore31fbc072009-03-19 10:12:13 +0800446 address64 = ACPI_ADD_PTR(struct acpi_generic_address,
447 &acpi_gbl_FADT,
448 fadt_info_table[i].address64);
Bob Moore95befdb2007-02-02 19:48:20 +0300449
Bob Moore31fbc072009-03-19 10:12:13 +0800450 /*
451 * If both 32- and 64-bit addresses are valid (non-zero),
452 * they must match.
453 */
454 if (address64->address && address32 &&
455 (address64->address != (u64) address32)) {
456 ACPI_ERROR((AE_INFO,
Bob Mooref6a22b02010-03-05 17:56:40 +0800457 "32/64X address mismatch in %s: 0x%8.8X/0x%8.8X%8.8X, using 32",
Bob Moore31fbc072009-03-19 10:12:13 +0800458 fadt_info_table[i].name, address32,
459 ACPI_FORMAT_UINT64(address64->address)));
460 }
Bob Moore06f55412008-12-31 03:06:06 +0800461
Bob Moore31fbc072009-03-19 10:12:13 +0800462 /* Always use 32-bit address if it is valid (non-null) */
Bob Moore06f55412008-12-31 03:06:06 +0800463
Bob Moore31fbc072009-03-19 10:12:13 +0800464 if (address32) {
465 /*
466 * Copy the 32-bit address to the 64-bit GAS structure. The
467 * Space ID is always I/O for 32-bit legacy address fields
468 */
469 acpi_tb_init_generic_address(address64,
Bob Moore06f55412008-12-31 03:06:06 +0800470 ACPI_ADR_SPACE_SYSTEM_IO,
Bob Moore95befdb2007-02-02 19:48:20 +0300471 *ACPI_ADD_PTR(u8,
472 &acpi_gbl_FADT,
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300473 fadt_info_table
Bob Moore95befdb2007-02-02 19:48:20 +0300474 [i].length),
Bob Moore66be71f2012-05-22 16:35:00 +0800475 (u64) address32,
476 fadt_info_table[i].name);
Bob Moore95befdb2007-02-02 19:48:20 +0300477 }
478 }
Bob Moore95befdb2007-02-02 19:48:20 +0300479}
480
Bob Mooreec41f192009-02-18 15:03:30 +0800481/*******************************************************************************
Bob Moore95befdb2007-02-02 19:48:20 +0300482 *
483 * FUNCTION: acpi_tb_validate_fadt
484 *
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300485 * PARAMETERS: Table - Pointer to the FADT to be validated
Bob Moore95befdb2007-02-02 19:48:20 +0300486 *
Bob Mooree56b6382007-02-02 19:48:20 +0300487 * RETURN: None
Bob Moore95befdb2007-02-02 19:48:20 +0300488 *
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300489 * DESCRIPTION: Validate various important fields within the FADT. If a problem
490 * is found, issue a message, but no status is returned.
491 * Used by both the table manager and the disassembler.
492 *
493 * Possible additional checks:
494 * (acpi_gbl_FADT.pm1_event_length >= 4)
495 * (acpi_gbl_FADT.pm1_control_length >= 2)
496 * (acpi_gbl_FADT.pm_timer_length >= 4)
497 * Gpe block lengths must be multiple of 2
Bob Moore95befdb2007-02-02 19:48:20 +0300498 *
499 ******************************************************************************/
500
Bob Moore71392842007-02-02 19:48:20 +0300501static void acpi_tb_validate_fadt(void)
Bob Moore95befdb2007-02-02 19:48:20 +0300502{
Bob Moore06f55412008-12-31 03:06:06 +0800503 char *name;
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300504 struct acpi_generic_address *address64;
505 u8 length;
Bob Moore67a119f2008-06-10 13:42:13 +0800506 u32 i;
Bob Moore95befdb2007-02-02 19:48:20 +0300507
Bob Moore06f55412008-12-31 03:06:06 +0800508 /*
509 * Check for FACS and DSDT address mismatches. An address mismatch between
510 * the 32-bit and 64-bit address fields (FIRMWARE_CTRL/X_FIRMWARE_CTRL and
511 * DSDT/X_DSDT) would indicate the presence of two FACS or two DSDT tables.
512 */
513 if (acpi_gbl_FADT.facs &&
514 (acpi_gbl_FADT.Xfacs != (u64) acpi_gbl_FADT.facs)) {
515 ACPI_WARNING((AE_INFO,
Bob Moore40774f72008-12-16 18:22:01 +0800516 "32/64X FACS address mismatch in FADT - "
Bob Mooref6a22b02010-03-05 17:56:40 +0800517 "0x%8.8X/0x%8.8X%8.8X, using 32",
Bob Moore06f55412008-12-31 03:06:06 +0800518 acpi_gbl_FADT.facs,
519 ACPI_FORMAT_UINT64(acpi_gbl_FADT.Xfacs)));
Bob Mooref6556302009-03-19 10:13:40 +0800520
521 acpi_gbl_FADT.Xfacs = (u64) acpi_gbl_FADT.facs;
Bob Moore06f55412008-12-31 03:06:06 +0800522 }
523
524 if (acpi_gbl_FADT.dsdt &&
525 (acpi_gbl_FADT.Xdsdt != (u64) acpi_gbl_FADT.dsdt)) {
526 ACPI_WARNING((AE_INFO,
Bob Moore40774f72008-12-16 18:22:01 +0800527 "32/64X DSDT address mismatch in FADT - "
Bob Mooref6a22b02010-03-05 17:56:40 +0800528 "0x%8.8X/0x%8.8X%8.8X, using 32",
Bob Moore06f55412008-12-31 03:06:06 +0800529 acpi_gbl_FADT.dsdt,
530 ACPI_FORMAT_UINT64(acpi_gbl_FADT.Xdsdt)));
Bob Mooref6556302009-03-19 10:13:40 +0800531
532 acpi_gbl_FADT.Xdsdt = (u64) acpi_gbl_FADT.dsdt;
Bob Moore06f55412008-12-31 03:06:06 +0800533 }
534
Bob Moore22e5b402011-11-16 10:57:28 +0800535 /* If Hardware Reduced flag is set, we are all done */
536
537 if (acpi_gbl_reduced_hardware) {
538 return;
539 }
540
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300541 /* Examine all of the 64-bit extended address fields (X fields) */
Bob Moore95befdb2007-02-02 19:48:20 +0300542
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300543 for (i = 0; i < ACPI_FADT_INFO_ENTRIES; i++) {
Bob Moore06f55412008-12-31 03:06:06 +0800544 /*
Bob Mooree4c1ebf2009-04-22 13:02:06 +0800545 * Generate pointer to the 64-bit address, get the register
546 * length (width) and the register name
Bob Moore06f55412008-12-31 03:06:06 +0800547 */
548 address64 = ACPI_ADD_PTR(struct acpi_generic_address,
549 &acpi_gbl_FADT,
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800550 fadt_info_table[i].address64);
Bob Moore71392842007-02-02 19:48:20 +0300551 length =
552 *ACPI_ADD_PTR(u8, &acpi_gbl_FADT,
553 fadt_info_table[i].length);
Bob Moore06f55412008-12-31 03:06:06 +0800554 name = fadt_info_table[i].name;
555
556 /*
557 * For each extended field, check for length mismatch between the
robert.moore@intel.com4b67a0e2008-12-31 13:07:26 +0800558 * legacy length field and the corresponding 64-bit X length field.
Bob Moore06f55412008-12-31 03:06:06 +0800559 */
Bob Mooreaab61b62009-03-06 10:09:00 +0800560 if (address64->address &&
561 (address64->bit_width != ACPI_MUL_8(length))) {
Bob Moore06f55412008-12-31 03:06:06 +0800562 ACPI_WARNING((AE_INFO,
Bob Mooref6a22b02010-03-05 17:56:40 +0800563 "32/64X length mismatch in %s: %u/%u",
Bob Moore06f55412008-12-31 03:06:06 +0800564 name, ACPI_MUL_8(length),
565 address64->bit_width));
566 }
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300567
568 if (fadt_info_table[i].type & ACPI_FADT_REQUIRED) {
569 /*
570 * Field is required (Pm1a_event, Pm1a_control, pm_timer).
571 * Both the address and length must be non-zero.
572 */
573 if (!address64->address || !length) {
574 ACPI_ERROR((AE_INFO,
Bob Mooreec41f192009-02-18 15:03:30 +0800575 "Required field %s has zero address and/or length:"
Bob Mooref6a22b02010-03-05 17:56:40 +0800576 " 0x%8.8X%8.8X/0x%X",
Bob Moore06f55412008-12-31 03:06:06 +0800577 name,
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300578 ACPI_FORMAT_UINT64(address64->
579 address),
580 length));
581 }
582 } else if (fadt_info_table[i].type & ACPI_FADT_SEPARATE_LENGTH) {
583 /*
584 * Field is optional (PM2Control, GPE0, GPE1) AND has its own
Bob Mooreec41f192009-02-18 15:03:30 +0800585 * length field. If present, both the address and length must
586 * be valid.
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300587 */
Bob Mooreec41f192009-02-18 15:03:30 +0800588 if ((address64->address && !length) ||
589 (!address64->address && length)) {
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300590 ACPI_WARNING((AE_INFO,
Bob Mooreec41f192009-02-18 15:03:30 +0800591 "Optional field %s has zero address or length: "
Bob Mooref6a22b02010-03-05 17:56:40 +0800592 "0x%8.8X%8.8X/0x%X",
Bob Moore06f55412008-12-31 03:06:06 +0800593 name,
Bob Mooreea5d8eb2007-02-02 19:48:20 +0300594 ACPI_FORMAT_UINT64(address64->
595 address),
596 length));
597 }
598 }
Bob Moore95befdb2007-02-02 19:48:20 +0300599 }
Bob Moore95befdb2007-02-02 19:48:20 +0300600}
Bob Moore531c6332009-02-18 14:06:12 +0800601
Bob Mooreec41f192009-02-18 15:03:30 +0800602/*******************************************************************************
Bob Moore531c6332009-02-18 14:06:12 +0800603 *
604 * FUNCTION: acpi_tb_setup_fadt_registers
605 *
606 * PARAMETERS: None, uses acpi_gbl_FADT.
607 *
608 * RETURN: None
609 *
610 * DESCRIPTION: Initialize global ACPI PM1 register definitions. Optionally,
611 * force FADT register definitions to their default lengths.
612 *
613 ******************************************************************************/
614
615static void acpi_tb_setup_fadt_registers(void)
616{
617 struct acpi_generic_address *target64;
618 struct acpi_generic_address *source64;
619 u8 pm1_register_byte_width;
620 u32 i;
621
622 /*
623 * Optionally check all register lengths against the default values and
624 * update them if they are incorrect.
625 */
626 if (acpi_gbl_use_default_register_widths) {
627 for (i = 0; i < ACPI_FADT_INFO_ENTRIES; i++) {
628 target64 =
629 ACPI_ADD_PTR(struct acpi_generic_address,
630 &acpi_gbl_FADT,
631 fadt_info_table[i].address64);
632
633 /*
634 * If a valid register (Address != 0) and the (default_length > 0)
635 * (Not a GPE register), then check the width against the default.
636 */
637 if ((target64->address) &&
638 (fadt_info_table[i].default_length > 0) &&
639 (fadt_info_table[i].default_length !=
640 target64->bit_width)) {
641 ACPI_WARNING((AE_INFO,
Bob Mooref6a22b02010-03-05 17:56:40 +0800642 "Invalid length for %s: %u, using default %u",
Bob Moore531c6332009-02-18 14:06:12 +0800643 fadt_info_table[i].name,
644 target64->bit_width,
645 fadt_info_table[i].
646 default_length));
647
648 /* Incorrect size, set width to the default */
649
650 target64->bit_width =
651 fadt_info_table[i].default_length;
652 }
653 }
654 }
655
656 /*
657 * Get the length of the individual PM1 registers (enable and status).
658 * Each register is defined to be (event block length / 2). Extra divide
659 * by 8 converts bits to bytes.
660 */
Bob Mooreec41f192009-02-18 15:03:30 +0800661 pm1_register_byte_width = (u8)
662 ACPI_DIV_16(acpi_gbl_FADT.xpm1a_event_block.bit_width);
Bob Moore531c6332009-02-18 14:06:12 +0800663
664 /*
665 * Calculate separate GAS structs for the PM1x (A/B) Status and Enable
666 * registers. These addresses do not appear (directly) in the FADT, so it
667 * is useful to pre-calculate them from the PM1 Event Block definitions.
668 *
669 * The PM event blocks are split into two register blocks, first is the
670 * PM Status Register block, followed immediately by the PM Enable
671 * Register block. Each is of length (pm1_event_length/2)
672 *
673 * Note: The PM1A event block is required by the ACPI specification.
674 * However, the PM1B event block is optional and is rarely, if ever,
675 * used.
676 */
677
678 for (i = 0; i < ACPI_FADT_PM_INFO_ENTRIES; i++) {
679 source64 =
680 ACPI_ADD_PTR(struct acpi_generic_address, &acpi_gbl_FADT,
681 fadt_pm_info_table[i].source);
682
Lin Ming5e053e72009-03-04 14:31:25 +0800683 if (source64->address) {
684 acpi_tb_init_generic_address(fadt_pm_info_table[i].
685 target, source64->space_id,
686 pm1_register_byte_width,
687 source64->address +
688 (fadt_pm_info_table[i].
689 register_num *
Bob Moore66be71f2012-05-22 16:35:00 +0800690 pm1_register_byte_width),
691 "PmRegisters");
Lin Ming5e053e72009-03-04 14:31:25 +0800692 }
Bob Moore531c6332009-02-18 14:06:12 +0800693 }
694}