Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
Bob Moore | 42f4786 | 2013-06-08 00:59:02 +0000 | [diff] [blame] | 3 | * Module Name: tbutils - ACPI Table utilities |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
| 5 | *****************************************************************************/ |
| 6 | |
| 7 | /* |
Bob Moore | c8100dc | 2016-01-15 08:17:03 +0800 | [diff] [blame] | 8 | * Copyright (C) 2000 - 2016, Intel Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #include <acpi/acpi.h> |
Len Brown | e2f7a77 | 2009-01-09 00:30:03 -0500 | [diff] [blame] | 45 | #include "accommon.h" |
| 46 | #include "actables.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | #define _COMPONENT ACPI_TABLES |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 49 | ACPI_MODULE_NAME("tbutils") |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
Robert Moore | 44f6c01 | 2005-04-18 22:49:35 -0400 | [diff] [blame] | 51 | /* Local prototypes */ |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 52 | static acpi_physical_address |
Bob Moore | 67a119f | 2008-06-10 13:42:13 +0800 | [diff] [blame] | 53 | acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size); |
| 54 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 55 | #if (!ACPI_REDUCED_HARDWARE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | /******************************************************************************* |
| 57 | * |
Bob Moore | 009c4cbe | 2008-11-12 15:34:52 +0800 | [diff] [blame] | 58 | * FUNCTION: acpi_tb_initialize_facs |
| 59 | * |
| 60 | * PARAMETERS: None |
| 61 | * |
| 62 | * RETURN: Status |
| 63 | * |
| 64 | * DESCRIPTION: Create a permanent mapping for the FADT and save it in a global |
| 65 | * for accessing the Global Lock and Firmware Waking Vector |
| 66 | * |
| 67 | ******************************************************************************/ |
| 68 | |
| 69 | acpi_status acpi_tb_initialize_facs(void) |
| 70 | { |
Lv Zheng | 7484619 | 2015-08-25 10:29:08 +0800 | [diff] [blame] | 71 | struct acpi_table_facs *facs; |
Bob Moore | 009c4cbe | 2008-11-12 15:34:52 +0800 | [diff] [blame] | 72 | |
Bob Moore | 22e5b40 | 2011-11-16 10:57:28 +0800 | [diff] [blame] | 73 | /* If Hardware Reduced flag is set, there is no FACS */ |
| 74 | |
| 75 | if (acpi_gbl_reduced_hardware) { |
| 76 | acpi_gbl_FACS = NULL; |
| 77 | return (AE_OK); |
Lv Zheng | 8ec3f45 | 2015-08-25 10:29:01 +0800 | [diff] [blame] | 78 | } else if (acpi_gbl_FADT.Xfacs && |
| 79 | (!acpi_gbl_FADT.facs |
| 80 | || !acpi_gbl_use32_bit_facs_addresses)) { |
| 81 | (void)acpi_get_table_by_index(acpi_gbl_xfacs_index, |
| 82 | ACPI_CAST_INDIRECT_PTR(struct |
| 83 | acpi_table_header, |
Lv Zheng | 7484619 | 2015-08-25 10:29:08 +0800 | [diff] [blame] | 84 | &facs)); |
| 85 | acpi_gbl_FACS = facs; |
Lv Zheng | 8ec3f45 | 2015-08-25 10:29:01 +0800 | [diff] [blame] | 86 | } else if (acpi_gbl_FADT.facs) { |
| 87 | (void)acpi_get_table_by_index(acpi_gbl_facs_index, |
| 88 | ACPI_CAST_INDIRECT_PTR(struct |
| 89 | acpi_table_header, |
Lv Zheng | 7484619 | 2015-08-25 10:29:08 +0800 | [diff] [blame] | 90 | &facs)); |
| 91 | acpi_gbl_FACS = facs; |
Lv Zheng | c04e1fb | 2015-07-01 14:43:11 +0800 | [diff] [blame] | 92 | } |
| 93 | |
Lv Zheng | f06147f | 2015-07-01 14:43:18 +0800 | [diff] [blame] | 94 | /* If there is no FACS, just continue. There was already an error msg */ |
| 95 | |
Lv Zheng | c04e1fb | 2015-07-01 14:43:11 +0800 | [diff] [blame] | 96 | return (AE_OK); |
Bob Moore | 009c4cbe | 2008-11-12 15:34:52 +0800 | [diff] [blame] | 97 | } |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 98 | #endif /* !ACPI_REDUCED_HARDWARE */ |
Bob Moore | 009c4cbe | 2008-11-12 15:34:52 +0800 | [diff] [blame] | 99 | |
| 100 | /******************************************************************************* |
| 101 | * |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 102 | * FUNCTION: acpi_tb_check_dsdt_header |
| 103 | * |
| 104 | * PARAMETERS: None |
| 105 | * |
| 106 | * RETURN: None |
| 107 | * |
| 108 | * DESCRIPTION: Quick compare to check validity of the DSDT. This will detect |
| 109 | * if the DSDT has been replaced from outside the OS and/or if |
| 110 | * the DSDT header has been corrupted. |
| 111 | * |
| 112 | ******************************************************************************/ |
| 113 | |
| 114 | void acpi_tb_check_dsdt_header(void) |
| 115 | { |
| 116 | |
| 117 | /* Compare original length and checksum to current values */ |
| 118 | |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 119 | if (acpi_gbl_original_dsdt_header.length != acpi_gbl_DSDT->length || |
| 120 | acpi_gbl_original_dsdt_header.checksum != acpi_gbl_DSDT->checksum) { |
Bob Moore | 3b3ea77 | 2012-07-16 09:39:54 +0800 | [diff] [blame] | 121 | ACPI_BIOS_ERROR((AE_INFO, |
| 122 | "The DSDT has been corrupted or replaced - " |
| 123 | "old, new headers below")); |
Bob Moore | 1fad873 | 2015-12-29 13:54:36 +0800 | [diff] [blame] | 124 | |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 125 | acpi_tb_print_table_header(0, &acpi_gbl_original_dsdt_header); |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 126 | acpi_tb_print_table_header(0, acpi_gbl_DSDT); |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 127 | |
Lin Ming | aa2110c | 2010-04-08 14:34:27 +0800 | [diff] [blame] | 128 | ACPI_ERROR((AE_INFO, |
| 129 | "Please send DMI info to linux-acpi@vger.kernel.org\n" |
| 130 | "If system does not work as expected, please boot with acpi=copy_dsdt")); |
| 131 | |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 132 | /* Disable further error messages */ |
| 133 | |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 134 | acpi_gbl_original_dsdt_header.length = acpi_gbl_DSDT->length; |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 135 | acpi_gbl_original_dsdt_header.checksum = |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 136 | acpi_gbl_DSDT->checksum; |
Lin Ming | 729df0f | 2010-04-01 10:47:56 +0800 | [diff] [blame] | 137 | } |
| 138 | } |
| 139 | |
| 140 | /******************************************************************************* |
| 141 | * |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 142 | * FUNCTION: acpi_tb_copy_dsdt |
| 143 | * |
| 144 | * PARAMETERS: table_desc - Installed table to copy |
| 145 | * |
| 146 | * RETURN: None |
| 147 | * |
| 148 | * DESCRIPTION: Implements a subsystem option to copy the DSDT to local memory. |
| 149 | * Some very bad BIOSs are known to either corrupt the DSDT or |
| 150 | * install a new, bad DSDT. This copy works around the problem. |
| 151 | * |
| 152 | ******************************************************************************/ |
| 153 | |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 154 | struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 155 | { |
| 156 | struct acpi_table_header *new_table; |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 157 | struct acpi_table_desc *table_desc; |
| 158 | |
| 159 | table_desc = &acpi_gbl_root_table_list.tables[table_index]; |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 160 | |
| 161 | new_table = ACPI_ALLOCATE(table_desc->length); |
| 162 | if (!new_table) { |
| 163 | ACPI_ERROR((AE_INFO, "Could not copy DSDT of length 0x%X", |
| 164 | table_desc->length)); |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 165 | return (NULL); |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 166 | } |
| 167 | |
Bob Moore | 4fa4616 | 2015-07-01 14:45:11 +0800 | [diff] [blame] | 168 | memcpy(new_table, table_desc->pointer, table_desc->length); |
Lv Zheng | 7f9fc99 | 2014-04-04 12:38:42 +0800 | [diff] [blame] | 169 | acpi_tb_uninstall_table(table_desc); |
Bob Moore | ed6f1d4 | 2014-04-04 12:39:26 +0800 | [diff] [blame] | 170 | |
| 171 | acpi_tb_init_table_descriptor(&acpi_gbl_root_table_list. |
Lv Zheng | 8ec3f45 | 2015-08-25 10:29:01 +0800 | [diff] [blame] | 172 | tables[acpi_gbl_dsdt_index], |
Bob Moore | ed6f1d4 | 2014-04-04 12:39:26 +0800 | [diff] [blame] | 173 | ACPI_PTR_TO_PHYSADDR(new_table), |
| 174 | ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL, |
| 175 | new_table); |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 176 | |
Bob Moore | 05fb04b | 2016-02-19 14:16:42 +0800 | [diff] [blame] | 177 | ACPI_INFO(("Forced DSDT copy: length 0x%05X copied locally, original unmapped", new_table->length)); |
Bob Moore | 43323cb | 2010-04-07 11:05:11 +0800 | [diff] [blame] | 178 | |
| 179 | return (new_table); |
Lin Ming | 69ec87e | 2010-04-01 11:14:12 +0800 | [diff] [blame] | 180 | } |
| 181 | |
| 182 | /******************************************************************************* |
| 183 | * |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 184 | * FUNCTION: acpi_tb_get_root_table_entry |
| 185 | * |
| 186 | * PARAMETERS: table_entry - Pointer to the RSDT/XSDT table entry |
| 187 | * table_entry_size - sizeof 32 or 64 (RSDT or XSDT) |
| 188 | * |
| 189 | * RETURN: Physical address extracted from the root table |
| 190 | * |
| 191 | * DESCRIPTION: Get one root table entry. Handles 32-bit and 64-bit cases on |
| 192 | * both 32-bit and 64-bit platforms |
| 193 | * |
| 194 | * NOTE: acpi_physical_address is 32-bit on 32-bit platforms, 64-bit on |
| 195 | * 64-bit platforms. |
| 196 | * |
| 197 | ******************************************************************************/ |
| 198 | |
| 199 | static acpi_physical_address |
Bob Moore | 67a119f | 2008-06-10 13:42:13 +0800 | [diff] [blame] | 200 | acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 201 | { |
| 202 | u64 address64; |
| 203 | |
| 204 | /* |
| 205 | * Get the table physical address (32-bit for RSDT, 64-bit for XSDT): |
| 206 | * Note: Addresses are 32-bit aligned (not 64) in both RSDT and XSDT |
| 207 | */ |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 208 | if (table_entry_size == ACPI_RSDT_ENTRY_SIZE) { |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 209 | /* |
| 210 | * 32-bit platform, RSDT: Return 32-bit table entry |
| 211 | * 64-bit platform, RSDT: Expand 32-bit to 64-bit and return |
| 212 | */ |
| 213 | return ((acpi_physical_address) |
| 214 | (*ACPI_CAST_PTR(u32, table_entry))); |
| 215 | } else { |
| 216 | /* |
| 217 | * 32-bit platform, XSDT: Truncate 64-bit to 32-bit and return |
Bob Moore | ec41f19 | 2009-02-18 15:03:30 +0800 | [diff] [blame] | 218 | * 64-bit platform, XSDT: Move (unaligned) 64-bit to local, |
| 219 | * return 64-bit |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 220 | */ |
| 221 | ACPI_MOVE_64_TO_64(&address64, table_entry); |
| 222 | |
| 223 | #if ACPI_MACHINE_WIDTH == 32 |
| 224 | if (address64 > ACPI_UINT32_MAX) { |
| 225 | |
Bob Moore | ea5d8eb | 2007-02-02 19:48:20 +0300 | [diff] [blame] | 226 | /* Will truncate 64-bit address to 32 bits, issue warning */ |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 227 | |
Bob Moore | 3b3ea77 | 2012-07-16 09:39:54 +0800 | [diff] [blame] | 228 | ACPI_BIOS_WARNING((AE_INFO, |
| 229 | "64-bit Physical Address in XSDT is too large (0x%8.8X%8.8X)," |
| 230 | " truncating", |
| 231 | ACPI_FORMAT_UINT64(address64))); |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 232 | } |
| 233 | #endif |
| 234 | return ((acpi_physical_address) (address64)); |
| 235 | } |
| 236 | } |
| 237 | |
| 238 | /******************************************************************************* |
| 239 | * |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 240 | * FUNCTION: acpi_tb_parse_root_table |
| 241 | * |
Bob Moore | ba494be | 2012-07-12 09:40:10 +0800 | [diff] [blame] | 242 | * PARAMETERS: rsdp - Pointer to the RSDP |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 243 | * |
| 244 | * RETURN: Status |
| 245 | * |
| 246 | * DESCRIPTION: This function is called to parse the Root System Description |
| 247 | * Table (RSDT or XSDT) |
| 248 | * |
| 249 | * NOTE: Tables are mapped (not copied) for efficiency. The FACS must |
| 250 | * be mapped and cannot be copied because it contains the actual |
| 251 | * memory location of the ACPI Global Lock. |
| 252 | * |
| 253 | ******************************************************************************/ |
| 254 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 255 | acpi_status __init acpi_tb_parse_root_table(acpi_physical_address rsdp_address) |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 256 | { |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 257 | struct acpi_table_rsdp *rsdp; |
Bob Moore | 67a119f | 2008-06-10 13:42:13 +0800 | [diff] [blame] | 258 | u32 table_entry_size; |
| 259 | u32 i; |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 260 | u32 table_count; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 261 | struct acpi_table_header *table; |
| 262 | acpi_physical_address address; |
| 263 | u32 length; |
| 264 | u8 *table_entry; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 265 | acpi_status status; |
Lv Zheng | 86dfc6f3 | 2014-04-04 12:38:57 +0800 | [diff] [blame] | 266 | u32 table_index; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 267 | |
| 268 | ACPI_FUNCTION_TRACE(tb_parse_root_table); |
| 269 | |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 270 | /* Map the entire RSDP and extract the address of the RSDT or XSDT */ |
| 271 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 272 | rsdp = acpi_os_map_memory(rsdp_address, sizeof(struct acpi_table_rsdp)); |
| 273 | if (!rsdp) { |
| 274 | return_ACPI_STATUS(AE_NO_MEMORY); |
| 275 | } |
| 276 | |
| 277 | acpi_tb_print_table_header(rsdp_address, |
| 278 | ACPI_CAST_PTR(struct acpi_table_header, |
| 279 | rsdp)); |
| 280 | |
Lv Zheng | fab4610 | 2014-01-08 13:43:40 +0800 | [diff] [blame] | 281 | /* Use XSDT if present and not overridden. Otherwise, use RSDT */ |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 282 | |
Lv Zheng | fab4610 | 2014-01-08 13:43:40 +0800 | [diff] [blame] | 283 | if ((rsdp->revision > 1) && |
| 284 | rsdp->xsdt_physical_address && !acpi_gbl_do_not_use_xsdt) { |
Bob Moore | a18ecf4 | 2005-08-15 03:42:00 -0800 | [diff] [blame] | 285 | /* |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 286 | * RSDP contains an XSDT (64-bit physical addresses). We must use |
| 287 | * the XSDT if the revision is > 1 and the XSDT pointer is present, |
| 288 | * as per the ACPI specification. |
Bob Moore | a18ecf4 | 2005-08-15 03:42:00 -0800 | [diff] [blame] | 289 | */ |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 290 | address = (acpi_physical_address) rsdp->xsdt_physical_address; |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 291 | table_entry_size = ACPI_XSDT_ENTRY_SIZE; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 292 | } else { |
| 293 | /* Root table is an RSDT (32-bit physical addresses) */ |
Bob Moore | 52fc0b0 | 2006-10-02 00:00:00 -0400 | [diff] [blame] | 294 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 295 | address = (acpi_physical_address) rsdp->rsdt_physical_address; |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 296 | table_entry_size = ACPI_RSDT_ENTRY_SIZE; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 297 | } |
Robert Moore | 0c9938c | 2005-07-29 15:15:00 -0700 | [diff] [blame] | 298 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 299 | /* |
| 300 | * It is not possible to map more than one entry in some environments, |
| 301 | * so unmap the RSDP here before mapping other tables |
| 302 | */ |
| 303 | acpi_os_unmap_memory(rsdp, sizeof(struct acpi_table_rsdp)); |
| 304 | |
| 305 | /* Map the RSDT/XSDT table header to get the full table length */ |
Robert Moore | 0c9938c | 2005-07-29 15:15:00 -0700 | [diff] [blame] | 306 | |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 307 | table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); |
| 308 | if (!table) { |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 309 | return_ACPI_STATUS(AE_NO_MEMORY); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 310 | } |
Robert Moore | 0c9938c | 2005-07-29 15:15:00 -0700 | [diff] [blame] | 311 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 312 | acpi_tb_print_table_header(address, table); |
| 313 | |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 314 | /* |
| 315 | * Validate length of the table, and map entire table. |
| 316 | * Minimum length table must contain at least one entry. |
| 317 | */ |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 318 | length = table->length; |
| 319 | acpi_os_unmap_memory(table, sizeof(struct acpi_table_header)); |
| 320 | |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 321 | if (length < (sizeof(struct acpi_table_header) + table_entry_size)) { |
Bob Moore | 3b3ea77 | 2012-07-16 09:39:54 +0800 | [diff] [blame] | 322 | ACPI_BIOS_ERROR((AE_INFO, |
| 323 | "Invalid table length 0x%X in RSDT/XSDT", |
| 324 | length)); |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 325 | return_ACPI_STATUS(AE_INVALID_TABLE_LENGTH); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 326 | } |
| 327 | |
| 328 | table = acpi_os_map_memory(address, length); |
| 329 | if (!table) { |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 330 | return_ACPI_STATUS(AE_NO_MEMORY); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 331 | } |
| 332 | |
| 333 | /* Validate the root table checksum */ |
| 334 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 335 | status = acpi_tb_verify_checksum(table, length); |
| 336 | if (ACPI_FAILURE(status)) { |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 337 | acpi_os_unmap_memory(table, length); |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 338 | return_ACPI_STATUS(status); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 339 | } |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 340 | |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 341 | /* Get the number of entries and pointer to first entry */ |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 342 | |
Bob Moore | ec41f19 | 2009-02-18 15:03:30 +0800 | [diff] [blame] | 343 | table_count = (u32)((table->length - sizeof(struct acpi_table_header)) / |
| 344 | table_entry_size); |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 345 | table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); |
| 346 | |
Lv Zheng | 671cc68 | 2014-01-08 13:43:34 +0800 | [diff] [blame] | 347 | /* Initialize the root table array from the RSDT/XSDT */ |
| 348 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 349 | for (i = 0; i < table_count; i++) { |
Robert Moore | 0c9938c | 2005-07-29 15:15:00 -0700 | [diff] [blame] | 350 | |
Bob Moore | a4bbb810 | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 351 | /* Get the table physical address (32-bit for RSDT, 64-bit for XSDT) */ |
| 352 | |
Lv Zheng | 0f929fb | 2014-04-30 10:05:56 +0800 | [diff] [blame] | 353 | address = |
| 354 | acpi_tb_get_root_table_entry(table_entry, table_entry_size); |
| 355 | |
| 356 | /* Skip NULL entries in RSDT/XSDT */ |
| 357 | |
| 358 | if (!address) { |
| 359 | goto next_table; |
| 360 | } |
| 361 | |
| 362 | status = acpi_tb_install_standard_table(address, |
| 363 | ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, |
| 364 | FALSE, TRUE, |
| 365 | &table_index); |
Lv Zheng | 86dfc6f3 | 2014-04-04 12:38:57 +0800 | [diff] [blame] | 366 | |
| 367 | if (ACPI_SUCCESS(status) && |
| 368 | ACPI_COMPARE_NAME(&acpi_gbl_root_table_list. |
| 369 | tables[table_index].signature, |
| 370 | ACPI_SIG_FADT)) { |
Lv Zheng | 62fcce9 | 2015-10-14 13:53:57 +0800 | [diff] [blame] | 371 | acpi_gbl_fadt_index = table_index; |
| 372 | acpi_tb_parse_fadt(); |
Lv Zheng | 86dfc6f3 | 2014-04-04 12:38:57 +0800 | [diff] [blame] | 373 | } |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 374 | |
Lv Zheng | 0f929fb | 2014-04-30 10:05:56 +0800 | [diff] [blame] | 375 | next_table: |
| 376 | |
Bob Moore | c5fc42a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 377 | table_entry += table_entry_size; |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 378 | } |
| 379 | |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 380 | acpi_os_unmap_memory(table, length); |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 381 | return_ACPI_STATUS(AE_OK); |
Robert Moore | 0c9938c | 2005-07-29 15:15:00 -0700 | [diff] [blame] | 382 | } |
Bob Moore | 9f41fd8 | 2015-08-25 10:28:39 +0800 | [diff] [blame] | 383 | |
| 384 | /******************************************************************************* |
| 385 | * |
| 386 | * FUNCTION: acpi_is_valid_signature |
| 387 | * |
| 388 | * PARAMETERS: signature - Sig string to be validated |
| 389 | * |
Bob Moore | 395ec73 | 2015-12-29 13:55:05 +0800 | [diff] [blame] | 390 | * RETURN: TRUE if signature is has 4 valid ACPI characters |
Bob Moore | 9f41fd8 | 2015-08-25 10:28:39 +0800 | [diff] [blame] | 391 | * |
| 392 | * DESCRIPTION: Validate an ACPI table signature. |
| 393 | * |
| 394 | ******************************************************************************/ |
| 395 | |
| 396 | u8 acpi_is_valid_signature(char *signature) |
| 397 | { |
| 398 | u32 i; |
| 399 | |
Bob Moore | 9f41fd8 | 2015-08-25 10:28:39 +0800 | [diff] [blame] | 400 | /* Validate each character in the signature */ |
| 401 | |
| 402 | for (i = 0; i < ACPI_NAME_SIZE; i++) { |
| 403 | if (!acpi_ut_valid_acpi_char(signature[i], i)) { |
| 404 | return (FALSE); |
| 405 | } |
| 406 | } |
| 407 | |
| 408 | return (TRUE); |
| 409 | } |