1 /* SPDX-License-Identifier: BSD-3-Clause OR GP 1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ 2 /********************************************* 2 /****************************************************************************** 3 * 3 * 4 * Name: actbl1.h - Additional ACPI table defi 4 * Name: actbl1.h - Additional ACPI table definitions 5 * 5 * 6 * Copyright (C) 2000 - 2023, Intel Corp. !! 6 * Copyright (C) 2000 - 2020, Intel Corp. 7 * 7 * 8 ********************************************* 8 *****************************************************************************/ 9 9 10 #ifndef __ACTBL1_H__ 10 #ifndef __ACTBL1_H__ 11 #define __ACTBL1_H__ 11 #define __ACTBL1_H__ 12 12 13 /********************************************* 13 /******************************************************************************* 14 * 14 * 15 * Additional ACPI Tables 15 * Additional ACPI Tables 16 * 16 * 17 * These tables are not consumed directly by t 17 * These tables are not consumed directly by the ACPICA subsystem, but are 18 * included here to support device drivers and 18 * included here to support device drivers and the AML disassembler. 19 * 19 * 20 ********************************************* 20 ******************************************************************************/ 21 21 22 /* 22 /* 23 * Values for description table header signatu 23 * Values for description table header signatures for tables defined in this 24 * file. Useful because they make it more diff 24 * file. Useful because they make it more difficult to inadvertently type in 25 * the wrong signature. 25 * the wrong signature. 26 */ 26 */ 27 #define ACPI_SIG_AEST "AEST" /* Arm << 28 #define ACPI_SIG_ASF "ASF!" /* Ale 27 #define ACPI_SIG_ASF "ASF!" /* Alert Standard Format table */ 29 #define ACPI_SIG_ASPT "ASPT" /* AMD << 30 #define ACPI_SIG_BERT "BERT" /* Boo 28 #define ACPI_SIG_BERT "BERT" /* Boot Error Record Table */ 31 #define ACPI_SIG_BGRT "BGRT" /* Boo 29 #define ACPI_SIG_BGRT "BGRT" /* Boot Graphics Resource Table */ 32 #define ACPI_SIG_BOOT "BOOT" /* Sim 30 #define ACPI_SIG_BOOT "BOOT" /* Simple Boot Flag Table */ 33 #define ACPI_SIG_CEDT "CEDT" /* CXL << 34 #define ACPI_SIG_CPEP "CPEP" /* Cor 31 #define ACPI_SIG_CPEP "CPEP" /* Corrected Platform Error Polling table */ 35 #define ACPI_SIG_CSRT "CSRT" /* Cor 32 #define ACPI_SIG_CSRT "CSRT" /* Core System Resource Table */ 36 #define ACPI_SIG_DBG2 "DBG2" /* Deb 33 #define ACPI_SIG_DBG2 "DBG2" /* Debug Port table type 2 */ 37 #define ACPI_SIG_DBGP "DBGP" /* Deb 34 #define ACPI_SIG_DBGP "DBGP" /* Debug Port table */ 38 #define ACPI_SIG_DMAR "DMAR" /* DMA 35 #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */ 39 #define ACPI_SIG_DRTM "DRTM" /* Dyn 36 #define ACPI_SIG_DRTM "DRTM" /* Dynamic Root of Trust for Measurement table */ 40 #define ACPI_SIG_ECDT "ECDT" /* Emb 37 #define ACPI_SIG_ECDT "ECDT" /* Embedded Controller Boot Resources Table */ 41 #define ACPI_SIG_EINJ "EINJ" /* Err 38 #define ACPI_SIG_EINJ "EINJ" /* Error Injection table */ 42 #define ACPI_SIG_ERST "ERST" /* Err 39 #define ACPI_SIG_ERST "ERST" /* Error Record Serialization Table */ 43 #define ACPI_SIG_FPDT "FPDT" /* Fir 40 #define ACPI_SIG_FPDT "FPDT" /* Firmware Performance Data Table */ 44 #define ACPI_SIG_GTDT "GTDT" /* Gen 41 #define ACPI_SIG_GTDT "GTDT" /* Generic Timer Description Table */ 45 #define ACPI_SIG_HEST "HEST" /* Har 42 #define ACPI_SIG_HEST "HEST" /* Hardware Error Source Table */ 46 #define ACPI_SIG_HMAT "HMAT" /* Het 43 #define ACPI_SIG_HMAT "HMAT" /* Heterogeneous Memory Attributes Table */ 47 #define ACPI_SIG_HPET "HPET" /* Hig 44 #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */ 48 #define ACPI_SIG_IBFT "IBFT" /* iSC 45 #define ACPI_SIG_IBFT "IBFT" /* iSCSI Boot Firmware Table */ 49 #define ACPI_SIG_MSCT "MSCT" /* Max << 50 46 51 #define ACPI_SIG_S3PT "S3PT" /* S3 47 #define ACPI_SIG_S3PT "S3PT" /* S3 Performance (sub)Table */ 52 #define ACPI_SIG_PCCS "PCC" /* PCC 48 #define ACPI_SIG_PCCS "PCC" /* PCC Shared Memory Region */ 53 49 54 #define ACPI_SIG_NBFT "NBFT" /* NVM << 55 << 56 /* Reserved table signatures */ 50 /* Reserved table signatures */ 57 51 58 #define ACPI_SIG_MATR "MATR" /* Mem 52 #define ACPI_SIG_MATR "MATR" /* Memory Address Translation Table */ 59 #define ACPI_SIG_MSDM "MSDM" /* Mic 53 #define ACPI_SIG_MSDM "MSDM" /* Microsoft Data Management Table */ 60 54 61 /* 55 /* 62 * These tables have been seen in the field, b 56 * These tables have been seen in the field, but no definition has been found 63 */ 57 */ 64 #ifdef ACPI_UNDEFINED_TABLES 58 #ifdef ACPI_UNDEFINED_TABLES 65 #define ACPI_SIG_ATKG "ATKG" 59 #define ACPI_SIG_ATKG "ATKG" 66 #define ACPI_SIG_GSCI "GSCI" /* GMC 60 #define ACPI_SIG_GSCI "GSCI" /* GMCH SCI table */ 67 #define ACPI_SIG_IEIT "IEIT" 61 #define ACPI_SIG_IEIT "IEIT" 68 #endif 62 #endif 69 63 70 /* 64 /* 71 * All tables must be byte-packed to match the 65 * All tables must be byte-packed to match the ACPI specification, since 72 * the tables are provided by the system BIOS. 66 * the tables are provided by the system BIOS. 73 */ 67 */ 74 #pragma pack(1) 68 #pragma pack(1) 75 69 76 /* 70 /* 77 * Note: C bitfields are not used for this rea 71 * Note: C bitfields are not used for this reason: 78 * 72 * 79 * "Bitfields are great and easy to read, but 73 * "Bitfields are great and easy to read, but unfortunately the C language 80 * does not specify the layout of bitfields in 74 * does not specify the layout of bitfields in memory, which means they are 81 * essentially useless for dealing with packed 75 * essentially useless for dealing with packed data in on-disk formats or 82 * binary wire protocols." (Or ACPI tables and 76 * binary wire protocols." (Or ACPI tables and buffers.) "If you ask me, 83 * this decision was a design error in C. Ritc 77 * this decision was a design error in C. Ritchie could have picked an order 84 * and stuck with it." Norman Ramsey. 78 * and stuck with it." Norman Ramsey. 85 * See http://stackoverflow.com/a/1053662/4166 79 * See http://stackoverflow.com/a/1053662/41661 86 */ 80 */ 87 81 88 /********************************************* 82 /******************************************************************************* 89 * 83 * 90 * Common subtable headers 84 * Common subtable headers 91 * 85 * 92 ********************************************* 86 ******************************************************************************/ 93 87 94 /* Generic subtable header (used in MADT, SRAT 88 /* Generic subtable header (used in MADT, SRAT, etc.) */ 95 89 96 struct acpi_subtable_header { 90 struct acpi_subtable_header { 97 u8 type; 91 u8 type; 98 u8 length; 92 u8 length; 99 }; 93 }; 100 94 101 /* Subtable header for WHEA tables (EINJ, ERST 95 /* Subtable header for WHEA tables (EINJ, ERST, WDAT) */ 102 96 103 struct acpi_whea_header { 97 struct acpi_whea_header { 104 u8 action; 98 u8 action; 105 u8 instruction; 99 u8 instruction; 106 u8 flags; 100 u8 flags; 107 u8 reserved; 101 u8 reserved; 108 struct acpi_generic_address register_r 102 struct acpi_generic_address register_region; 109 u64 value; /* Value used 103 u64 value; /* Value used with Read/Write register */ 110 u64 mask; /* Bitmask req 104 u64 mask; /* Bitmask required for this register instruction */ 111 }; 105 }; 112 106 113 /* https://docs.microsoft.com/en-us/windows-ha << 114 #define ASPT_REVISION_ID 0x01 << 115 struct acpi_table_aspt { << 116 struct acpi_table_header header; << 117 u32 num_entries; << 118 }; << 119 << 120 struct acpi_aspt_header { << 121 u16 type; << 122 u16 length; << 123 }; << 124 << 125 enum acpi_aspt_type { << 126 ACPI_ASPT_TYPE_GLOBAL_REGS = 0, << 127 ACPI_ASPT_TYPE_SEV_MBOX_REGS = 1, << 128 ACPI_ASPT_TYPE_ACPI_MBOX_REGS = 2, << 129 }; << 130 << 131 /* 0: ASPT Global Registers */ << 132 struct acpi_aspt_global_regs { << 133 struct acpi_aspt_header header; << 134 u32 reserved; << 135 u64 feature_reg_addr; << 136 u64 irq_en_reg_addr; << 137 u64 irq_st_reg_addr; << 138 }; << 139 << 140 /* 1: ASPT SEV Mailbox Registers */ << 141 struct acpi_aspt_sev_mbox_regs { << 142 struct acpi_aspt_header header; << 143 u8 mbox_irq_id; << 144 u8 reserved[3]; << 145 u64 cmd_resp_reg_addr; << 146 u64 cmd_buf_lo_reg_addr; << 147 u64 cmd_buf_hi_reg_addr; << 148 }; << 149 << 150 /* 2: ASPT ACPI Mailbox Registers */ << 151 struct acpi_aspt_acpi_mbox_regs { << 152 struct acpi_aspt_header header; << 153 u32 reserved1; << 154 u64 cmd_resp_reg_addr; << 155 u64 reserved2[2]; << 156 }; << 157 << 158 /********************************************* 107 /******************************************************************************* 159 * 108 * 160 * ASF - Alert Standard Format table (Signatur 109 * ASF - Alert Standard Format table (Signature "ASF!") 161 * Revision 0x10 110 * Revision 0x10 162 * 111 * 163 * Conforms to the Alert Standard Format Speci 112 * Conforms to the Alert Standard Format Specification V2.0, 23 April 2003 164 * 113 * 165 ********************************************* 114 ******************************************************************************/ 166 115 167 struct acpi_table_asf { 116 struct acpi_table_asf { 168 struct acpi_table_header header; 117 struct acpi_table_header header; /* Common ACPI table header */ 169 }; 118 }; 170 119 171 /* ASF subtable header */ 120 /* ASF subtable header */ 172 121 173 struct acpi_asf_header { 122 struct acpi_asf_header { 174 u8 type; 123 u8 type; 175 u8 reserved; 124 u8 reserved; 176 u16 length; 125 u16 length; 177 }; 126 }; 178 127 179 /* Values for Type field above */ 128 /* Values for Type field above */ 180 129 181 enum acpi_asf_type { 130 enum acpi_asf_type { 182 ACPI_ASF_TYPE_INFO = 0, 131 ACPI_ASF_TYPE_INFO = 0, 183 ACPI_ASF_TYPE_ALERT = 1, 132 ACPI_ASF_TYPE_ALERT = 1, 184 ACPI_ASF_TYPE_CONTROL = 2, 133 ACPI_ASF_TYPE_CONTROL = 2, 185 ACPI_ASF_TYPE_BOOT = 3, 134 ACPI_ASF_TYPE_BOOT = 3, 186 ACPI_ASF_TYPE_ADDRESS = 4, 135 ACPI_ASF_TYPE_ADDRESS = 4, 187 ACPI_ASF_TYPE_RESERVED = 5 136 ACPI_ASF_TYPE_RESERVED = 5 188 }; 137 }; 189 138 190 /* 139 /* 191 * ASF subtables 140 * ASF subtables 192 */ 141 */ 193 142 194 /* 0: ASF Information */ 143 /* 0: ASF Information */ 195 144 196 struct acpi_asf_info { 145 struct acpi_asf_info { 197 struct acpi_asf_header header; 146 struct acpi_asf_header header; 198 u8 min_reset_value; 147 u8 min_reset_value; 199 u8 min_poll_interval; 148 u8 min_poll_interval; 200 u16 system_id; 149 u16 system_id; 201 u32 mfg_id; 150 u32 mfg_id; 202 u8 flags; 151 u8 flags; 203 u8 reserved2[3]; 152 u8 reserved2[3]; 204 }; 153 }; 205 154 206 /* Masks for Flags field above */ 155 /* Masks for Flags field above */ 207 156 208 #define ACPI_ASF_SMBUS_PROTOCOLS (1) 157 #define ACPI_ASF_SMBUS_PROTOCOLS (1) 209 158 210 /* 1: ASF Alerts */ 159 /* 1: ASF Alerts */ 211 160 212 struct acpi_asf_alert { 161 struct acpi_asf_alert { 213 struct acpi_asf_header header; 162 struct acpi_asf_header header; 214 u8 assert_mask; 163 u8 assert_mask; 215 u8 deassert_mask; 164 u8 deassert_mask; 216 u8 alerts; 165 u8 alerts; 217 u8 data_length; 166 u8 data_length; 218 }; 167 }; 219 168 220 struct acpi_asf_alert_data { 169 struct acpi_asf_alert_data { 221 u8 address; 170 u8 address; 222 u8 command; 171 u8 command; 223 u8 mask; 172 u8 mask; 224 u8 value; 173 u8 value; 225 u8 sensor_type; 174 u8 sensor_type; 226 u8 type; 175 u8 type; 227 u8 offset; 176 u8 offset; 228 u8 source_type; 177 u8 source_type; 229 u8 severity; 178 u8 severity; 230 u8 sensor_number; 179 u8 sensor_number; 231 u8 entity; 180 u8 entity; 232 u8 instance; 181 u8 instance; 233 }; 182 }; 234 183 235 /* 2: ASF Remote Control */ 184 /* 2: ASF Remote Control */ 236 185 237 struct acpi_asf_remote { 186 struct acpi_asf_remote { 238 struct acpi_asf_header header; 187 struct acpi_asf_header header; 239 u8 controls; 188 u8 controls; 240 u8 data_length; 189 u8 data_length; 241 u16 reserved2; 190 u16 reserved2; 242 }; 191 }; 243 192 244 struct acpi_asf_control_data { 193 struct acpi_asf_control_data { 245 u8 function; 194 u8 function; 246 u8 address; 195 u8 address; 247 u8 command; 196 u8 command; 248 u8 value; 197 u8 value; 249 }; 198 }; 250 199 251 /* 3: ASF RMCP Boot Options */ 200 /* 3: ASF RMCP Boot Options */ 252 201 253 struct acpi_asf_rmcp { 202 struct acpi_asf_rmcp { 254 struct acpi_asf_header header; 203 struct acpi_asf_header header; 255 u8 capabilities[7]; 204 u8 capabilities[7]; 256 u8 completion_code; 205 u8 completion_code; 257 u32 enterprise_id; 206 u32 enterprise_id; 258 u8 command; 207 u8 command; 259 u16 parameter; 208 u16 parameter; 260 u16 boot_options; 209 u16 boot_options; 261 u16 oem_parameters; 210 u16 oem_parameters; 262 }; 211 }; 263 212 264 /* 4: ASF Address */ 213 /* 4: ASF Address */ 265 214 266 struct acpi_asf_address { 215 struct acpi_asf_address { 267 struct acpi_asf_header header; 216 struct acpi_asf_header header; 268 u8 eprom_address; 217 u8 eprom_address; 269 u8 devices; 218 u8 devices; 270 }; 219 }; 271 220 272 /********************************************* 221 /******************************************************************************* 273 * 222 * 274 * BERT - Boot Error Record Table (ACPI 4.0) 223 * BERT - Boot Error Record Table (ACPI 4.0) 275 * Version 1 224 * Version 1 276 * 225 * 277 ********************************************* 226 ******************************************************************************/ 278 227 279 struct acpi_table_bert { 228 struct acpi_table_bert { 280 struct acpi_table_header header; 229 struct acpi_table_header header; /* Common ACPI table header */ 281 u32 region_length; /* Length of t 230 u32 region_length; /* Length of the boot error region */ 282 u64 address; /* Physical ad 231 u64 address; /* Physical address of the error region */ 283 }; 232 }; 284 233 285 /* Boot Error Region (not a subtable, pointed 234 /* Boot Error Region (not a subtable, pointed to by Address field above) */ 286 235 287 struct acpi_bert_region { 236 struct acpi_bert_region { 288 u32 block_status; /* Type of err 237 u32 block_status; /* Type of error information */ 289 u32 raw_data_offset; /* Offset to r 238 u32 raw_data_offset; /* Offset to raw error data */ 290 u32 raw_data_length; /* Length of r 239 u32 raw_data_length; /* Length of raw error data */ 291 u32 data_length; /* Length of g 240 u32 data_length; /* Length of generic error data */ 292 u32 error_severity; /* Severity co 241 u32 error_severity; /* Severity code */ 293 }; 242 }; 294 243 295 /* Values for block_status flags above */ 244 /* Values for block_status flags above */ 296 245 297 #define ACPI_BERT_UNCORRECTABLE (1 246 #define ACPI_BERT_UNCORRECTABLE (1) 298 #define ACPI_BERT_CORRECTABLE (1 247 #define ACPI_BERT_CORRECTABLE (1<<1) 299 #define ACPI_BERT_MULTIPLE_UNCORRECTABLE (1 248 #define ACPI_BERT_MULTIPLE_UNCORRECTABLE (1<<2) 300 #define ACPI_BERT_MULTIPLE_CORRECTABLE (1 249 #define ACPI_BERT_MULTIPLE_CORRECTABLE (1<<3) 301 #define ACPI_BERT_ERROR_ENTRY_COUNT (0 250 #define ACPI_BERT_ERROR_ENTRY_COUNT (0xFF<<4) /* 8 bits, error count */ 302 251 303 /* Values for error_severity above */ 252 /* Values for error_severity above */ 304 253 305 enum acpi_bert_error_severity { 254 enum acpi_bert_error_severity { 306 ACPI_BERT_ERROR_CORRECTABLE = 0, 255 ACPI_BERT_ERROR_CORRECTABLE = 0, 307 ACPI_BERT_ERROR_FATAL = 1, 256 ACPI_BERT_ERROR_FATAL = 1, 308 ACPI_BERT_ERROR_CORRECTED = 2, 257 ACPI_BERT_ERROR_CORRECTED = 2, 309 ACPI_BERT_ERROR_NONE = 3, 258 ACPI_BERT_ERROR_NONE = 3, 310 ACPI_BERT_ERROR_RESERVED = 4 /* 4 a 259 ACPI_BERT_ERROR_RESERVED = 4 /* 4 and greater are reserved */ 311 }; 260 }; 312 261 313 /* 262 /* 314 * Note: The generic error data that follows t 263 * Note: The generic error data that follows the error_severity field above 315 * uses the struct acpi_hest_generic_data defi 264 * uses the struct acpi_hest_generic_data defined under the HEST table below 316 */ 265 */ 317 266 318 /********************************************* 267 /******************************************************************************* 319 * 268 * 320 * BGRT - Boot Graphics Resource Table (ACPI 5 269 * BGRT - Boot Graphics Resource Table (ACPI 5.0) 321 * Version 1 270 * Version 1 322 * 271 * 323 ********************************************* 272 ******************************************************************************/ 324 273 325 struct acpi_table_bgrt { 274 struct acpi_table_bgrt { 326 struct acpi_table_header header; 275 struct acpi_table_header header; /* Common ACPI table header */ 327 u16 version; 276 u16 version; 328 u8 status; 277 u8 status; 329 u8 image_type; 278 u8 image_type; 330 u64 image_address; 279 u64 image_address; 331 u32 image_offset_x; 280 u32 image_offset_x; 332 u32 image_offset_y; 281 u32 image_offset_y; 333 }; 282 }; 334 283 335 /* Flags for Status field above */ 284 /* Flags for Status field above */ 336 285 337 #define ACPI_BGRT_DISPLAYED (1 286 #define ACPI_BGRT_DISPLAYED (1) 338 #define ACPI_BGRT_ORIENTATION_OFFSET (3 287 #define ACPI_BGRT_ORIENTATION_OFFSET (3 << 1) 339 288 340 /********************************************* 289 /******************************************************************************* 341 * 290 * 342 * BOOT - Simple Boot Flag Table 291 * BOOT - Simple Boot Flag Table 343 * Version 1 292 * Version 1 344 * 293 * 345 * Conforms to the "Simple Boot Flag Specifica 294 * Conforms to the "Simple Boot Flag Specification", Version 2.1 346 * 295 * 347 ********************************************* 296 ******************************************************************************/ 348 297 349 struct acpi_table_boot { 298 struct acpi_table_boot { 350 struct acpi_table_header header; 299 struct acpi_table_header header; /* Common ACPI table header */ 351 u8 cmos_index; /* Index in CM 300 u8 cmos_index; /* Index in CMOS RAM for the boot register */ 352 u8 reserved[3]; 301 u8 reserved[3]; 353 }; 302 }; 354 303 355 /********************************************* 304 /******************************************************************************* 356 * 305 * 357 * CDAT - Coherent Device Attribute Table << 358 * Version 1 << 359 * << 360 * Conforms to the "Coherent Device Attribute << 361 " (Revision 1.01, October 2020.) << 362 * << 363 ********************************************* << 364 << 365 struct acpi_table_cdat { << 366 u32 length; /* Length of t << 367 u8 revision; /* ACPI Specif << 368 u8 checksum; /* To make sum << 369 u8 reserved[6]; << 370 u32 sequence; /* Used to det << 371 }; << 372 << 373 /* CDAT common subtable header */ << 374 << 375 struct acpi_cdat_header { << 376 u8 type; << 377 u8 reserved; << 378 u16 length; << 379 }; << 380 << 381 /* Values for Type field above */ << 382 << 383 enum acpi_cdat_type { << 384 ACPI_CDAT_TYPE_DSMAS = 0, << 385 ACPI_CDAT_TYPE_DSLBIS = 1, << 386 ACPI_CDAT_TYPE_DSMSCIS = 2, << 387 ACPI_CDAT_TYPE_DSIS = 3, << 388 ACPI_CDAT_TYPE_DSEMTS = 4, << 389 ACPI_CDAT_TYPE_SSLBIS = 5, << 390 ACPI_CDAT_TYPE_RESERVED = 6 /* 6 t << 391 }; << 392 << 393 /* Subtable 0: Device Scoped Memory Affinity S << 394 << 395 struct acpi_cdat_dsmas { << 396 u8 dsmad_handle; << 397 u8 flags; << 398 u16 reserved; << 399 u64 dpa_base_address; << 400 u64 dpa_length; << 401 }; << 402 << 403 /* Flags for subtable above */ << 404 << 405 #define ACPI_CDAT_DSMAS_NON_VOLATILE (1 << 406 << 407 /* Subtable 1: Device scoped Latency and Bandw << 408 << 409 struct acpi_cdat_dslbis { << 410 u8 handle; << 411 u8 flags; /* If Handle m << 412 * Flags field << 413 u8 data_type; << 414 u8 reserved; << 415 u64 entry_base_unit; << 416 u16 entry[3]; << 417 u16 reserved2; << 418 }; << 419 << 420 /* Subtable 2: Device Scoped Memory Side Cache << 421 << 422 struct acpi_cdat_dsmscis { << 423 u8 dsmas_handle; << 424 u8 reserved[3]; << 425 u64 side_cache_size; << 426 u32 cache_attributes; << 427 }; << 428 << 429 /* Subtable 3: Device Scoped Initiator Structu << 430 << 431 struct acpi_cdat_dsis { << 432 u8 flags; << 433 u8 handle; << 434 u16 reserved; << 435 }; << 436 << 437 /* Flags for above subtable */ << 438 << 439 #define ACPI_CDAT_DSIS_MEM_ATTACHED (1 << 440 << 441 /* Subtable 4: Device Scoped EFI Memory Type S << 442 << 443 struct acpi_cdat_dsemts { << 444 u8 dsmas_handle; << 445 u8 memory_type; << 446 u16 reserved; << 447 u64 dpa_offset; << 448 u64 range_length; << 449 }; << 450 << 451 /* Subtable 5: Switch Scoped Latency and Bandw << 452 << 453 struct acpi_cdat_sslbis { << 454 u8 data_type; << 455 u8 reserved[3]; << 456 u64 entry_base_unit; << 457 }; << 458 << 459 /* Sub-subtable for above, sslbe_entries field << 460 << 461 struct acpi_cdat_sslbe { << 462 u16 portx_id; << 463 u16 porty_id; << 464 u16 latency_or_bandwidth; << 465 u16 reserved; << 466 }; << 467 << 468 #define ACPI_CDAT_SSLBIS_US_PORT 0x0100 << 469 #define ACPI_CDAT_SSLBIS_ANY_PORT 0xffff << 470 << 471 /********************************************* << 472 * << 473 * CEDT - CXL Early Discovery Table << 474 * Version 1 << 475 * << 476 * Conforms to the "CXL Early Discovery Table" << 477 * << 478 ********************************************* << 479 << 480 struct acpi_table_cedt { << 481 struct acpi_table_header header; << 482 }; << 483 << 484 /* CEDT subtable header (Performance Record St << 485 << 486 struct acpi_cedt_header { << 487 u8 type; << 488 u8 reserved; << 489 u16 length; << 490 }; << 491 << 492 /* Values for Type field above */ << 493 << 494 enum acpi_cedt_type { << 495 ACPI_CEDT_TYPE_CHBS = 0, << 496 ACPI_CEDT_TYPE_CFMWS = 1, << 497 ACPI_CEDT_TYPE_CXIMS = 2, << 498 ACPI_CEDT_TYPE_RDPAS = 3, << 499 ACPI_CEDT_TYPE_RESERVED = 4, << 500 }; << 501 << 502 /* Values for version field above */ << 503 << 504 #define ACPI_CEDT_CHBS_VERSION_CXL11 (0) << 505 #define ACPI_CEDT_CHBS_VERSION_CXL20 (1) << 506 << 507 /* Values for length field above */ << 508 << 509 #define ACPI_CEDT_CHBS_LENGTH_CXL11 (0x200 << 510 #define ACPI_CEDT_CHBS_LENGTH_CXL20 (0x100 << 511 << 512 /* << 513 * CEDT subtables << 514 */ << 515 << 516 /* 0: CXL Host Bridge Structure */ << 517 << 518 struct acpi_cedt_chbs { << 519 struct acpi_cedt_header header; << 520 u32 uid; << 521 u32 cxl_version; << 522 u32 reserved; << 523 u64 base; << 524 u64 length; << 525 }; << 526 << 527 /* 1: CXL Fixed Memory Window Structure */ << 528 << 529 struct acpi_cedt_cfmws { << 530 struct acpi_cedt_header header; << 531 u32 reserved1; << 532 u64 base_hpa; << 533 u64 window_size; << 534 u8 interleave_ways; << 535 u8 interleave_arithmetic; << 536 u16 reserved2; << 537 u32 granularity; << 538 u16 restrictions; << 539 u16 qtg_id; << 540 u32 interleave_targets[]; << 541 }; << 542 << 543 struct acpi_cedt_cfmws_target_element { << 544 u32 interleave_target; << 545 }; << 546 << 547 /* Values for Interleave Arithmetic field abov << 548 << 549 #define ACPI_CEDT_CFMWS_ARITHMETIC_MODULO (0 << 550 #define ACPI_CEDT_CFMWS_ARITHMETIC_XOR (1 << 551 << 552 /* Values for Restrictions field above */ << 553 << 554 #define ACPI_CEDT_CFMWS_RESTRICT_TYPE2 (1 << 555 #define ACPI_CEDT_CFMWS_RESTRICT_TYPE3 (1 << 556 #define ACPI_CEDT_CFMWS_RESTRICT_VOLATILE (1 << 557 #define ACPI_CEDT_CFMWS_RESTRICT_PMEM (1 << 558 #define ACPI_CEDT_CFMWS_RESTRICT_FIXED (1 << 559 << 560 /* 2: CXL XOR Interleave Math Structure */ << 561 << 562 struct acpi_cedt_cxims { << 563 struct acpi_cedt_header header; << 564 u16 reserved1; << 565 u8 hbig; << 566 u8 nr_xormaps; << 567 u64 xormap_list[]; << 568 }; << 569 << 570 /* 3: CXL RCEC Downstream Port Association Str << 571 << 572 struct acpi_cedt_rdpas { << 573 struct acpi_cedt_header header; << 574 u16 segment; << 575 u16 bdf; << 576 u8 protocol; << 577 u64 address; << 578 }; << 579 << 580 /* Masks for bdf field above */ << 581 #define ACPI_CEDT_RDPAS_BUS_MASK 0x << 582 #define ACPI_CEDT_RDPAS_DEVICE_MASK 0x << 583 #define ACPI_CEDT_RDPAS_FUNCTION_MASK 0x << 584 << 585 #define ACPI_CEDT_RDPAS_PROTOCOL_IO (0) << 586 #define ACPI_CEDT_RDPAS_PROTOCOL_CACHEMEM (1) << 587 << 588 /********************************************* << 589 * << 590 * CPEP - Corrected Platform Error Polling tab 306 * CPEP - Corrected Platform Error Polling table (ACPI 4.0) 591 * Version 1 307 * Version 1 592 * 308 * 593 ********************************************* 309 ******************************************************************************/ 594 310 595 struct acpi_table_cpep { 311 struct acpi_table_cpep { 596 struct acpi_table_header header; 312 struct acpi_table_header header; /* Common ACPI table header */ 597 u64 reserved; 313 u64 reserved; 598 }; 314 }; 599 315 600 /* Subtable */ 316 /* Subtable */ 601 317 602 struct acpi_cpep_polling { 318 struct acpi_cpep_polling { 603 struct acpi_subtable_header header; 319 struct acpi_subtable_header header; 604 u8 id; /* Processor I 320 u8 id; /* Processor ID */ 605 u8 eid; /* Processor E 321 u8 eid; /* Processor EID */ 606 u32 interval; /* Polling int 322 u32 interval; /* Polling interval (msec) */ 607 }; 323 }; 608 324 609 /********************************************* 325 /******************************************************************************* 610 * 326 * 611 * CSRT - Core System Resource Table 327 * CSRT - Core System Resource Table 612 * Version 0 328 * Version 0 613 * 329 * 614 * Conforms to the "Core System Resource Table 330 * Conforms to the "Core System Resource Table (CSRT)", November 14, 2011 615 * 331 * 616 ********************************************* 332 ******************************************************************************/ 617 333 618 struct acpi_table_csrt { 334 struct acpi_table_csrt { 619 struct acpi_table_header header; 335 struct acpi_table_header header; /* Common ACPI table header */ 620 }; 336 }; 621 337 622 /* Resource Group subtable */ 338 /* Resource Group subtable */ 623 339 624 struct acpi_csrt_group { 340 struct acpi_csrt_group { 625 u32 length; 341 u32 length; 626 u32 vendor_id; 342 u32 vendor_id; 627 u32 subvendor_id; 343 u32 subvendor_id; 628 u16 device_id; 344 u16 device_id; 629 u16 subdevice_id; 345 u16 subdevice_id; 630 u16 revision; 346 u16 revision; 631 u16 reserved; 347 u16 reserved; 632 u32 shared_info_length; 348 u32 shared_info_length; 633 349 634 /* Shared data immediately follows (Le 350 /* Shared data immediately follows (Length = shared_info_length) */ 635 }; 351 }; 636 352 637 /* Shared Info subtable */ 353 /* Shared Info subtable */ 638 354 639 struct acpi_csrt_shared_info { 355 struct acpi_csrt_shared_info { 640 u16 major_version; 356 u16 major_version; 641 u16 minor_version; 357 u16 minor_version; 642 u32 mmio_base_low; 358 u32 mmio_base_low; 643 u32 mmio_base_high; 359 u32 mmio_base_high; 644 u32 gsi_interrupt; 360 u32 gsi_interrupt; 645 u8 interrupt_polarity; 361 u8 interrupt_polarity; 646 u8 interrupt_mode; 362 u8 interrupt_mode; 647 u8 num_channels; 363 u8 num_channels; 648 u8 dma_address_width; 364 u8 dma_address_width; 649 u16 base_request_line; 365 u16 base_request_line; 650 u16 num_handshake_signals; 366 u16 num_handshake_signals; 651 u32 max_block_size; 367 u32 max_block_size; 652 368 653 /* Resource descriptors immediately fo 369 /* Resource descriptors immediately follow (Length = Group length - shared_info_length) */ 654 }; 370 }; 655 371 656 /* Resource Descriptor subtable */ 372 /* Resource Descriptor subtable */ 657 373 658 struct acpi_csrt_descriptor { 374 struct acpi_csrt_descriptor { 659 u32 length; 375 u32 length; 660 u16 type; 376 u16 type; 661 u16 subtype; 377 u16 subtype; 662 u32 uid; 378 u32 uid; 663 379 664 /* Resource-specific information immed 380 /* Resource-specific information immediately follows */ 665 }; 381 }; 666 382 667 /* Resource Types */ 383 /* Resource Types */ 668 384 669 #define ACPI_CSRT_TYPE_INTERRUPT 0x0001 385 #define ACPI_CSRT_TYPE_INTERRUPT 0x0001 670 #define ACPI_CSRT_TYPE_TIMER 0x0002 386 #define ACPI_CSRT_TYPE_TIMER 0x0002 671 #define ACPI_CSRT_TYPE_DMA 0x0003 387 #define ACPI_CSRT_TYPE_DMA 0x0003 672 388 673 /* Resource Subtypes */ 389 /* Resource Subtypes */ 674 390 675 #define ACPI_CSRT_XRUPT_LINE 0x0000 391 #define ACPI_CSRT_XRUPT_LINE 0x0000 676 #define ACPI_CSRT_XRUPT_CONTROLLER 0x0001 392 #define ACPI_CSRT_XRUPT_CONTROLLER 0x0001 677 #define ACPI_CSRT_TIMER 0x0000 393 #define ACPI_CSRT_TIMER 0x0000 678 #define ACPI_CSRT_DMA_CHANNEL 0x0000 394 #define ACPI_CSRT_DMA_CHANNEL 0x0000 679 #define ACPI_CSRT_DMA_CONTROLLER 0x0001 395 #define ACPI_CSRT_DMA_CONTROLLER 0x0001 680 396 681 /********************************************* 397 /******************************************************************************* 682 * 398 * 683 * DBG2 - Debug Port Table 2 399 * DBG2 - Debug Port Table 2 684 * Version 0 (Both main table and subta 400 * Version 0 (Both main table and subtables) 685 * 401 * 686 * Conforms to "Microsoft Debug Port Table 2 ( !! 402 * Conforms to "Microsoft Debug Port Table 2 (DBG2)", December 10, 2015 687 * 403 * 688 ********************************************* 404 ******************************************************************************/ 689 405 690 struct acpi_table_dbg2 { 406 struct acpi_table_dbg2 { 691 struct acpi_table_header header; 407 struct acpi_table_header header; /* Common ACPI table header */ 692 u32 info_offset; 408 u32 info_offset; 693 u32 info_count; 409 u32 info_count; 694 }; 410 }; 695 411 696 struct acpi_dbg2_header { 412 struct acpi_dbg2_header { 697 u32 info_offset; 413 u32 info_offset; 698 u32 info_count; 414 u32 info_count; 699 }; 415 }; 700 416 701 /* Debug Device Information Subtable */ 417 /* Debug Device Information Subtable */ 702 418 703 struct acpi_dbg2_device { 419 struct acpi_dbg2_device { 704 u8 revision; 420 u8 revision; 705 u16 length; 421 u16 length; 706 u8 register_count; /* Number of b 422 u8 register_count; /* Number of base_address registers */ 707 u16 namepath_length; 423 u16 namepath_length; 708 u16 namepath_offset; 424 u16 namepath_offset; 709 u16 oem_data_length; 425 u16 oem_data_length; 710 u16 oem_data_offset; 426 u16 oem_data_offset; 711 u16 port_type; 427 u16 port_type; 712 u16 port_subtype; 428 u16 port_subtype; 713 u16 reserved; 429 u16 reserved; 714 u16 base_address_offset; 430 u16 base_address_offset; 715 u16 address_size_offset; 431 u16 address_size_offset; 716 /* 432 /* 717 * Data that follows: 433 * Data that follows: 718 * base_address (required) - Each i 434 * base_address (required) - Each in 12-byte Generic Address Structure format. 719 * address_size (required) - Array 435 * address_size (required) - Array of u32 sizes corresponding to each base_address register. 720 * Namepath (required) - Null te 436 * Namepath (required) - Null terminated string. Single dot if not supported. 721 * oem_data (optional) - Length 437 * oem_data (optional) - Length is oem_data_length. 722 */ 438 */ 723 }; 439 }; 724 440 725 /* Types for port_type field above */ 441 /* Types for port_type field above */ 726 442 727 #define ACPI_DBG2_SERIAL_PORT 0x8000 443 #define ACPI_DBG2_SERIAL_PORT 0x8000 728 #define ACPI_DBG2_1394_PORT 0x8001 444 #define ACPI_DBG2_1394_PORT 0x8001 729 #define ACPI_DBG2_USB_PORT 0x8002 445 #define ACPI_DBG2_USB_PORT 0x8002 730 #define ACPI_DBG2_NET_PORT 0x8003 446 #define ACPI_DBG2_NET_PORT 0x8003 731 447 732 /* Subtypes for port_subtype field above */ 448 /* Subtypes for port_subtype field above */ 733 449 734 #define ACPI_DBG2_16550_COMPATIBLE 0x0000 450 #define ACPI_DBG2_16550_COMPATIBLE 0x0000 735 #define ACPI_DBG2_16550_SUBSET 0x0001 451 #define ACPI_DBG2_16550_SUBSET 0x0001 736 #define ACPI_DBG2_MAX311XE_SPI 0x0002 << 737 #define ACPI_DBG2_ARM_PL011 0x0003 452 #define ACPI_DBG2_ARM_PL011 0x0003 738 #define ACPI_DBG2_MSM8X60 0x0004 << 739 #define ACPI_DBG2_16550_NVIDIA 0x0005 << 740 #define ACPI_DBG2_TI_OMAP 0x0006 << 741 #define ACPI_DBG2_APM88XXXX 0x0008 << 742 #define ACPI_DBG2_MSM8974 0x0009 << 743 #define ACPI_DBG2_SAM5250 0x000A << 744 #define ACPI_DBG2_INTEL_USIF 0x000B << 745 #define ACPI_DBG2_IMX6 0x000C << 746 #define ACPI_DBG2_ARM_SBSA_32BIT 0x000D 453 #define ACPI_DBG2_ARM_SBSA_32BIT 0x000D 747 #define ACPI_DBG2_ARM_SBSA_GENERIC 0x000E 454 #define ACPI_DBG2_ARM_SBSA_GENERIC 0x000E 748 #define ACPI_DBG2_ARM_DCC 0x000F 455 #define ACPI_DBG2_ARM_DCC 0x000F 749 #define ACPI_DBG2_BCM2835 0x0010 456 #define ACPI_DBG2_BCM2835 0x0010 750 #define ACPI_DBG2_SDM845_1_8432MHZ 0x0011 << 751 #define ACPI_DBG2_16550_WITH_GAS 0x0012 << 752 #define ACPI_DBG2_SDM845_7_372MHZ 0x0013 << 753 #define ACPI_DBG2_INTEL_LPSS 0x0014 << 754 457 755 #define ACPI_DBG2_1394_STANDARD 0x0000 458 #define ACPI_DBG2_1394_STANDARD 0x0000 756 459 757 #define ACPI_DBG2_USB_XHCI 0x0000 460 #define ACPI_DBG2_USB_XHCI 0x0000 758 #define ACPI_DBG2_USB_EHCI 0x0001 461 #define ACPI_DBG2_USB_EHCI 0x0001 759 462 760 /********************************************* 463 /******************************************************************************* 761 * 464 * 762 * DBGP - Debug Port table 465 * DBGP - Debug Port table 763 * Version 1 466 * Version 1 764 * 467 * 765 * Conforms to the "Debug Port Specification", 468 * Conforms to the "Debug Port Specification", Version 1.00, 2/9/2000 766 * 469 * 767 ********************************************* 470 ******************************************************************************/ 768 471 769 struct acpi_table_dbgp { 472 struct acpi_table_dbgp { 770 struct acpi_table_header header; 473 struct acpi_table_header header; /* Common ACPI table header */ 771 u8 type; /* 0=full 1655 474 u8 type; /* 0=full 16550, 1=subset of 16550 */ 772 u8 reserved[3]; 475 u8 reserved[3]; 773 struct acpi_generic_address debug_port 476 struct acpi_generic_address debug_port; 774 }; 477 }; 775 478 776 /********************************************* 479 /******************************************************************************* 777 * 480 * 778 * DMAR - DMA Remapping table 481 * DMAR - DMA Remapping table 779 * Version 1 482 * Version 1 780 * 483 * 781 * Conforms to "Intel Virtualization Technolog 484 * Conforms to "Intel Virtualization Technology for Directed I/O", 782 * Version 2.3, October 2014 485 * Version 2.3, October 2014 783 * 486 * 784 ********************************************* 487 ******************************************************************************/ 785 488 786 struct acpi_table_dmar { 489 struct acpi_table_dmar { 787 struct acpi_table_header header; 490 struct acpi_table_header header; /* Common ACPI table header */ 788 u8 width; /* Host Addres 491 u8 width; /* Host Address Width */ 789 u8 flags; 492 u8 flags; 790 u8 reserved[10]; 493 u8 reserved[10]; 791 }; 494 }; 792 495 793 /* Masks for Flags field above */ 496 /* Masks for Flags field above */ 794 497 795 #define ACPI_DMAR_INTR_REMAP (1) 498 #define ACPI_DMAR_INTR_REMAP (1) 796 #define ACPI_DMAR_X2APIC_OPT_OUT (1<<1) 499 #define ACPI_DMAR_X2APIC_OPT_OUT (1<<1) 797 #define ACPI_DMAR_X2APIC_MODE (1<<2) 500 #define ACPI_DMAR_X2APIC_MODE (1<<2) 798 501 799 /* DMAR subtable header */ 502 /* DMAR subtable header */ 800 503 801 struct acpi_dmar_header { 504 struct acpi_dmar_header { 802 u16 type; 505 u16 type; 803 u16 length; 506 u16 length; 804 }; 507 }; 805 508 806 /* Values for subtable type in struct acpi_dma 509 /* Values for subtable type in struct acpi_dmar_header */ 807 510 808 enum acpi_dmar_type { 511 enum acpi_dmar_type { 809 ACPI_DMAR_TYPE_HARDWARE_UNIT = 0, 512 ACPI_DMAR_TYPE_HARDWARE_UNIT = 0, 810 ACPI_DMAR_TYPE_RESERVED_MEMORY = 1, 513 ACPI_DMAR_TYPE_RESERVED_MEMORY = 1, 811 ACPI_DMAR_TYPE_ROOT_ATS = 2, 514 ACPI_DMAR_TYPE_ROOT_ATS = 2, 812 ACPI_DMAR_TYPE_HARDWARE_AFFINITY = 3, 515 ACPI_DMAR_TYPE_HARDWARE_AFFINITY = 3, 813 ACPI_DMAR_TYPE_NAMESPACE = 4, 516 ACPI_DMAR_TYPE_NAMESPACE = 4, 814 ACPI_DMAR_TYPE_SATC = 5, !! 517 ACPI_DMAR_TYPE_RESERVED = 5 /* 5 and greater are reserved */ 815 ACPI_DMAR_TYPE_RESERVED = 6 /* 6 a << 816 }; 518 }; 817 519 818 /* DMAR Device Scope structure */ 520 /* DMAR Device Scope structure */ 819 521 820 struct acpi_dmar_device_scope { 522 struct acpi_dmar_device_scope { 821 u8 entry_type; 523 u8 entry_type; 822 u8 length; 524 u8 length; 823 u16 reserved; 525 u16 reserved; 824 u8 enumeration_id; 526 u8 enumeration_id; 825 u8 bus; 527 u8 bus; 826 }; 528 }; 827 529 828 /* Values for entry_type in struct acpi_dmar_d 530 /* Values for entry_type in struct acpi_dmar_device_scope - device types */ 829 531 830 enum acpi_dmar_scope_type { 532 enum acpi_dmar_scope_type { 831 ACPI_DMAR_SCOPE_TYPE_NOT_USED = 0, 533 ACPI_DMAR_SCOPE_TYPE_NOT_USED = 0, 832 ACPI_DMAR_SCOPE_TYPE_ENDPOINT = 1, 534 ACPI_DMAR_SCOPE_TYPE_ENDPOINT = 1, 833 ACPI_DMAR_SCOPE_TYPE_BRIDGE = 2, 535 ACPI_DMAR_SCOPE_TYPE_BRIDGE = 2, 834 ACPI_DMAR_SCOPE_TYPE_IOAPIC = 3, 536 ACPI_DMAR_SCOPE_TYPE_IOAPIC = 3, 835 ACPI_DMAR_SCOPE_TYPE_HPET = 4, 537 ACPI_DMAR_SCOPE_TYPE_HPET = 4, 836 ACPI_DMAR_SCOPE_TYPE_NAMESPACE = 5, 538 ACPI_DMAR_SCOPE_TYPE_NAMESPACE = 5, 837 ACPI_DMAR_SCOPE_TYPE_RESERVED = 6 539 ACPI_DMAR_SCOPE_TYPE_RESERVED = 6 /* 6 and greater are reserved */ 838 }; 540 }; 839 541 840 struct acpi_dmar_pci_path { 542 struct acpi_dmar_pci_path { 841 u8 device; 543 u8 device; 842 u8 function; 544 u8 function; 843 }; 545 }; 844 546 845 /* 547 /* 846 * DMAR Subtables, correspond to Type in struc 548 * DMAR Subtables, correspond to Type in struct acpi_dmar_header 847 */ 549 */ 848 550 849 /* 0: Hardware Unit Definition */ 551 /* 0: Hardware Unit Definition */ 850 552 851 struct acpi_dmar_hardware_unit { 553 struct acpi_dmar_hardware_unit { 852 struct acpi_dmar_header header; 554 struct acpi_dmar_header header; 853 u8 flags; 555 u8 flags; 854 u8 size; /* Size of the !! 556 u8 reserved; 855 u16 segment; 557 u16 segment; 856 u64 address; /* Register Ba 558 u64 address; /* Register Base Address */ 857 }; 559 }; 858 560 859 /* Masks for Flags field above */ 561 /* Masks for Flags field above */ 860 562 861 #define ACPI_DMAR_INCLUDE_ALL (1) 563 #define ACPI_DMAR_INCLUDE_ALL (1) 862 564 863 /* 1: Reserved Memory Definition */ 565 /* 1: Reserved Memory Definition */ 864 566 865 struct acpi_dmar_reserved_memory { 567 struct acpi_dmar_reserved_memory { 866 struct acpi_dmar_header header; 568 struct acpi_dmar_header header; 867 u16 reserved; 569 u16 reserved; 868 u16 segment; 570 u16 segment; 869 u64 base_address; /* 4K aligned 571 u64 base_address; /* 4K aligned base address */ 870 u64 end_address; /* 4K aligned 572 u64 end_address; /* 4K aligned limit address */ 871 }; 573 }; 872 574 873 /* Masks for Flags field above */ 575 /* Masks for Flags field above */ 874 576 875 #define ACPI_DMAR_ALLOW_ALL (1) 577 #define ACPI_DMAR_ALLOW_ALL (1) 876 578 877 /* 2: Root Port ATS Capability Reporting Struc 579 /* 2: Root Port ATS Capability Reporting Structure */ 878 580 879 struct acpi_dmar_atsr { 581 struct acpi_dmar_atsr { 880 struct acpi_dmar_header header; 582 struct acpi_dmar_header header; 881 u8 flags; 583 u8 flags; 882 u8 reserved; 584 u8 reserved; 883 u16 segment; 585 u16 segment; 884 }; 586 }; 885 587 886 /* Masks for Flags field above */ 588 /* Masks for Flags field above */ 887 589 888 #define ACPI_DMAR_ALL_PORTS (1) 590 #define ACPI_DMAR_ALL_PORTS (1) 889 591 890 /* 3: Remapping Hardware Static Affinity Struc 592 /* 3: Remapping Hardware Static Affinity Structure */ 891 593 892 struct acpi_dmar_rhsa { 594 struct acpi_dmar_rhsa { 893 struct acpi_dmar_header header; 595 struct acpi_dmar_header header; 894 u32 reserved; 596 u32 reserved; 895 u64 base_address; 597 u64 base_address; 896 u32 proximity_domain; 598 u32 proximity_domain; 897 }; 599 }; 898 600 899 /* 4: ACPI Namespace Device Declaration Struct 601 /* 4: ACPI Namespace Device Declaration Structure */ 900 602 901 struct acpi_dmar_andd { 603 struct acpi_dmar_andd { 902 struct acpi_dmar_header header; 604 struct acpi_dmar_header header; 903 u8 reserved[3]; 605 u8 reserved[3]; 904 u8 device_number; 606 u8 device_number; 905 union { !! 607 char device_name[1]; 906 char __pad; << 907 ACPI_FLEX_ARRAY(char, device_ << 908 }; << 909 }; 608 }; 910 609 911 /* 5: SOC Integrated Address Translation Cache << 912 << 913 struct acpi_dmar_satc { << 914 struct acpi_dmar_header header; << 915 u8 flags; << 916 u8 reserved; << 917 u16 segment; << 918 }; << 919 /********************************************* 610 /******************************************************************************* 920 * 611 * 921 * DRTM - Dynamic Root of Trust for Measuremen 612 * DRTM - Dynamic Root of Trust for Measurement table 922 * Conforms to "TCG D-RTM Architecture" June 1 613 * Conforms to "TCG D-RTM Architecture" June 17 2013, Version 1.0.0 923 * Table version 1 614 * Table version 1 924 * 615 * 925 ********************************************* 616 ******************************************************************************/ 926 617 927 struct acpi_table_drtm { 618 struct acpi_table_drtm { 928 struct acpi_table_header header; 619 struct acpi_table_header header; /* Common ACPI table header */ 929 u64 entry_base_address; 620 u64 entry_base_address; 930 u64 entry_length; 621 u64 entry_length; 931 u32 entry_address32; 622 u32 entry_address32; 932 u64 entry_address64; 623 u64 entry_address64; 933 u64 exit_address; 624 u64 exit_address; 934 u64 log_area_address; 625 u64 log_area_address; 935 u32 log_area_length; 626 u32 log_area_length; 936 u64 arch_dependent_address; 627 u64 arch_dependent_address; 937 u32 flags; 628 u32 flags; 938 }; 629 }; 939 630 940 /* Flag Definitions for above */ 631 /* Flag Definitions for above */ 941 632 942 #define ACPI_DRTM_ACCESS_ALLOWED (1 633 #define ACPI_DRTM_ACCESS_ALLOWED (1) 943 #define ACPI_DRTM_ENABLE_GAP_CODE (1 634 #define ACPI_DRTM_ENABLE_GAP_CODE (1<<1) 944 #define ACPI_DRTM_INCOMPLETE_MEASUREMENTS (1 635 #define ACPI_DRTM_INCOMPLETE_MEASUREMENTS (1<<2) 945 #define ACPI_DRTM_AUTHORITY_ORDER (1 636 #define ACPI_DRTM_AUTHORITY_ORDER (1<<3) 946 637 947 /* 1) Validated Tables List (64-bit addresses) 638 /* 1) Validated Tables List (64-bit addresses) */ 948 639 949 struct acpi_drtm_vtable_list { 640 struct acpi_drtm_vtable_list { 950 u32 validated_table_count; 641 u32 validated_table_count; 951 u64 validated_tables[]; !! 642 u64 validated_tables[1]; 952 }; 643 }; 953 644 954 /* 2) Resources List (of Resource Descriptors) 645 /* 2) Resources List (of Resource Descriptors) */ 955 646 956 /* Resource Descriptor */ 647 /* Resource Descriptor */ 957 648 958 struct acpi_drtm_resource { 649 struct acpi_drtm_resource { 959 u8 size[7]; 650 u8 size[7]; 960 u8 type; 651 u8 type; 961 u64 address; 652 u64 address; 962 }; 653 }; 963 654 964 struct acpi_drtm_resource_list { 655 struct acpi_drtm_resource_list { 965 u32 resource_count; 656 u32 resource_count; 966 struct acpi_drtm_resource resources[]; !! 657 struct acpi_drtm_resource resources[1]; 967 }; 658 }; 968 659 969 /* 3) Platform-specific Identifiers List */ 660 /* 3) Platform-specific Identifiers List */ 970 661 971 struct acpi_drtm_dps_id { 662 struct acpi_drtm_dps_id { 972 u32 dps_id_length; 663 u32 dps_id_length; 973 u8 dps_id[16]; 664 u8 dps_id[16]; 974 }; 665 }; 975 666 976 /********************************************* 667 /******************************************************************************* 977 * 668 * 978 * ECDT - Embedded Controller Boot Resources T 669 * ECDT - Embedded Controller Boot Resources Table 979 * Version 1 670 * Version 1 980 * 671 * 981 ********************************************* 672 ******************************************************************************/ 982 673 983 struct acpi_table_ecdt { 674 struct acpi_table_ecdt { 984 struct acpi_table_header header; 675 struct acpi_table_header header; /* Common ACPI table header */ 985 struct acpi_generic_address control; 676 struct acpi_generic_address control; /* Address of EC command/status register */ 986 struct acpi_generic_address data; 677 struct acpi_generic_address data; /* Address of EC data register */ 987 u32 uid; /* Unique ID - 678 u32 uid; /* Unique ID - must be same as the EC _UID method */ 988 u8 gpe; /* The GPE for 679 u8 gpe; /* The GPE for the EC */ 989 u8 id[]; /* Full namepa !! 680 u8 id[1]; /* Full namepath of the EC in the ACPI namespace */ 990 }; 681 }; 991 682 992 /********************************************* 683 /******************************************************************************* 993 * 684 * 994 * EINJ - Error Injection Table (ACPI 4.0) 685 * EINJ - Error Injection Table (ACPI 4.0) 995 * Version 1 686 * Version 1 996 * 687 * 997 ********************************************* 688 ******************************************************************************/ 998 689 999 struct acpi_table_einj { 690 struct acpi_table_einj { 1000 struct acpi_table_header header; 691 struct acpi_table_header header; /* Common ACPI table header */ 1001 u32 header_length; 692 u32 header_length; 1002 u8 flags; 693 u8 flags; 1003 u8 reserved[3]; 694 u8 reserved[3]; 1004 u32 entries; 695 u32 entries; 1005 }; 696 }; 1006 697 1007 /* EINJ Injection Instruction Entries (action 698 /* EINJ Injection Instruction Entries (actions) */ 1008 699 1009 struct acpi_einj_entry { 700 struct acpi_einj_entry { 1010 struct acpi_whea_header whea_header; 701 struct acpi_whea_header whea_header; /* Common header for WHEA tables */ 1011 }; 702 }; 1012 703 1013 /* Masks for Flags field above */ 704 /* Masks for Flags field above */ 1014 705 1015 #define ACPI_EINJ_PRESERVE (1) 706 #define ACPI_EINJ_PRESERVE (1) 1016 707 1017 /* Values for Action field above */ 708 /* Values for Action field above */ 1018 709 1019 enum acpi_einj_actions { 710 enum acpi_einj_actions { 1020 ACPI_EINJ_BEGIN_OPERATION = 0, 711 ACPI_EINJ_BEGIN_OPERATION = 0, 1021 ACPI_EINJ_GET_TRIGGER_TABLE = 1, 712 ACPI_EINJ_GET_TRIGGER_TABLE = 1, 1022 ACPI_EINJ_SET_ERROR_TYPE = 2, 713 ACPI_EINJ_SET_ERROR_TYPE = 2, 1023 ACPI_EINJ_GET_ERROR_TYPE = 3, 714 ACPI_EINJ_GET_ERROR_TYPE = 3, 1024 ACPI_EINJ_END_OPERATION = 4, 715 ACPI_EINJ_END_OPERATION = 4, 1025 ACPI_EINJ_EXECUTE_OPERATION = 5, 716 ACPI_EINJ_EXECUTE_OPERATION = 5, 1026 ACPI_EINJ_CHECK_BUSY_STATUS = 6, 717 ACPI_EINJ_CHECK_BUSY_STATUS = 6, 1027 ACPI_EINJ_GET_COMMAND_STATUS = 7, 718 ACPI_EINJ_GET_COMMAND_STATUS = 7, 1028 ACPI_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 719 ACPI_EINJ_SET_ERROR_TYPE_WITH_ADDRESS = 8, 1029 ACPI_EINJ_GET_EXECUTE_TIMINGS = 9, 720 ACPI_EINJ_GET_EXECUTE_TIMINGS = 9, 1030 ACPI_EINJ_ACTION_RESERVED = 10, /* 10 721 ACPI_EINJ_ACTION_RESERVED = 10, /* 10 and greater are reserved */ 1031 ACPI_EINJ_TRIGGER_ERROR = 0xFF /* Ex 722 ACPI_EINJ_TRIGGER_ERROR = 0xFF /* Except for this value */ 1032 }; 723 }; 1033 724 1034 /* Values for Instruction field above */ 725 /* Values for Instruction field above */ 1035 726 1036 enum acpi_einj_instructions { 727 enum acpi_einj_instructions { 1037 ACPI_EINJ_READ_REGISTER = 0, 728 ACPI_EINJ_READ_REGISTER = 0, 1038 ACPI_EINJ_READ_REGISTER_VALUE = 1, 729 ACPI_EINJ_READ_REGISTER_VALUE = 1, 1039 ACPI_EINJ_WRITE_REGISTER = 2, 730 ACPI_EINJ_WRITE_REGISTER = 2, 1040 ACPI_EINJ_WRITE_REGISTER_VALUE = 3, 731 ACPI_EINJ_WRITE_REGISTER_VALUE = 3, 1041 ACPI_EINJ_NOOP = 4, 732 ACPI_EINJ_NOOP = 4, 1042 ACPI_EINJ_FLUSH_CACHELINE = 5, 733 ACPI_EINJ_FLUSH_CACHELINE = 5, 1043 ACPI_EINJ_INSTRUCTION_RESERVED = 6 734 ACPI_EINJ_INSTRUCTION_RESERVED = 6 /* 6 and greater are reserved */ 1044 }; 735 }; 1045 736 1046 struct acpi_einj_error_type_with_addr { 737 struct acpi_einj_error_type_with_addr { 1047 u32 error_type; 738 u32 error_type; 1048 u32 vendor_struct_offset; 739 u32 vendor_struct_offset; 1049 u32 flags; 740 u32 flags; 1050 u32 apic_id; 741 u32 apic_id; 1051 u64 address; 742 u64 address; 1052 u64 range; 743 u64 range; 1053 u32 pcie_id; 744 u32 pcie_id; 1054 }; 745 }; 1055 746 1056 struct acpi_einj_vendor { 747 struct acpi_einj_vendor { 1057 u32 length; 748 u32 length; 1058 u32 pcie_id; 749 u32 pcie_id; 1059 u16 vendor_id; 750 u16 vendor_id; 1060 u16 device_id; 751 u16 device_id; 1061 u8 revision_id; 752 u8 revision_id; 1062 u8 reserved[3]; 753 u8 reserved[3]; 1063 }; 754 }; 1064 755 1065 /* EINJ Trigger Error Action Table */ 756 /* EINJ Trigger Error Action Table */ 1066 757 1067 struct acpi_einj_trigger { 758 struct acpi_einj_trigger { 1068 u32 header_size; 759 u32 header_size; 1069 u32 revision; 760 u32 revision; 1070 u32 table_size; 761 u32 table_size; 1071 u32 entry_count; 762 u32 entry_count; 1072 }; 763 }; 1073 764 1074 /* Command status return values */ 765 /* Command status return values */ 1075 766 1076 enum acpi_einj_command_status { 767 enum acpi_einj_command_status { 1077 ACPI_EINJ_SUCCESS = 0, 768 ACPI_EINJ_SUCCESS = 0, 1078 ACPI_EINJ_FAILURE = 1, 769 ACPI_EINJ_FAILURE = 1, 1079 ACPI_EINJ_INVALID_ACCESS = 2, 770 ACPI_EINJ_INVALID_ACCESS = 2, 1080 ACPI_EINJ_STATUS_RESERVED = 3 /* 3 771 ACPI_EINJ_STATUS_RESERVED = 3 /* 3 and greater are reserved */ 1081 }; 772 }; 1082 773 1083 /* Error types returned from ACPI_EINJ_GET_ER 774 /* Error types returned from ACPI_EINJ_GET_ERROR_TYPE (bitfield) */ 1084 775 1085 #define ACPI_EINJ_PROCESSOR_CORRECTABLE ( 776 #define ACPI_EINJ_PROCESSOR_CORRECTABLE (1) 1086 #define ACPI_EINJ_PROCESSOR_UNCORRECTABLE ( 777 #define ACPI_EINJ_PROCESSOR_UNCORRECTABLE (1<<1) 1087 #define ACPI_EINJ_PROCESSOR_FATAL ( 778 #define ACPI_EINJ_PROCESSOR_FATAL (1<<2) 1088 #define ACPI_EINJ_MEMORY_CORRECTABLE ( 779 #define ACPI_EINJ_MEMORY_CORRECTABLE (1<<3) 1089 #define ACPI_EINJ_MEMORY_UNCORRECTABLE ( 780 #define ACPI_EINJ_MEMORY_UNCORRECTABLE (1<<4) 1090 #define ACPI_EINJ_MEMORY_FATAL ( 781 #define ACPI_EINJ_MEMORY_FATAL (1<<5) 1091 #define ACPI_EINJ_PCIX_CORRECTABLE ( 782 #define ACPI_EINJ_PCIX_CORRECTABLE (1<<6) 1092 #define ACPI_EINJ_PCIX_UNCORRECTABLE ( 783 #define ACPI_EINJ_PCIX_UNCORRECTABLE (1<<7) 1093 #define ACPI_EINJ_PCIX_FATAL ( 784 #define ACPI_EINJ_PCIX_FATAL (1<<8) 1094 #define ACPI_EINJ_PLATFORM_CORRECTABLE ( 785 #define ACPI_EINJ_PLATFORM_CORRECTABLE (1<<9) 1095 #define ACPI_EINJ_PLATFORM_UNCORRECTABLE ( 786 #define ACPI_EINJ_PLATFORM_UNCORRECTABLE (1<<10) 1096 #define ACPI_EINJ_PLATFORM_FATAL ( 787 #define ACPI_EINJ_PLATFORM_FATAL (1<<11) 1097 #define ACPI_EINJ_CXL_CACHE_CORRECTABLE ( << 1098 #define ACPI_EINJ_CXL_CACHE_UNCORRECTABLE ( << 1099 #define ACPI_EINJ_CXL_CACHE_FATAL ( << 1100 #define ACPI_EINJ_CXL_MEM_CORRECTABLE ( << 1101 #define ACPI_EINJ_CXL_MEM_UNCORRECTABLE ( << 1102 #define ACPI_EINJ_CXL_MEM_FATAL ( << 1103 #define ACPI_EINJ_VENDOR_DEFINED ( 788 #define ACPI_EINJ_VENDOR_DEFINED (1<<31) 1104 789 1105 /******************************************** 790 /******************************************************************************* 1106 * 791 * 1107 * ERST - Error Record Serialization Table (A 792 * ERST - Error Record Serialization Table (ACPI 4.0) 1108 * Version 1 793 * Version 1 1109 * 794 * 1110 ******************************************** 795 ******************************************************************************/ 1111 796 1112 struct acpi_table_erst { 797 struct acpi_table_erst { 1113 struct acpi_table_header header; 798 struct acpi_table_header header; /* Common ACPI table header */ 1114 u32 header_length; 799 u32 header_length; 1115 u32 reserved; 800 u32 reserved; 1116 u32 entries; 801 u32 entries; 1117 }; 802 }; 1118 803 1119 /* ERST Serialization Entries (actions) */ 804 /* ERST Serialization Entries (actions) */ 1120 805 1121 struct acpi_erst_entry { 806 struct acpi_erst_entry { 1122 struct acpi_whea_header whea_header; 807 struct acpi_whea_header whea_header; /* Common header for WHEA tables */ 1123 }; 808 }; 1124 809 1125 /* Masks for Flags field above */ 810 /* Masks for Flags field above */ 1126 811 1127 #define ACPI_ERST_PRESERVE (1) 812 #define ACPI_ERST_PRESERVE (1) 1128 813 1129 /* Values for Action field above */ 814 /* Values for Action field above */ 1130 815 1131 enum acpi_erst_actions { 816 enum acpi_erst_actions { 1132 ACPI_ERST_BEGIN_WRITE = 0, 817 ACPI_ERST_BEGIN_WRITE = 0, 1133 ACPI_ERST_BEGIN_READ = 1, 818 ACPI_ERST_BEGIN_READ = 1, 1134 ACPI_ERST_BEGIN_CLEAR = 2, 819 ACPI_ERST_BEGIN_CLEAR = 2, 1135 ACPI_ERST_END = 3, 820 ACPI_ERST_END = 3, 1136 ACPI_ERST_SET_RECORD_OFFSET = 4, 821 ACPI_ERST_SET_RECORD_OFFSET = 4, 1137 ACPI_ERST_EXECUTE_OPERATION = 5, 822 ACPI_ERST_EXECUTE_OPERATION = 5, 1138 ACPI_ERST_CHECK_BUSY_STATUS = 6, 823 ACPI_ERST_CHECK_BUSY_STATUS = 6, 1139 ACPI_ERST_GET_COMMAND_STATUS = 7, 824 ACPI_ERST_GET_COMMAND_STATUS = 7, 1140 ACPI_ERST_GET_RECORD_ID = 8, 825 ACPI_ERST_GET_RECORD_ID = 8, 1141 ACPI_ERST_SET_RECORD_ID = 9, 826 ACPI_ERST_SET_RECORD_ID = 9, 1142 ACPI_ERST_GET_RECORD_COUNT = 10, 827 ACPI_ERST_GET_RECORD_COUNT = 10, 1143 ACPI_ERST_BEGIN_DUMMY_WRIITE = 11, 828 ACPI_ERST_BEGIN_DUMMY_WRIITE = 11, 1144 ACPI_ERST_NOT_USED = 12, 829 ACPI_ERST_NOT_USED = 12, 1145 ACPI_ERST_GET_ERROR_RANGE = 13, 830 ACPI_ERST_GET_ERROR_RANGE = 13, 1146 ACPI_ERST_GET_ERROR_LENGTH = 14, 831 ACPI_ERST_GET_ERROR_LENGTH = 14, 1147 ACPI_ERST_GET_ERROR_ATTRIBUTES = 15, 832 ACPI_ERST_GET_ERROR_ATTRIBUTES = 15, 1148 ACPI_ERST_EXECUTE_TIMINGS = 16, 833 ACPI_ERST_EXECUTE_TIMINGS = 16, 1149 ACPI_ERST_ACTION_RESERVED = 17 /* 17 834 ACPI_ERST_ACTION_RESERVED = 17 /* 17 and greater are reserved */ 1150 }; 835 }; 1151 836 1152 /* Values for Instruction field above */ 837 /* Values for Instruction field above */ 1153 838 1154 enum acpi_erst_instructions { 839 enum acpi_erst_instructions { 1155 ACPI_ERST_READ_REGISTER = 0, 840 ACPI_ERST_READ_REGISTER = 0, 1156 ACPI_ERST_READ_REGISTER_VALUE = 1, 841 ACPI_ERST_READ_REGISTER_VALUE = 1, 1157 ACPI_ERST_WRITE_REGISTER = 2, 842 ACPI_ERST_WRITE_REGISTER = 2, 1158 ACPI_ERST_WRITE_REGISTER_VALUE = 3, 843 ACPI_ERST_WRITE_REGISTER_VALUE = 3, 1159 ACPI_ERST_NOOP = 4, 844 ACPI_ERST_NOOP = 4, 1160 ACPI_ERST_LOAD_VAR1 = 5, 845 ACPI_ERST_LOAD_VAR1 = 5, 1161 ACPI_ERST_LOAD_VAR2 = 6, 846 ACPI_ERST_LOAD_VAR2 = 6, 1162 ACPI_ERST_STORE_VAR1 = 7, 847 ACPI_ERST_STORE_VAR1 = 7, 1163 ACPI_ERST_ADD = 8, 848 ACPI_ERST_ADD = 8, 1164 ACPI_ERST_SUBTRACT = 9, 849 ACPI_ERST_SUBTRACT = 9, 1165 ACPI_ERST_ADD_VALUE = 10, 850 ACPI_ERST_ADD_VALUE = 10, 1166 ACPI_ERST_SUBTRACT_VALUE = 11, 851 ACPI_ERST_SUBTRACT_VALUE = 11, 1167 ACPI_ERST_STALL = 12, 852 ACPI_ERST_STALL = 12, 1168 ACPI_ERST_STALL_WHILE_TRUE = 13, 853 ACPI_ERST_STALL_WHILE_TRUE = 13, 1169 ACPI_ERST_SKIP_NEXT_IF_TRUE = 14, 854 ACPI_ERST_SKIP_NEXT_IF_TRUE = 14, 1170 ACPI_ERST_GOTO = 15, 855 ACPI_ERST_GOTO = 15, 1171 ACPI_ERST_SET_SRC_ADDRESS_BASE = 16, 856 ACPI_ERST_SET_SRC_ADDRESS_BASE = 16, 1172 ACPI_ERST_SET_DST_ADDRESS_BASE = 17, 857 ACPI_ERST_SET_DST_ADDRESS_BASE = 17, 1173 ACPI_ERST_MOVE_DATA = 18, 858 ACPI_ERST_MOVE_DATA = 18, 1174 ACPI_ERST_INSTRUCTION_RESERVED = 19 859 ACPI_ERST_INSTRUCTION_RESERVED = 19 /* 19 and greater are reserved */ 1175 }; 860 }; 1176 861 1177 /* Command status return values */ 862 /* Command status return values */ 1178 863 1179 enum acpi_erst_command_status { 864 enum acpi_erst_command_status { 1180 ACPI_ERST_SUCCESS = 0, 865 ACPI_ERST_SUCCESS = 0, 1181 ACPI_ERST_NO_SPACE = 1, 866 ACPI_ERST_NO_SPACE = 1, 1182 ACPI_ERST_NOT_AVAILABLE = 2, 867 ACPI_ERST_NOT_AVAILABLE = 2, 1183 ACPI_ERST_FAILURE = 3, 868 ACPI_ERST_FAILURE = 3, 1184 ACPI_ERST_RECORD_EMPTY = 4, 869 ACPI_ERST_RECORD_EMPTY = 4, 1185 ACPI_ERST_NOT_FOUND = 5, 870 ACPI_ERST_NOT_FOUND = 5, 1186 ACPI_ERST_STATUS_RESERVED = 6 /* 6 871 ACPI_ERST_STATUS_RESERVED = 6 /* 6 and greater are reserved */ 1187 }; 872 }; 1188 873 1189 /* Error Record Serialization Information */ 874 /* Error Record Serialization Information */ 1190 875 1191 struct acpi_erst_info { 876 struct acpi_erst_info { 1192 u16 signature; /* Should be 877 u16 signature; /* Should be "ER" */ 1193 u8 data[48]; 878 u8 data[48]; 1194 }; 879 }; 1195 880 1196 /******************************************** 881 /******************************************************************************* 1197 * 882 * 1198 * FPDT - Firmware Performance Data Table (AC 883 * FPDT - Firmware Performance Data Table (ACPI 5.0) 1199 * Version 1 884 * Version 1 1200 * 885 * 1201 ******************************************** 886 ******************************************************************************/ 1202 887 1203 struct acpi_table_fpdt { 888 struct acpi_table_fpdt { 1204 struct acpi_table_header header; 889 struct acpi_table_header header; /* Common ACPI table header */ 1205 }; 890 }; 1206 891 1207 /* FPDT subtable header (Performance Record S 892 /* FPDT subtable header (Performance Record Structure) */ 1208 893 1209 struct acpi_fpdt_header { 894 struct acpi_fpdt_header { 1210 u16 type; 895 u16 type; 1211 u8 length; 896 u8 length; 1212 u8 revision; 897 u8 revision; 1213 }; 898 }; 1214 899 1215 /* Values for Type field above */ 900 /* Values for Type field above */ 1216 901 1217 enum acpi_fpdt_type { 902 enum acpi_fpdt_type { 1218 ACPI_FPDT_TYPE_BOOT = 0, 903 ACPI_FPDT_TYPE_BOOT = 0, 1219 ACPI_FPDT_TYPE_S3PERF = 1 904 ACPI_FPDT_TYPE_S3PERF = 1 1220 }; 905 }; 1221 906 1222 /* 907 /* 1223 * FPDT subtables 908 * FPDT subtables 1224 */ 909 */ 1225 910 1226 /* 0: Firmware Basic Boot Performance Record 911 /* 0: Firmware Basic Boot Performance Record */ 1227 912 1228 struct acpi_fpdt_boot_pointer { 913 struct acpi_fpdt_boot_pointer { 1229 struct acpi_fpdt_header header; 914 struct acpi_fpdt_header header; 1230 u8 reserved[4]; 915 u8 reserved[4]; 1231 u64 address; 916 u64 address; 1232 }; 917 }; 1233 918 1234 /* 1: S3 Performance Table Pointer Record */ 919 /* 1: S3 Performance Table Pointer Record */ 1235 920 1236 struct acpi_fpdt_s3pt_pointer { 921 struct acpi_fpdt_s3pt_pointer { 1237 struct acpi_fpdt_header header; 922 struct acpi_fpdt_header header; 1238 u8 reserved[4]; 923 u8 reserved[4]; 1239 u64 address; 924 u64 address; 1240 }; 925 }; 1241 926 1242 /* 927 /* 1243 * S3PT - S3 Performance Table. This table is 928 * S3PT - S3 Performance Table. This table is pointed to by the 1244 * S3 Pointer Record above. 929 * S3 Pointer Record above. 1245 */ 930 */ 1246 struct acpi_table_s3pt { 931 struct acpi_table_s3pt { 1247 u8 signature[4]; /* "S3PT" */ 932 u8 signature[4]; /* "S3PT" */ 1248 u32 length; 933 u32 length; 1249 }; 934 }; 1250 935 1251 /* 936 /* 1252 * S3PT Subtables (Not part of the actual FPD 937 * S3PT Subtables (Not part of the actual FPDT) 1253 */ 938 */ 1254 939 1255 /* Values for Type field in S3PT header */ 940 /* Values for Type field in S3PT header */ 1256 941 1257 enum acpi_s3pt_type { 942 enum acpi_s3pt_type { 1258 ACPI_S3PT_TYPE_RESUME = 0, 943 ACPI_S3PT_TYPE_RESUME = 0, 1259 ACPI_S3PT_TYPE_SUSPEND = 1, 944 ACPI_S3PT_TYPE_SUSPEND = 1, 1260 ACPI_FPDT_BOOT_PERFORMANCE = 2 945 ACPI_FPDT_BOOT_PERFORMANCE = 2 1261 }; 946 }; 1262 947 1263 struct acpi_s3pt_resume { 948 struct acpi_s3pt_resume { 1264 struct acpi_fpdt_header header; 949 struct acpi_fpdt_header header; 1265 u32 resume_count; 950 u32 resume_count; 1266 u64 full_resume; 951 u64 full_resume; 1267 u64 average_resume; 952 u64 average_resume; 1268 }; 953 }; 1269 954 1270 struct acpi_s3pt_suspend { 955 struct acpi_s3pt_suspend { 1271 struct acpi_fpdt_header header; 956 struct acpi_fpdt_header header; 1272 u64 suspend_start; 957 u64 suspend_start; 1273 u64 suspend_end; 958 u64 suspend_end; 1274 }; 959 }; 1275 960 1276 /* 961 /* 1277 * FPDT Boot Performance Record (Not part of 962 * FPDT Boot Performance Record (Not part of the actual FPDT) 1278 */ 963 */ 1279 struct acpi_fpdt_boot { 964 struct acpi_fpdt_boot { 1280 struct acpi_fpdt_header header; 965 struct acpi_fpdt_header header; 1281 u8 reserved[4]; 966 u8 reserved[4]; 1282 u64 reset_end; 967 u64 reset_end; 1283 u64 load_start; 968 u64 load_start; 1284 u64 startup_start; 969 u64 startup_start; 1285 u64 exit_services_entry; 970 u64 exit_services_entry; 1286 u64 exit_services_exit; 971 u64 exit_services_exit; 1287 }; 972 }; 1288 973 1289 /******************************************** 974 /******************************************************************************* 1290 * 975 * 1291 * GTDT - Generic Timer Description Table (AC 976 * GTDT - Generic Timer Description Table (ACPI 5.1) 1292 * Version 2 977 * Version 2 1293 * 978 * 1294 ******************************************** 979 ******************************************************************************/ 1295 980 1296 struct acpi_table_gtdt { 981 struct acpi_table_gtdt { 1297 struct acpi_table_header header; 982 struct acpi_table_header header; /* Common ACPI table header */ 1298 u64 counter_block_addresss; 983 u64 counter_block_addresss; 1299 u32 reserved; 984 u32 reserved; 1300 u32 secure_el1_interrupt; 985 u32 secure_el1_interrupt; 1301 u32 secure_el1_flags; 986 u32 secure_el1_flags; 1302 u32 non_secure_el1_interrupt; 987 u32 non_secure_el1_interrupt; 1303 u32 non_secure_el1_flags; 988 u32 non_secure_el1_flags; 1304 u32 virtual_timer_interrupt; 989 u32 virtual_timer_interrupt; 1305 u32 virtual_timer_flags; 990 u32 virtual_timer_flags; 1306 u32 non_secure_el2_interrupt; 991 u32 non_secure_el2_interrupt; 1307 u32 non_secure_el2_flags; 992 u32 non_secure_el2_flags; 1308 u64 counter_read_block_address; 993 u64 counter_read_block_address; 1309 u32 platform_timer_count; 994 u32 platform_timer_count; 1310 u32 platform_timer_offset; 995 u32 platform_timer_offset; 1311 }; 996 }; 1312 997 1313 /* Flag Definitions: Timer Block Physical Tim 998 /* Flag Definitions: Timer Block Physical Timers and Virtual timers */ 1314 999 1315 #define ACPI_GTDT_INTERRUPT_MODE (1) 1000 #define ACPI_GTDT_INTERRUPT_MODE (1) 1316 #define ACPI_GTDT_INTERRUPT_POLARITY (1<<1 1001 #define ACPI_GTDT_INTERRUPT_POLARITY (1<<1) 1317 #define ACPI_GTDT_ALWAYS_ON (1<<2 1002 #define ACPI_GTDT_ALWAYS_ON (1<<2) 1318 1003 1319 struct acpi_gtdt_el2 { 1004 struct acpi_gtdt_el2 { 1320 u32 virtual_el2_timer_gsiv; 1005 u32 virtual_el2_timer_gsiv; 1321 u32 virtual_el2_timer_flags; 1006 u32 virtual_el2_timer_flags; 1322 }; 1007 }; 1323 1008 1324 /* Common GTDT subtable header */ 1009 /* Common GTDT subtable header */ 1325 1010 1326 struct acpi_gtdt_header { 1011 struct acpi_gtdt_header { 1327 u8 type; 1012 u8 type; 1328 u16 length; 1013 u16 length; 1329 }; 1014 }; 1330 1015 1331 /* Values for GTDT subtable type above */ 1016 /* Values for GTDT subtable type above */ 1332 1017 1333 enum acpi_gtdt_type { 1018 enum acpi_gtdt_type { 1334 ACPI_GTDT_TYPE_TIMER_BLOCK = 0, 1019 ACPI_GTDT_TYPE_TIMER_BLOCK = 0, 1335 ACPI_GTDT_TYPE_WATCHDOG = 1, 1020 ACPI_GTDT_TYPE_WATCHDOG = 1, 1336 ACPI_GTDT_TYPE_RESERVED = 2 /* 2 1021 ACPI_GTDT_TYPE_RESERVED = 2 /* 2 and greater are reserved */ 1337 }; 1022 }; 1338 1023 1339 /* GTDT Subtables, correspond to Type in stru 1024 /* GTDT Subtables, correspond to Type in struct acpi_gtdt_header */ 1340 1025 1341 /* 0: Generic Timer Block */ 1026 /* 0: Generic Timer Block */ 1342 1027 1343 struct acpi_gtdt_timer_block { 1028 struct acpi_gtdt_timer_block { 1344 struct acpi_gtdt_header header; 1029 struct acpi_gtdt_header header; 1345 u8 reserved; 1030 u8 reserved; 1346 u64 block_address; 1031 u64 block_address; 1347 u32 timer_count; 1032 u32 timer_count; 1348 u32 timer_offset; 1033 u32 timer_offset; 1349 }; 1034 }; 1350 1035 1351 /* Timer Sub-Structure, one per timer */ 1036 /* Timer Sub-Structure, one per timer */ 1352 1037 1353 struct acpi_gtdt_timer_entry { 1038 struct acpi_gtdt_timer_entry { 1354 u8 frame_number; 1039 u8 frame_number; 1355 u8 reserved[3]; 1040 u8 reserved[3]; 1356 u64 base_address; 1041 u64 base_address; 1357 u64 el0_base_address; 1042 u64 el0_base_address; 1358 u32 timer_interrupt; 1043 u32 timer_interrupt; 1359 u32 timer_flags; 1044 u32 timer_flags; 1360 u32 virtual_timer_interrupt; 1045 u32 virtual_timer_interrupt; 1361 u32 virtual_timer_flags; 1046 u32 virtual_timer_flags; 1362 u32 common_flags; 1047 u32 common_flags; 1363 }; 1048 }; 1364 1049 1365 /* Flag Definitions: timer_flags and virtual_ 1050 /* Flag Definitions: timer_flags and virtual_timer_flags above */ 1366 1051 1367 #define ACPI_GTDT_GT_IRQ_MODE ( 1052 #define ACPI_GTDT_GT_IRQ_MODE (1) 1368 #define ACPI_GTDT_GT_IRQ_POLARITY ( 1053 #define ACPI_GTDT_GT_IRQ_POLARITY (1<<1) 1369 1054 1370 /* Flag Definitions: common_flags above */ 1055 /* Flag Definitions: common_flags above */ 1371 1056 1372 #define ACPI_GTDT_GT_IS_SECURE_TIMER ( 1057 #define ACPI_GTDT_GT_IS_SECURE_TIMER (1) 1373 #define ACPI_GTDT_GT_ALWAYS_ON ( 1058 #define ACPI_GTDT_GT_ALWAYS_ON (1<<1) 1374 1059 1375 /* 1: SBSA Generic Watchdog Structure */ 1060 /* 1: SBSA Generic Watchdog Structure */ 1376 1061 1377 struct acpi_gtdt_watchdog { 1062 struct acpi_gtdt_watchdog { 1378 struct acpi_gtdt_header header; 1063 struct acpi_gtdt_header header; 1379 u8 reserved; 1064 u8 reserved; 1380 u64 refresh_frame_address; 1065 u64 refresh_frame_address; 1381 u64 control_frame_address; 1066 u64 control_frame_address; 1382 u32 timer_interrupt; 1067 u32 timer_interrupt; 1383 u32 timer_flags; 1068 u32 timer_flags; 1384 }; 1069 }; 1385 1070 1386 /* Flag Definitions: timer_flags above */ 1071 /* Flag Definitions: timer_flags above */ 1387 1072 1388 #define ACPI_GTDT_WATCHDOG_IRQ_MODE ( 1073 #define ACPI_GTDT_WATCHDOG_IRQ_MODE (1) 1389 #define ACPI_GTDT_WATCHDOG_IRQ_POLARITY ( 1074 #define ACPI_GTDT_WATCHDOG_IRQ_POLARITY (1<<1) 1390 #define ACPI_GTDT_WATCHDOG_SECURE ( 1075 #define ACPI_GTDT_WATCHDOG_SECURE (1<<2) 1391 1076 1392 /******************************************** 1077 /******************************************************************************* 1393 * 1078 * 1394 * HEST - Hardware Error Source Table (ACPI 4 1079 * HEST - Hardware Error Source Table (ACPI 4.0) 1395 * Version 1 1080 * Version 1 1396 * 1081 * 1397 ******************************************** 1082 ******************************************************************************/ 1398 1083 1399 struct acpi_table_hest { 1084 struct acpi_table_hest { 1400 struct acpi_table_header header; 1085 struct acpi_table_header header; /* Common ACPI table header */ 1401 u32 error_source_count; 1086 u32 error_source_count; 1402 }; 1087 }; 1403 1088 1404 /* HEST subtable header */ 1089 /* HEST subtable header */ 1405 1090 1406 struct acpi_hest_header { 1091 struct acpi_hest_header { 1407 u16 type; 1092 u16 type; 1408 u16 source_id; 1093 u16 source_id; 1409 }; 1094 }; 1410 1095 1411 /* Values for Type field above for subtables 1096 /* Values for Type field above for subtables */ 1412 1097 1413 enum acpi_hest_types { 1098 enum acpi_hest_types { 1414 ACPI_HEST_TYPE_IA32_CHECK = 0, 1099 ACPI_HEST_TYPE_IA32_CHECK = 0, 1415 ACPI_HEST_TYPE_IA32_CORRECTED_CHECK = 1100 ACPI_HEST_TYPE_IA32_CORRECTED_CHECK = 1, 1416 ACPI_HEST_TYPE_IA32_NMI = 2, 1101 ACPI_HEST_TYPE_IA32_NMI = 2, 1417 ACPI_HEST_TYPE_NOT_USED3 = 3, 1102 ACPI_HEST_TYPE_NOT_USED3 = 3, 1418 ACPI_HEST_TYPE_NOT_USED4 = 4, 1103 ACPI_HEST_TYPE_NOT_USED4 = 4, 1419 ACPI_HEST_TYPE_NOT_USED5 = 5, 1104 ACPI_HEST_TYPE_NOT_USED5 = 5, 1420 ACPI_HEST_TYPE_AER_ROOT_PORT = 6, 1105 ACPI_HEST_TYPE_AER_ROOT_PORT = 6, 1421 ACPI_HEST_TYPE_AER_ENDPOINT = 7, 1106 ACPI_HEST_TYPE_AER_ENDPOINT = 7, 1422 ACPI_HEST_TYPE_AER_BRIDGE = 8, 1107 ACPI_HEST_TYPE_AER_BRIDGE = 8, 1423 ACPI_HEST_TYPE_GENERIC_ERROR = 9, 1108 ACPI_HEST_TYPE_GENERIC_ERROR = 9, 1424 ACPI_HEST_TYPE_GENERIC_ERROR_V2 = 10, 1109 ACPI_HEST_TYPE_GENERIC_ERROR_V2 = 10, 1425 ACPI_HEST_TYPE_IA32_DEFERRED_CHECK = 1110 ACPI_HEST_TYPE_IA32_DEFERRED_CHECK = 11, 1426 ACPI_HEST_TYPE_RESERVED = 12 /* 12 1111 ACPI_HEST_TYPE_RESERVED = 12 /* 12 and greater are reserved */ 1427 }; 1112 }; 1428 1113 1429 /* 1114 /* 1430 * HEST substructures contained in subtables 1115 * HEST substructures contained in subtables 1431 */ 1116 */ 1432 1117 1433 /* 1118 /* 1434 * IA32 Error Bank(s) - Follows the struct ac 1119 * IA32 Error Bank(s) - Follows the struct acpi_hest_ia_machine_check and 1435 * struct acpi_hest_ia_corrected structures. 1120 * struct acpi_hest_ia_corrected structures. 1436 */ 1121 */ 1437 struct acpi_hest_ia_error_bank { 1122 struct acpi_hest_ia_error_bank { 1438 u8 bank_number; 1123 u8 bank_number; 1439 u8 clear_status_on_init; 1124 u8 clear_status_on_init; 1440 u8 status_format; 1125 u8 status_format; 1441 u8 reserved; 1126 u8 reserved; 1442 u32 control_register; 1127 u32 control_register; 1443 u64 control_data; 1128 u64 control_data; 1444 u32 status_register; 1129 u32 status_register; 1445 u32 address_register; 1130 u32 address_register; 1446 u32 misc_register; 1131 u32 misc_register; 1447 }; 1132 }; 1448 1133 1449 /* Common HEST sub-structure for PCI/AER stru 1134 /* Common HEST sub-structure for PCI/AER structures below (6,7,8) */ 1450 1135 1451 struct acpi_hest_aer_common { 1136 struct acpi_hest_aer_common { 1452 u16 reserved1; 1137 u16 reserved1; 1453 u8 flags; 1138 u8 flags; 1454 u8 enabled; 1139 u8 enabled; 1455 u32 records_to_preallocate; 1140 u32 records_to_preallocate; 1456 u32 max_sections_per_record; 1141 u32 max_sections_per_record; 1457 u32 bus; /* Bus and Se 1142 u32 bus; /* Bus and Segment numbers */ 1458 u16 device; 1143 u16 device; 1459 u16 function; 1144 u16 function; 1460 u16 device_control; 1145 u16 device_control; 1461 u16 reserved2; 1146 u16 reserved2; 1462 u32 uncorrectable_mask; 1147 u32 uncorrectable_mask; 1463 u32 uncorrectable_severity; 1148 u32 uncorrectable_severity; 1464 u32 correctable_mask; 1149 u32 correctable_mask; 1465 u32 advanced_capabilities; 1150 u32 advanced_capabilities; 1466 }; 1151 }; 1467 1152 1468 /* Masks for HEST Flags fields */ 1153 /* Masks for HEST Flags fields */ 1469 1154 1470 #define ACPI_HEST_FIRMWARE_FIRST (1) 1155 #define ACPI_HEST_FIRMWARE_FIRST (1) 1471 #define ACPI_HEST_GLOBAL (1<<1 1156 #define ACPI_HEST_GLOBAL (1<<1) 1472 #define ACPI_HEST_GHES_ASSIST (1<<2 1157 #define ACPI_HEST_GHES_ASSIST (1<<2) 1473 1158 1474 /* 1159 /* 1475 * Macros to access the bus/segment numbers i 1160 * Macros to access the bus/segment numbers in Bus field above: 1476 * Bus number is encoded in bits 7:0 1161 * Bus number is encoded in bits 7:0 1477 * Segment number is encoded in bits 23:8 1162 * Segment number is encoded in bits 23:8 1478 */ 1163 */ 1479 #define ACPI_HEST_BUS(bus) ((bus 1164 #define ACPI_HEST_BUS(bus) ((bus) & 0xFF) 1480 #define ACPI_HEST_SEGMENT(bus) (((bu 1165 #define ACPI_HEST_SEGMENT(bus) (((bus) >> 8) & 0xFFFF) 1481 1166 1482 /* Hardware Error Notification */ 1167 /* Hardware Error Notification */ 1483 1168 1484 struct acpi_hest_notify { 1169 struct acpi_hest_notify { 1485 u8 type; 1170 u8 type; 1486 u8 length; 1171 u8 length; 1487 u16 config_write_enable; 1172 u16 config_write_enable; 1488 u32 poll_interval; 1173 u32 poll_interval; 1489 u32 vector; 1174 u32 vector; 1490 u32 polling_threshold_value; 1175 u32 polling_threshold_value; 1491 u32 polling_threshold_window; 1176 u32 polling_threshold_window; 1492 u32 error_threshold_value; 1177 u32 error_threshold_value; 1493 u32 error_threshold_window; 1178 u32 error_threshold_window; 1494 }; 1179 }; 1495 1180 1496 /* Values for Notify Type field above */ 1181 /* Values for Notify Type field above */ 1497 1182 1498 enum acpi_hest_notify_types { 1183 enum acpi_hest_notify_types { 1499 ACPI_HEST_NOTIFY_POLLED = 0, 1184 ACPI_HEST_NOTIFY_POLLED = 0, 1500 ACPI_HEST_NOTIFY_EXTERNAL = 1, 1185 ACPI_HEST_NOTIFY_EXTERNAL = 1, 1501 ACPI_HEST_NOTIFY_LOCAL = 2, 1186 ACPI_HEST_NOTIFY_LOCAL = 2, 1502 ACPI_HEST_NOTIFY_SCI = 3, 1187 ACPI_HEST_NOTIFY_SCI = 3, 1503 ACPI_HEST_NOTIFY_NMI = 4, 1188 ACPI_HEST_NOTIFY_NMI = 4, 1504 ACPI_HEST_NOTIFY_CMCI = 5, /* AC 1189 ACPI_HEST_NOTIFY_CMCI = 5, /* ACPI 5.0 */ 1505 ACPI_HEST_NOTIFY_MCE = 6, /* AC 1190 ACPI_HEST_NOTIFY_MCE = 6, /* ACPI 5.0 */ 1506 ACPI_HEST_NOTIFY_GPIO = 7, /* AC 1191 ACPI_HEST_NOTIFY_GPIO = 7, /* ACPI 6.0 */ 1507 ACPI_HEST_NOTIFY_SEA = 8, /* AC 1192 ACPI_HEST_NOTIFY_SEA = 8, /* ACPI 6.1 */ 1508 ACPI_HEST_NOTIFY_SEI = 9, /* AC 1193 ACPI_HEST_NOTIFY_SEI = 9, /* ACPI 6.1 */ 1509 ACPI_HEST_NOTIFY_GSIV = 10, /* AC 1194 ACPI_HEST_NOTIFY_GSIV = 10, /* ACPI 6.1 */ 1510 ACPI_HEST_NOTIFY_SOFTWARE_DELEGATED = 1195 ACPI_HEST_NOTIFY_SOFTWARE_DELEGATED = 11, /* ACPI 6.2 */ 1511 ACPI_HEST_NOTIFY_RESERVED = 12 /* 12 1196 ACPI_HEST_NOTIFY_RESERVED = 12 /* 12 and greater are reserved */ 1512 }; 1197 }; 1513 1198 1514 /* Values for config_write_enable bitfield ab 1199 /* Values for config_write_enable bitfield above */ 1515 1200 1516 #define ACPI_HEST_TYPE (1) 1201 #define ACPI_HEST_TYPE (1) 1517 #define ACPI_HEST_POLL_INTERVAL (1<<1 1202 #define ACPI_HEST_POLL_INTERVAL (1<<1) 1518 #define ACPI_HEST_POLL_THRESHOLD_VALUE (1<<2 1203 #define ACPI_HEST_POLL_THRESHOLD_VALUE (1<<2) 1519 #define ACPI_HEST_POLL_THRESHOLD_WINDOW (1<<3 1204 #define ACPI_HEST_POLL_THRESHOLD_WINDOW (1<<3) 1520 #define ACPI_HEST_ERR_THRESHOLD_VALUE (1<<4 1205 #define ACPI_HEST_ERR_THRESHOLD_VALUE (1<<4) 1521 #define ACPI_HEST_ERR_THRESHOLD_WINDOW (1<<5 1206 #define ACPI_HEST_ERR_THRESHOLD_WINDOW (1<<5) 1522 1207 1523 /* 1208 /* 1524 * HEST subtables 1209 * HEST subtables 1525 */ 1210 */ 1526 1211 1527 /* 0: IA32 Machine Check Exception */ 1212 /* 0: IA32 Machine Check Exception */ 1528 1213 1529 struct acpi_hest_ia_machine_check { 1214 struct acpi_hest_ia_machine_check { 1530 struct acpi_hest_header header; 1215 struct acpi_hest_header header; 1531 u16 reserved1; 1216 u16 reserved1; 1532 u8 flags; /* See flags 1217 u8 flags; /* See flags ACPI_HEST_GLOBAL, etc. above */ 1533 u8 enabled; 1218 u8 enabled; 1534 u32 records_to_preallocate; 1219 u32 records_to_preallocate; 1535 u32 max_sections_per_record; 1220 u32 max_sections_per_record; 1536 u64 global_capability_data; 1221 u64 global_capability_data; 1537 u64 global_control_data; 1222 u64 global_control_data; 1538 u8 num_hardware_banks; 1223 u8 num_hardware_banks; 1539 u8 reserved3[7]; 1224 u8 reserved3[7]; 1540 }; 1225 }; 1541 1226 1542 /* 1: IA32 Corrected Machine Check */ 1227 /* 1: IA32 Corrected Machine Check */ 1543 1228 1544 struct acpi_hest_ia_corrected { 1229 struct acpi_hest_ia_corrected { 1545 struct acpi_hest_header header; 1230 struct acpi_hest_header header; 1546 u16 reserved1; 1231 u16 reserved1; 1547 u8 flags; /* See flags 1232 u8 flags; /* See flags ACPI_HEST_GLOBAL, etc. above */ 1548 u8 enabled; 1233 u8 enabled; 1549 u32 records_to_preallocate; 1234 u32 records_to_preallocate; 1550 u32 max_sections_per_record; 1235 u32 max_sections_per_record; 1551 struct acpi_hest_notify notify; 1236 struct acpi_hest_notify notify; 1552 u8 num_hardware_banks; 1237 u8 num_hardware_banks; 1553 u8 reserved2[3]; 1238 u8 reserved2[3]; 1554 }; 1239 }; 1555 1240 1556 /* 2: IA32 Non-Maskable Interrupt */ 1241 /* 2: IA32 Non-Maskable Interrupt */ 1557 1242 1558 struct acpi_hest_ia_nmi { 1243 struct acpi_hest_ia_nmi { 1559 struct acpi_hest_header header; 1244 struct acpi_hest_header header; 1560 u32 reserved; 1245 u32 reserved; 1561 u32 records_to_preallocate; 1246 u32 records_to_preallocate; 1562 u32 max_sections_per_record; 1247 u32 max_sections_per_record; 1563 u32 max_raw_data_length; 1248 u32 max_raw_data_length; 1564 }; 1249 }; 1565 1250 1566 /* 3,4,5: Not used */ 1251 /* 3,4,5: Not used */ 1567 1252 1568 /* 6: PCI Express Root Port AER */ 1253 /* 6: PCI Express Root Port AER */ 1569 1254 1570 struct acpi_hest_aer_root { 1255 struct acpi_hest_aer_root { 1571 struct acpi_hest_header header; 1256 struct acpi_hest_header header; 1572 struct acpi_hest_aer_common aer; 1257 struct acpi_hest_aer_common aer; 1573 u32 root_error_command; 1258 u32 root_error_command; 1574 }; 1259 }; 1575 1260 1576 /* 7: PCI Express AER (AER Endpoint) */ 1261 /* 7: PCI Express AER (AER Endpoint) */ 1577 1262 1578 struct acpi_hest_aer { 1263 struct acpi_hest_aer { 1579 struct acpi_hest_header header; 1264 struct acpi_hest_header header; 1580 struct acpi_hest_aer_common aer; 1265 struct acpi_hest_aer_common aer; 1581 }; 1266 }; 1582 1267 1583 /* 8: PCI Express/PCI-X Bridge AER */ 1268 /* 8: PCI Express/PCI-X Bridge AER */ 1584 1269 1585 struct acpi_hest_aer_bridge { 1270 struct acpi_hest_aer_bridge { 1586 struct acpi_hest_header header; 1271 struct acpi_hest_header header; 1587 struct acpi_hest_aer_common aer; 1272 struct acpi_hest_aer_common aer; 1588 u32 uncorrectable_mask2; 1273 u32 uncorrectable_mask2; 1589 u32 uncorrectable_severity2; 1274 u32 uncorrectable_severity2; 1590 u32 advanced_capabilities2; 1275 u32 advanced_capabilities2; 1591 }; 1276 }; 1592 1277 1593 /* 9: Generic Hardware Error Source */ 1278 /* 9: Generic Hardware Error Source */ 1594 1279 1595 struct acpi_hest_generic { 1280 struct acpi_hest_generic { 1596 struct acpi_hest_header header; 1281 struct acpi_hest_header header; 1597 u16 related_source_id; 1282 u16 related_source_id; 1598 u8 reserved; 1283 u8 reserved; 1599 u8 enabled; 1284 u8 enabled; 1600 u32 records_to_preallocate; 1285 u32 records_to_preallocate; 1601 u32 max_sections_per_record; 1286 u32 max_sections_per_record; 1602 u32 max_raw_data_length; 1287 u32 max_raw_data_length; 1603 struct acpi_generic_address error_sta 1288 struct acpi_generic_address error_status_address; 1604 struct acpi_hest_notify notify; 1289 struct acpi_hest_notify notify; 1605 u32 error_block_length; 1290 u32 error_block_length; 1606 }; 1291 }; 1607 1292 1608 /* 10: Generic Hardware Error Source, version 1293 /* 10: Generic Hardware Error Source, version 2 */ 1609 1294 1610 struct acpi_hest_generic_v2 { 1295 struct acpi_hest_generic_v2 { 1611 struct acpi_hest_header header; 1296 struct acpi_hest_header header; 1612 u16 related_source_id; 1297 u16 related_source_id; 1613 u8 reserved; 1298 u8 reserved; 1614 u8 enabled; 1299 u8 enabled; 1615 u32 records_to_preallocate; 1300 u32 records_to_preallocate; 1616 u32 max_sections_per_record; 1301 u32 max_sections_per_record; 1617 u32 max_raw_data_length; 1302 u32 max_raw_data_length; 1618 struct acpi_generic_address error_sta 1303 struct acpi_generic_address error_status_address; 1619 struct acpi_hest_notify notify; 1304 struct acpi_hest_notify notify; 1620 u32 error_block_length; 1305 u32 error_block_length; 1621 struct acpi_generic_address read_ack_ 1306 struct acpi_generic_address read_ack_register; 1622 u64 read_ack_preserve; 1307 u64 read_ack_preserve; 1623 u64 read_ack_write; 1308 u64 read_ack_write; 1624 }; 1309 }; 1625 1310 1626 /* Generic Error Status block */ 1311 /* Generic Error Status block */ 1627 1312 1628 struct acpi_hest_generic_status { 1313 struct acpi_hest_generic_status { 1629 u32 block_status; 1314 u32 block_status; 1630 u32 raw_data_offset; 1315 u32 raw_data_offset; 1631 u32 raw_data_length; 1316 u32 raw_data_length; 1632 u32 data_length; 1317 u32 data_length; 1633 u32 error_severity; 1318 u32 error_severity; 1634 }; 1319 }; 1635 1320 1636 /* Values for block_status flags above */ 1321 /* Values for block_status flags above */ 1637 1322 1638 #define ACPI_HEST_UNCORRECTABLE ( 1323 #define ACPI_HEST_UNCORRECTABLE (1) 1639 #define ACPI_HEST_CORRECTABLE ( 1324 #define ACPI_HEST_CORRECTABLE (1<<1) 1640 #define ACPI_HEST_MULTIPLE_UNCORRECTABLE ( 1325 #define ACPI_HEST_MULTIPLE_UNCORRECTABLE (1<<2) 1641 #define ACPI_HEST_MULTIPLE_CORRECTABLE ( 1326 #define ACPI_HEST_MULTIPLE_CORRECTABLE (1<<3) 1642 #define ACPI_HEST_ERROR_ENTRY_COUNT ( 1327 #define ACPI_HEST_ERROR_ENTRY_COUNT (0xFF<<4) /* 8 bits, error count */ 1643 1328 1644 /* Generic Error Data entry */ 1329 /* Generic Error Data entry */ 1645 1330 1646 struct acpi_hest_generic_data { 1331 struct acpi_hest_generic_data { 1647 u8 section_type[16]; 1332 u8 section_type[16]; 1648 u32 error_severity; 1333 u32 error_severity; 1649 u16 revision; 1334 u16 revision; 1650 u8 validation_bits; 1335 u8 validation_bits; 1651 u8 flags; 1336 u8 flags; 1652 u32 error_data_length; 1337 u32 error_data_length; 1653 u8 fru_id[16]; 1338 u8 fru_id[16]; 1654 u8 fru_text[20]; 1339 u8 fru_text[20]; 1655 }; 1340 }; 1656 1341 1657 /* Extension for revision 0x0300 */ 1342 /* Extension for revision 0x0300 */ 1658 1343 1659 struct acpi_hest_generic_data_v300 { 1344 struct acpi_hest_generic_data_v300 { 1660 u8 section_type[16]; 1345 u8 section_type[16]; 1661 u32 error_severity; 1346 u32 error_severity; 1662 u16 revision; 1347 u16 revision; 1663 u8 validation_bits; 1348 u8 validation_bits; 1664 u8 flags; 1349 u8 flags; 1665 u32 error_data_length; 1350 u32 error_data_length; 1666 u8 fru_id[16]; 1351 u8 fru_id[16]; 1667 u8 fru_text[20]; 1352 u8 fru_text[20]; 1668 u64 time_stamp; 1353 u64 time_stamp; 1669 }; 1354 }; 1670 1355 1671 /* Values for error_severity above */ 1356 /* Values for error_severity above */ 1672 1357 1673 #define ACPI_HEST_GEN_ERROR_RECOVERABLE 0 1358 #define ACPI_HEST_GEN_ERROR_RECOVERABLE 0 1674 #define ACPI_HEST_GEN_ERROR_FATAL 1 1359 #define ACPI_HEST_GEN_ERROR_FATAL 1 1675 #define ACPI_HEST_GEN_ERROR_CORRECTED 2 1360 #define ACPI_HEST_GEN_ERROR_CORRECTED 2 1676 #define ACPI_HEST_GEN_ERROR_NONE 3 1361 #define ACPI_HEST_GEN_ERROR_NONE 3 1677 1362 1678 /* Flags for validation_bits above */ 1363 /* Flags for validation_bits above */ 1679 1364 1680 #define ACPI_HEST_GEN_VALID_FRU_ID ( 1365 #define ACPI_HEST_GEN_VALID_FRU_ID (1) 1681 #define ACPI_HEST_GEN_VALID_FRU_STRING ( 1366 #define ACPI_HEST_GEN_VALID_FRU_STRING (1<<1) 1682 #define ACPI_HEST_GEN_VALID_TIMESTAMP ( 1367 #define ACPI_HEST_GEN_VALID_TIMESTAMP (1<<2) 1683 1368 1684 /* 11: IA32 Deferred Machine Check Exception 1369 /* 11: IA32 Deferred Machine Check Exception (ACPI 6.2) */ 1685 1370 1686 struct acpi_hest_ia_deferred_check { 1371 struct acpi_hest_ia_deferred_check { 1687 struct acpi_hest_header header; 1372 struct acpi_hest_header header; 1688 u16 reserved1; 1373 u16 reserved1; 1689 u8 flags; /* See flags 1374 u8 flags; /* See flags ACPI_HEST_GLOBAL, etc. above */ 1690 u8 enabled; 1375 u8 enabled; 1691 u32 records_to_preallocate; 1376 u32 records_to_preallocate; 1692 u32 max_sections_per_record; 1377 u32 max_sections_per_record; 1693 struct acpi_hest_notify notify; 1378 struct acpi_hest_notify notify; 1694 u8 num_hardware_banks; 1379 u8 num_hardware_banks; 1695 u8 reserved2[3]; 1380 u8 reserved2[3]; 1696 }; 1381 }; 1697 1382 1698 /******************************************** 1383 /******************************************************************************* 1699 * 1384 * 1700 * HMAT - Heterogeneous Memory Attributes Tab 1385 * HMAT - Heterogeneous Memory Attributes Table (ACPI 6.2) 1701 * Version 1 1386 * Version 1 1702 * 1387 * 1703 ******************************************** 1388 ******************************************************************************/ 1704 1389 1705 struct acpi_table_hmat { 1390 struct acpi_table_hmat { 1706 struct acpi_table_header header; 1391 struct acpi_table_header header; /* Common ACPI table header */ 1707 u32 reserved; 1392 u32 reserved; 1708 }; 1393 }; 1709 1394 1710 /* Values for HMAT structure types */ 1395 /* Values for HMAT structure types */ 1711 1396 1712 enum acpi_hmat_type { 1397 enum acpi_hmat_type { 1713 ACPI_HMAT_TYPE_PROXIMITY = 0, /* Me 1398 ACPI_HMAT_TYPE_PROXIMITY = 0, /* Memory proximity domain attributes */ 1714 ACPI_HMAT_TYPE_LOCALITY = 1, /* Sy 1399 ACPI_HMAT_TYPE_LOCALITY = 1, /* System locality latency and bandwidth information */ 1715 ACPI_HMAT_TYPE_CACHE = 2, /* Me 1400 ACPI_HMAT_TYPE_CACHE = 2, /* Memory side cache information */ 1716 ACPI_HMAT_TYPE_RESERVED = 3 /* 3 1401 ACPI_HMAT_TYPE_RESERVED = 3 /* 3 and greater are reserved */ 1717 }; 1402 }; 1718 1403 1719 struct acpi_hmat_structure { 1404 struct acpi_hmat_structure { 1720 u16 type; 1405 u16 type; 1721 u16 reserved; 1406 u16 reserved; 1722 u32 length; 1407 u32 length; 1723 }; 1408 }; 1724 1409 1725 /* 1410 /* 1726 * HMAT Structures, correspond to Type in str 1411 * HMAT Structures, correspond to Type in struct acpi_hmat_structure 1727 */ 1412 */ 1728 1413 1729 /* 0: Memory proximity domain attributes */ 1414 /* 0: Memory proximity domain attributes */ 1730 1415 1731 struct acpi_hmat_proximity_domain { 1416 struct acpi_hmat_proximity_domain { 1732 struct acpi_hmat_structure header; 1417 struct acpi_hmat_structure header; 1733 u16 flags; 1418 u16 flags; 1734 u16 reserved1; 1419 u16 reserved1; 1735 u32 processor_PD; /* Processor 1420 u32 processor_PD; /* Processor proximity domain */ 1736 u32 memory_PD; /* Memory pro 1421 u32 memory_PD; /* Memory proximity domain */ 1737 u32 reserved2; 1422 u32 reserved2; 1738 u64 reserved3; 1423 u64 reserved3; 1739 u64 reserved4; 1424 u64 reserved4; 1740 }; 1425 }; 1741 1426 1742 /* Masks for Flags field above */ 1427 /* Masks for Flags field above */ 1743 1428 1744 #define ACPI_HMAT_PROCESSOR_PD_VALID (1) 1429 #define ACPI_HMAT_PROCESSOR_PD_VALID (1) /* 1: processor_PD field is valid */ 1745 #define ACPI_HMAT_MEMORY_PD_VALID (1<<1 1430 #define ACPI_HMAT_MEMORY_PD_VALID (1<<1) /* 1: memory_PD field is valid */ 1746 #define ACPI_HMAT_RESERVATION_HINT (1<<2 1431 #define ACPI_HMAT_RESERVATION_HINT (1<<2) /* 1: Reservation hint */ 1747 1432 1748 /* 1: System locality latency and bandwidth i 1433 /* 1: System locality latency and bandwidth information */ 1749 1434 1750 struct acpi_hmat_locality { 1435 struct acpi_hmat_locality { 1751 struct acpi_hmat_structure header; 1436 struct acpi_hmat_structure header; 1752 u8 flags; 1437 u8 flags; 1753 u8 data_type; 1438 u8 data_type; 1754 u8 min_transfer_size; !! 1439 u16 reserved1; 1755 u8 reserved1; << 1756 u32 number_of_initiator_Pds; 1440 u32 number_of_initiator_Pds; 1757 u32 number_of_target_Pds; 1441 u32 number_of_target_Pds; 1758 u32 reserved2; 1442 u32 reserved2; 1759 u64 entry_base_unit; 1443 u64 entry_base_unit; 1760 }; 1444 }; 1761 1445 1762 /* Masks for Flags field above */ 1446 /* Masks for Flags field above */ 1763 1447 1764 #define ACPI_HMAT_MEMORY_HIERARCHY (0x0F) !! 1448 #define ACPI_HMAT_MEMORY_HIERARCHY (0x0F) 1765 1449 1766 /* Values for Memory Hierarchy flags */ !! 1450 /* Values for Memory Hierarchy flag */ 1767 1451 1768 #define ACPI_HMAT_MEMORY 0 1452 #define ACPI_HMAT_MEMORY 0 1769 #define ACPI_HMAT_LAST_LEVEL_CACHE 1 1453 #define ACPI_HMAT_LAST_LEVEL_CACHE 1 1770 #define ACPI_HMAT_1ST_LEVEL_CACHE 2 1454 #define ACPI_HMAT_1ST_LEVEL_CACHE 2 1771 #define ACPI_HMAT_2ND_LEVEL_CACHE 3 1455 #define ACPI_HMAT_2ND_LEVEL_CACHE 3 1772 #define ACPI_HMAT_3RD_LEVEL_CACHE 4 1456 #define ACPI_HMAT_3RD_LEVEL_CACHE 4 1773 #define ACPI_HMAT_MINIMUM_XFER_SIZE 0x10 << 1774 #define ACPI_HMAT_NON_SEQUENTIAL_XFERS 0x20 << 1775 << 1776 1457 1777 /* Values for data_type field above */ 1458 /* Values for data_type field above */ 1778 1459 1779 #define ACPI_HMAT_ACCESS_LATENCY 0 1460 #define ACPI_HMAT_ACCESS_LATENCY 0 1780 #define ACPI_HMAT_READ_LATENCY 1 1461 #define ACPI_HMAT_READ_LATENCY 1 1781 #define ACPI_HMAT_WRITE_LATENCY 2 1462 #define ACPI_HMAT_WRITE_LATENCY 2 1782 #define ACPI_HMAT_ACCESS_BANDWIDTH 3 1463 #define ACPI_HMAT_ACCESS_BANDWIDTH 3 1783 #define ACPI_HMAT_READ_BANDWIDTH 4 1464 #define ACPI_HMAT_READ_BANDWIDTH 4 1784 #define ACPI_HMAT_WRITE_BANDWIDTH 5 1465 #define ACPI_HMAT_WRITE_BANDWIDTH 5 1785 1466 1786 /* 2: Memory side cache information */ 1467 /* 2: Memory side cache information */ 1787 1468 1788 struct acpi_hmat_cache { 1469 struct acpi_hmat_cache { 1789 struct acpi_hmat_structure header; 1470 struct acpi_hmat_structure header; 1790 u32 memory_PD; 1471 u32 memory_PD; 1791 u32 reserved1; 1472 u32 reserved1; 1792 u64 cache_size; 1473 u64 cache_size; 1793 u32 cache_attributes; 1474 u32 cache_attributes; 1794 u16 reserved2; 1475 u16 reserved2; 1795 u16 number_of_SMBIOShandles; 1476 u16 number_of_SMBIOShandles; 1796 }; 1477 }; 1797 1478 1798 /* Masks for cache_attributes field above */ 1479 /* Masks for cache_attributes field above */ 1799 1480 1800 #define ACPI_HMAT_TOTAL_CACHE_LEVEL (0x00 1481 #define ACPI_HMAT_TOTAL_CACHE_LEVEL (0x0000000F) 1801 #define ACPI_HMAT_CACHE_LEVEL (0x00 1482 #define ACPI_HMAT_CACHE_LEVEL (0x000000F0) 1802 #define ACPI_HMAT_CACHE_ASSOCIATIVITY (0x00 1483 #define ACPI_HMAT_CACHE_ASSOCIATIVITY (0x00000F00) 1803 #define ACPI_HMAT_WRITE_POLICY (0x00 1484 #define ACPI_HMAT_WRITE_POLICY (0x0000F000) 1804 #define ACPI_HMAT_CACHE_LINE_SIZE (0xFF 1485 #define ACPI_HMAT_CACHE_LINE_SIZE (0xFFFF0000) 1805 1486 1806 /* Values for cache associativity flag */ 1487 /* Values for cache associativity flag */ 1807 1488 1808 #define ACPI_HMAT_CA_NONE 1489 #define ACPI_HMAT_CA_NONE (0) 1809 #define ACPI_HMAT_CA_DIRECT_MAPPED 1490 #define ACPI_HMAT_CA_DIRECT_MAPPED (1) 1810 #define ACPI_HMAT_CA_COMPLEX_CACHE_INDEXING 1491 #define ACPI_HMAT_CA_COMPLEX_CACHE_INDEXING (2) 1811 1492 1812 /* Values for write policy flag */ 1493 /* Values for write policy flag */ 1813 1494 1814 #define ACPI_HMAT_CP_NONE (0) 1495 #define ACPI_HMAT_CP_NONE (0) 1815 #define ACPI_HMAT_CP_WB (1) 1496 #define ACPI_HMAT_CP_WB (1) 1816 #define ACPI_HMAT_CP_WT (2) 1497 #define ACPI_HMAT_CP_WT (2) 1817 1498 1818 /******************************************** 1499 /******************************************************************************* 1819 * 1500 * 1820 * HPET - High Precision Event Timer table 1501 * HPET - High Precision Event Timer table 1821 * Version 1 1502 * Version 1 1822 * 1503 * 1823 * Conforms to "IA-PC HPET (High Precision Ev 1504 * Conforms to "IA-PC HPET (High Precision Event Timers) Specification", 1824 * Version 1.0a, October 2004 1505 * Version 1.0a, October 2004 1825 * 1506 * 1826 ******************************************** 1507 ******************************************************************************/ 1827 1508 1828 struct acpi_table_hpet { 1509 struct acpi_table_hpet { 1829 struct acpi_table_header header; 1510 struct acpi_table_header header; /* Common ACPI table header */ 1830 u32 id; /* Hardware I 1511 u32 id; /* Hardware ID of event timer block */ 1831 struct acpi_generic_address address; 1512 struct acpi_generic_address address; /* Address of event timer block */ 1832 u8 sequence; /* HPET seque 1513 u8 sequence; /* HPET sequence number */ 1833 u16 minimum_tick; /* Main count 1514 u16 minimum_tick; /* Main counter min tick, periodic mode */ 1834 u8 flags; 1515 u8 flags; 1835 }; 1516 }; 1836 1517 1837 /* Masks for Flags field above */ 1518 /* Masks for Flags field above */ 1838 1519 1839 #define ACPI_HPET_PAGE_PROTECT_MASK (3) 1520 #define ACPI_HPET_PAGE_PROTECT_MASK (3) 1840 1521 1841 /* Values for Page Protect flags */ 1522 /* Values for Page Protect flags */ 1842 1523 1843 enum acpi_hpet_page_protect { 1524 enum acpi_hpet_page_protect { 1844 ACPI_HPET_NO_PAGE_PROTECT = 0, 1525 ACPI_HPET_NO_PAGE_PROTECT = 0, 1845 ACPI_HPET_PAGE_PROTECT4 = 1, 1526 ACPI_HPET_PAGE_PROTECT4 = 1, 1846 ACPI_HPET_PAGE_PROTECT64 = 2 1527 ACPI_HPET_PAGE_PROTECT64 = 2 1847 }; 1528 }; 1848 1529 1849 /******************************************** 1530 /******************************************************************************* 1850 * 1531 * 1851 * IBFT - Boot Firmware Table 1532 * IBFT - Boot Firmware Table 1852 * Version 1 1533 * Version 1 1853 * 1534 * 1854 * Conforms to "iSCSI Boot Firmware Table (iB 1535 * Conforms to "iSCSI Boot Firmware Table (iBFT) as Defined in ACPI 3.0b 1855 * Specification", Version 1.01, March 1, 200 1536 * Specification", Version 1.01, March 1, 2007 1856 * 1537 * 1857 * Note: It appears that this table is not in 1538 * Note: It appears that this table is not intended to appear in the RSDT/XSDT. 1858 * Therefore, it is not currently supported b 1539 * Therefore, it is not currently supported by the disassembler. 1859 * 1540 * 1860 ******************************************** 1541 ******************************************************************************/ 1861 1542 1862 struct acpi_table_ibft { 1543 struct acpi_table_ibft { 1863 struct acpi_table_header header; 1544 struct acpi_table_header header; /* Common ACPI table header */ 1864 u8 reserved[12]; 1545 u8 reserved[12]; 1865 }; 1546 }; 1866 1547 1867 /* IBFT common subtable header */ 1548 /* IBFT common subtable header */ 1868 1549 1869 struct acpi_ibft_header { 1550 struct acpi_ibft_header { 1870 u8 type; 1551 u8 type; 1871 u8 version; 1552 u8 version; 1872 u16 length; 1553 u16 length; 1873 u8 index; 1554 u8 index; 1874 u8 flags; 1555 u8 flags; 1875 }; 1556 }; 1876 1557 1877 /* Values for Type field above */ 1558 /* Values for Type field above */ 1878 1559 1879 enum acpi_ibft_type { 1560 enum acpi_ibft_type { 1880 ACPI_IBFT_TYPE_NOT_USED = 0, 1561 ACPI_IBFT_TYPE_NOT_USED = 0, 1881 ACPI_IBFT_TYPE_CONTROL = 1, 1562 ACPI_IBFT_TYPE_CONTROL = 1, 1882 ACPI_IBFT_TYPE_INITIATOR = 2, 1563 ACPI_IBFT_TYPE_INITIATOR = 2, 1883 ACPI_IBFT_TYPE_NIC = 3, 1564 ACPI_IBFT_TYPE_NIC = 3, 1884 ACPI_IBFT_TYPE_TARGET = 4, 1565 ACPI_IBFT_TYPE_TARGET = 4, 1885 ACPI_IBFT_TYPE_EXTENSIONS = 5, 1566 ACPI_IBFT_TYPE_EXTENSIONS = 5, 1886 ACPI_IBFT_TYPE_RESERVED = 6 /* 6 1567 ACPI_IBFT_TYPE_RESERVED = 6 /* 6 and greater are reserved */ 1887 }; 1568 }; 1888 1569 1889 /* IBFT subtables */ 1570 /* IBFT subtables */ 1890 1571 1891 struct acpi_ibft_control { 1572 struct acpi_ibft_control { 1892 struct acpi_ibft_header header; 1573 struct acpi_ibft_header header; 1893 u16 extensions; 1574 u16 extensions; 1894 u16 initiator_offset; 1575 u16 initiator_offset; 1895 u16 nic0_offset; 1576 u16 nic0_offset; 1896 u16 target0_offset; 1577 u16 target0_offset; 1897 u16 nic1_offset; 1578 u16 nic1_offset; 1898 u16 target1_offset; 1579 u16 target1_offset; 1899 }; 1580 }; 1900 1581 1901 struct acpi_ibft_initiator { 1582 struct acpi_ibft_initiator { 1902 struct acpi_ibft_header header; 1583 struct acpi_ibft_header header; 1903 u8 sns_server[16]; 1584 u8 sns_server[16]; 1904 u8 slp_server[16]; 1585 u8 slp_server[16]; 1905 u8 primary_server[16]; 1586 u8 primary_server[16]; 1906 u8 secondary_server[16]; 1587 u8 secondary_server[16]; 1907 u16 name_length; 1588 u16 name_length; 1908 u16 name_offset; 1589 u16 name_offset; 1909 }; 1590 }; 1910 1591 1911 struct acpi_ibft_nic { 1592 struct acpi_ibft_nic { 1912 struct acpi_ibft_header header; 1593 struct acpi_ibft_header header; 1913 u8 ip_address[16]; 1594 u8 ip_address[16]; 1914 u8 subnet_mask_prefix; 1595 u8 subnet_mask_prefix; 1915 u8 origin; 1596 u8 origin; 1916 u8 gateway[16]; 1597 u8 gateway[16]; 1917 u8 primary_dns[16]; 1598 u8 primary_dns[16]; 1918 u8 secondary_dns[16]; 1599 u8 secondary_dns[16]; 1919 u8 dhcp[16]; 1600 u8 dhcp[16]; 1920 u16 vlan; 1601 u16 vlan; 1921 u8 mac_address[6]; 1602 u8 mac_address[6]; 1922 u16 pci_address; 1603 u16 pci_address; 1923 u16 name_length; 1604 u16 name_length; 1924 u16 name_offset; 1605 u16 name_offset; 1925 }; 1606 }; 1926 1607 1927 struct acpi_ibft_target { 1608 struct acpi_ibft_target { 1928 struct acpi_ibft_header header; 1609 struct acpi_ibft_header header; 1929 u8 target_ip_address[16]; 1610 u8 target_ip_address[16]; 1930 u16 target_ip_socket; 1611 u16 target_ip_socket; 1931 u8 target_boot_lun[8]; 1612 u8 target_boot_lun[8]; 1932 u8 chap_type; 1613 u8 chap_type; 1933 u8 nic_association; 1614 u8 nic_association; 1934 u16 target_name_length; 1615 u16 target_name_length; 1935 u16 target_name_offset; 1616 u16 target_name_offset; 1936 u16 chap_name_length; 1617 u16 chap_name_length; 1937 u16 chap_name_offset; 1618 u16 chap_name_offset; 1938 u16 chap_secret_length; 1619 u16 chap_secret_length; 1939 u16 chap_secret_offset; 1620 u16 chap_secret_offset; 1940 u16 reverse_chap_name_length; 1621 u16 reverse_chap_name_length; 1941 u16 reverse_chap_name_offset; 1622 u16 reverse_chap_name_offset; 1942 u16 reverse_chap_secret_length; 1623 u16 reverse_chap_secret_length; 1943 u16 reverse_chap_secret_offset; 1624 u16 reverse_chap_secret_offset; 1944 }; 1625 }; 1945 1626 1946 /* Reset to default packing */ 1627 /* Reset to default packing */ 1947 1628 1948 #pragma pack() 1629 #pragma pack() 1949 1630 1950 #endif /* __ACTBL1_H 1631 #endif /* __ACTBL1_H__ */ 1951 1632
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.