1 /******************************************************************************
3 * Name: actbl2.h - ACPI Specification Revision 2.0 Tables
5 *****************************************************************************/
7 /******************************************************************************
11 * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
12 * All rights reserved.
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
25 * make derivatives, distribute, use and display any portion of the Covered
26 * Code in any form, with the right to sublicense such rights; and
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 * license (with the right to sublicense), under only those claims of Intel
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
32 * solely to the minimum extent necessary to exercise the above copyright
33 * license, and in no event shall the patent license extend to any additions
34 * to or modifications of the Original Intel Code. No other license or right
35 * is granted directly or by implication, estoppel or otherwise;
37 * The above copyright and patent license is granted only if the following
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
45 * the above Copyright Notice, the above License, this list of Conditions,
46 * and the following Disclaimer and Export Compliance provision. In addition,
47 * Licensee must cause all Covered Code to which Licensee contributes to
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
50 * documentation of any changes made by any predecessor Licensee. Licensee
51 * must include a prominent statement that the modification is derived,
52 * directly or indirectly, from Original Intel Code.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
59 * addition, Licensee may not authorize further sublicense of source of any
60 * portion of the Covered Code, and must include terms to the effect that the
61 * license from Licensee to its licensee is limited to the intellectual
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 * substantial portion of the Covered Code or modification must reproduce the
68 * above Copyright Notice, and the following Disclaimer and Export Compliance
69 * provision in the documentation and/or other materials provided with the
72 * 3.4. Intel retains all right, title, and interest in and to the Original
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
78 * without prior written authorization from Intel.
80 * 4. Disclaimer and Export Compliance
82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 * software or system incorporating such software without first obtaining any
101 * required license or other approval from the U. S. Department of Commerce or
102 * any other agency or department of the United States Government. In the
103 * event Licensee exports any such software from the United States or
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 * any of its subsidiaries will export/re-export any technical data, process,
109 * software, or service, directly or indirectly, to any country for which the
110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
114 *****************************************************************************/
120 /*******************************************************************************
122 * Additional ACPI Tables (2)
124 * These tables are not consumed directly by the ACPICA subsystem, but are
125 * included here to support device drivers and the AML disassembler.
127 * The tables in this file are defined by third-party specifications, and are
128 * not defined directly by the ACPI specification itself.
130 ******************************************************************************/
134 * Values for description table header signatures for tables defined in this
135 * file. Useful because they make it more difficult to inadvertently type in
136 * the wrong signature.
138 #define ACPI_SIG_ASF "ASF!" /* Alert Standard Format table */
139 #define ACPI_SIG_BOOT "BOOT" /* Simple Boot Flag Table */
140 #define ACPI_SIG_DBGP "DBGP" /* Debug Port table */
141 #define ACPI_SIG_DMAR "DMAR" /* DMA Remapping table */
142 #define ACPI_SIG_HPET "HPET" /* High Precision Event Timer table */
143 #define ACPI_SIG_IBFT "IBFT" /* iSCSI Boot Firmware Table */
144 #define ACPI_SIG_IVRS "IVRS" /* I/O Virtualization Reporting Structure */
145 #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */
146 #define ACPI_SIG_SLIC "SLIC" /* Software Licensing Description Table */
147 #define ACPI_SIG_SPCR "SPCR" /* Serial Port Console Redirection table */
148 #define ACPI_SIG_SPMI "SPMI" /* Server Platform Management Interface table */
149 #define ACPI_SIG_TCPA "TCPA" /* Trusted Computing Platform Alliance table */
150 #define ACPI_SIG_UEFI "UEFI" /* Uefi Boot Optimization Table */
151 #define ACPI_SIG_WAET "WAET" /* Windows ACPI Emulated devices Table */
152 #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
153 #define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */
157 * All tables must be byte-packed to match the ACPI specification, since
158 * the tables are provided by the system BIOS.
163 * Note about bitfields: The UINT8 type is used for bitfields in ACPI tables.
164 * This is the only type that is even remotely portable. Anything else is not
165 * portable, so do not use any other bitfield types.
169 /*******************************************************************************
171 * ASF - Alert Standard Format table (Signature "ASF!")
174 * Conforms to the Alert Standard Format Specification V2.0, 23 April 2003
176 ******************************************************************************/
178 typedef struct acpi_table_asf
180 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
185 /* ASF subtable header */
187 typedef struct acpi_asf_header
196 /* Values for Type field above */
200 ACPI_ASF_TYPE_INFO
= 0,
201 ACPI_ASF_TYPE_ALERT
= 1,
202 ACPI_ASF_TYPE_CONTROL
= 2,
203 ACPI_ASF_TYPE_BOOT
= 3,
204 ACPI_ASF_TYPE_ADDRESS
= 4,
205 ACPI_ASF_TYPE_RESERVED
= 5
212 /* 0: ASF Information */
214 typedef struct acpi_asf_info
216 ACPI_ASF_HEADER Header
;
218 UINT8 MinPollInterval
;
226 /* Masks for Flags field above */
228 #define ACPI_ASF_SMBUS_PROTOCOLS (1)
233 typedef struct acpi_asf_alert
235 ACPI_ASF_HEADER Header
;
243 typedef struct acpi_asf_alert_data
258 } ACPI_ASF_ALERT_DATA
;
261 /* 2: ASF Remote Control */
263 typedef struct acpi_asf_remote
265 ACPI_ASF_HEADER Header
;
272 typedef struct acpi_asf_control_data
279 } ACPI_ASF_CONTROL_DATA
;
282 /* 3: ASF RMCP Boot Options */
284 typedef struct acpi_asf_rmcp
286 ACPI_ASF_HEADER Header
;
287 UINT8 Capabilities
[7];
288 UINT8 CompletionCode
;
293 UINT16 OemParameters
;
300 typedef struct acpi_asf_address
302 ACPI_ASF_HEADER Header
;
309 /*******************************************************************************
311 * BOOT - Simple Boot Flag Table
314 * Conforms to the "Simple Boot Flag Specification", Version 2.1
316 ******************************************************************************/
318 typedef struct acpi_table_boot
320 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
321 UINT8 CmosIndex
; /* Index in CMOS RAM for the boot register */
327 /*******************************************************************************
329 * DBGP - Debug Port table
332 * Conforms to the "Debug Port Specification", Version 1.00, 2/9/2000
334 ******************************************************************************/
336 typedef struct acpi_table_dbgp
338 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
339 UINT8 Type
; /* 0=full 16550, 1=subset of 16550 */
341 ACPI_GENERIC_ADDRESS DebugPort
;
346 /*******************************************************************************
348 * DMAR - DMA Remapping table
351 * Conforms to "Intel Virtualization Technology for Directed I/O",
352 * Version 1.2, Sept. 2008
354 ******************************************************************************/
356 typedef struct acpi_table_dmar
358 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
359 UINT8 Width
; /* Host Address Width */
365 /* Masks for Flags field above */
367 #define ACPI_DMAR_INTR_REMAP (1)
370 /* DMAR subtable header */
372 typedef struct acpi_dmar_header
379 /* Values for subtable type in ACPI_DMAR_HEADER */
383 ACPI_DMAR_TYPE_HARDWARE_UNIT
= 0,
384 ACPI_DMAR_TYPE_RESERVED_MEMORY
= 1,
385 ACPI_DMAR_TYPE_ATSR
= 2,
386 ACPI_DMAR_HARDWARE_AFFINITY
= 3,
387 ACPI_DMAR_TYPE_RESERVED
= 4 /* 4 and greater are reserved */
391 /* DMAR Device Scope structure */
393 typedef struct acpi_dmar_device_scope
401 } ACPI_DMAR_DEVICE_SCOPE
;
403 /* Values for EntryType in ACPI_DMAR_DEVICE_SCOPE */
405 enum AcpiDmarScopeType
407 ACPI_DMAR_SCOPE_TYPE_NOT_USED
= 0,
408 ACPI_DMAR_SCOPE_TYPE_ENDPOINT
= 1,
409 ACPI_DMAR_SCOPE_TYPE_BRIDGE
= 2,
410 ACPI_DMAR_SCOPE_TYPE_IOAPIC
= 3,
411 ACPI_DMAR_SCOPE_TYPE_HPET
= 4,
412 ACPI_DMAR_SCOPE_TYPE_RESERVED
= 5 /* 5 and greater are reserved */
415 typedef struct acpi_dmar_pci_path
420 } ACPI_DMAR_PCI_PATH
;
424 * DMAR Sub-tables, correspond to Type in ACPI_DMAR_HEADER
427 /* 0: Hardware Unit Definition */
429 typedef struct acpi_dmar_hardware_unit
431 ACPI_DMAR_HEADER Header
;
435 UINT64 Address
; /* Register Base Address */
437 } ACPI_DMAR_HARDWARE_UNIT
;
439 /* Masks for Flags field above */
441 #define ACPI_DMAR_INCLUDE_ALL (1)
444 /* 1: Reserved Memory Defininition */
446 typedef struct acpi_dmar_reserved_memory
448 ACPI_DMAR_HEADER Header
;
451 UINT64 BaseAddress
; /* 4K aligned base address */
452 UINT64 EndAddress
; /* 4K aligned limit address */
454 } ACPI_DMAR_RESERVED_MEMORY
;
456 /* Masks for Flags field above */
458 #define ACPI_DMAR_ALLOW_ALL (1)
461 /* 2: Root Port ATS Capability Reporting Structure */
463 typedef struct acpi_dmar_atsr
465 ACPI_DMAR_HEADER Header
;
472 /* Masks for Flags field above */
474 #define ACPI_DMAR_ALL_PORTS (1)
477 /* 3: Remapping Hardware Static Affinity Structure */
479 typedef struct acpi_dmar_rhsa
481 ACPI_DMAR_HEADER Header
;
484 UINT32 ProximityDomain
;
489 /*******************************************************************************
491 * HPET - High Precision Event Timer table
494 * Conforms to "IA-PC HPET (High Precision Event Timers) Specification",
495 * Version 1.0a, October 2004
497 ******************************************************************************/
499 typedef struct acpi_table_hpet
501 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
502 UINT32 Id
; /* Hardware ID of event timer block */
503 ACPI_GENERIC_ADDRESS Address
; /* Address of event timer block */
504 UINT8 Sequence
; /* HPET sequence number */
505 UINT16 MinimumTick
; /* Main counter min tick, periodic mode */
510 /* Masks for Flags field above */
512 #define ACPI_HPET_PAGE_PROTECT_MASK (3)
514 /* Values for Page Protect flags */
516 enum AcpiHpetPageProtect
518 ACPI_HPET_NO_PAGE_PROTECT
= 0,
519 ACPI_HPET_PAGE_PROTECT4
= 1,
520 ACPI_HPET_PAGE_PROTECT64
= 2
524 /*******************************************************************************
526 * IBFT - Boot Firmware Table
529 * Conforms to "iSCSI Boot Firmware Table (iBFT) as Defined in ACPI 3.0b
530 * Specification", Version 1.01, March 1, 2007
532 * Note: It appears that this table is not intended to appear in the RSDT/XSDT.
533 * Therefore, it is not currently supported by the disassembler.
535 ******************************************************************************/
537 typedef struct acpi_table_ibft
539 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
545 /* IBFT common subtable header */
547 typedef struct acpi_ibft_header
557 /* Values for Type field above */
561 ACPI_IBFT_TYPE_NOT_USED
= 0,
562 ACPI_IBFT_TYPE_CONTROL
= 1,
563 ACPI_IBFT_TYPE_INITIATOR
= 2,
564 ACPI_IBFT_TYPE_NIC
= 3,
565 ACPI_IBFT_TYPE_TARGET
= 4,
566 ACPI_IBFT_TYPE_EXTENSIONS
= 5,
567 ACPI_IBFT_TYPE_RESERVED
= 6 /* 6 and greater are reserved */
573 typedef struct acpi_ibft_control
575 ACPI_IBFT_HEADER Header
;
577 UINT16 InitiatorOffset
;
579 UINT16 Target0Offset
;
581 UINT16 Target1Offset
;
585 typedef struct acpi_ibft_initiator
587 ACPI_IBFT_HEADER Header
;
590 UINT8 PrimaryServer
[16];
591 UINT8 SecondaryServer
[16];
595 } ACPI_IBFT_INITIATOR
;
597 typedef struct acpi_ibft_nic
599 ACPI_IBFT_HEADER Header
;
601 UINT8 SubnetMaskPrefix
;
604 UINT8 PrimaryDns
[16];
605 UINT8 SecondaryDns
[16];
615 typedef struct acpi_ibft_target
617 ACPI_IBFT_HEADER Header
;
618 UINT8 TargetIpAddress
[16];
619 UINT16 TargetIpSocket
;
620 UINT8 TargetBootLun
[8];
622 UINT8 NicAssociation
;
623 UINT16 TargetNameLength
;
624 UINT16 TargetNameOffset
;
625 UINT16 ChapNameLength
;
626 UINT16 ChapNameOffset
;
627 UINT16 ChapSecretLength
;
628 UINT16 ChapSecretOffset
;
629 UINT16 ReverseChapNameLength
;
630 UINT16 ReverseChapNameOffset
;
631 UINT16 ReverseChapSecretLength
;
632 UINT16 ReverseChapSecretOffset
;
637 /*******************************************************************************
639 * IVRS - I/O Virtualization Reporting Structure
642 * Conforms to "AMD I/O Virtualization Technology (IOMMU) Specification",
643 * Revision 1.26, February 2009.
645 ******************************************************************************/
647 typedef struct acpi_table_ivrs
649 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
650 UINT32 Info
; /* Common virtualization info */
655 /* Values for Info field above */
657 #define ACPI_IVRS_PHYSICAL_SIZE 0x00007F00 /* 7 bits, physical address size */
658 #define ACPI_IVRS_VIRTUAL_SIZE 0x003F8000 /* 7 bits, virtual address size */
659 #define ACPI_IVRS_ATS_RESERVED 0x00400000 /* ATS address translation range reserved */
662 /* IVRS subtable header */
664 typedef struct acpi_ivrs_header
666 UINT8 Type
; /* Subtable type */
668 UINT16 Length
; /* Subtable length */
669 UINT16 DeviceId
; /* ID of IOMMU */
673 /* Values for subtable Type above */
677 ACPI_IVRS_TYPE_HARDWARE
= 0x10,
678 ACPI_IVRS_TYPE_MEMORY1
= 0x20,
679 ACPI_IVRS_TYPE_MEMORY2
= 0x21,
680 ACPI_IVRS_TYPE_MEMORY3
= 0x22
683 /* Masks for Flags field above for IVHD subtable */
685 #define ACPI_IVHD_TT_ENABLE (1)
686 #define ACPI_IVHD_PASS_PW (1<<1)
687 #define ACPI_IVHD_RES_PASS_PW (1<<2)
688 #define ACPI_IVHD_ISOC (1<<3)
689 #define ACPI_IVHD_IOTLB (1<<4)
691 /* Masks for Flags field above for IVMD subtable */
693 #define ACPI_IVMD_UNITY (1)
694 #define ACPI_IVMD_READ (1<<1)
695 #define ACPI_IVMD_WRITE (1<<2)
696 #define ACPI_IVMD_EXCLUSION_RANGE (1<<3)
700 * IVRS subtables, correspond to Type in ACPI_IVRS_HEADER
703 /* 0x10: I/O Virtualization Hardware Definition Block (IVHD) */
705 typedef struct acpi_ivrs_hardware
707 ACPI_IVRS_HEADER Header
;
708 UINT16 CapabilityOffset
; /* Offset for IOMMU control fields */
709 UINT64 BaseAddress
; /* IOMMU control registers */
710 UINT16 PciSegmentGroup
;
711 UINT16 Info
; /* MSI number and unit ID */
714 } ACPI_IVRS_HARDWARE
;
716 /* Masks for Info field above */
718 #define ACPI_IVHD_MSI_NUMBER_MASK 0x001F /* 5 bits, MSI message number */
719 #define ACPI_IVHD_UNIT_ID_MASK 0x1F00 /* 5 bits, UnitID */
723 * Device Entries for IVHD subtable, appear after ACPI_IVRS_HARDWARE structure.
724 * Upper two bits of the Type field are the (encoded) length of the structure.
725 * Currently, only 4 and 8 byte entries are defined. 16 and 32 byte entries
726 * are reserved for future use but not defined.
728 typedef struct acpi_ivrs_de_header
734 } ACPI_IVRS_DE_HEADER
;
736 /* Length of device entry is in the top two bits of Type field above */
738 #define ACPI_IVHD_ENTRY_LENGTH 0xC0
740 /* Values for device entry Type field above */
742 enum AcpiIvrsDeviceEntryType
744 /* 4-byte device entries, all use ACPI_IVRS_DEVICE4 */
746 ACPI_IVRS_TYPE_PAD4
= 0,
747 ACPI_IVRS_TYPE_ALL
= 1,
748 ACPI_IVRS_TYPE_SELECT
= 2,
749 ACPI_IVRS_TYPE_START
= 3,
750 ACPI_IVRS_TYPE_END
= 4,
752 /* 8-byte device entries */
754 ACPI_IVRS_TYPE_PAD8
= 64,
755 ACPI_IVRS_TYPE_NOT_USED
= 65,
756 ACPI_IVRS_TYPE_ALIAS_SELECT
= 66, /* Uses ACPI_IVRS_DEVICE8A */
757 ACPI_IVRS_TYPE_ALIAS_START
= 67, /* Uses ACPI_IVRS_DEVICE8A */
758 ACPI_IVRS_TYPE_EXT_SELECT
= 70, /* Uses ACPI_IVRS_DEVICE8B */
759 ACPI_IVRS_TYPE_EXT_START
= 71, /* Uses ACPI_IVRS_DEVICE8B */
760 ACPI_IVRS_TYPE_SPECIAL
= 72 /* Uses ACPI_IVRS_DEVICE8C */
763 /* Values for Data field above */
765 #define ACPI_IVHD_INIT_PASS (1)
766 #define ACPI_IVHD_EINT_PASS (1<<1)
767 #define ACPI_IVHD_NMI_PASS (1<<2)
768 #define ACPI_IVHD_SYSTEM_MGMT (3<<4)
769 #define ACPI_IVHD_LINT0_PASS (1<<6)
770 #define ACPI_IVHD_LINT1_PASS (1<<7)
773 /* Types 0-4: 4-byte device entry */
775 typedef struct acpi_ivrs_device4
777 ACPI_IVRS_DE_HEADER Header
;
781 /* Types 66-67: 8-byte device entry */
783 typedef struct acpi_ivrs_device8a
785 ACPI_IVRS_DE_HEADER Header
;
790 } ACPI_IVRS_DEVICE8A
;
792 /* Types 70-71: 8-byte device entry */
794 typedef struct acpi_ivrs_device8b
796 ACPI_IVRS_DE_HEADER Header
;
799 } ACPI_IVRS_DEVICE8B
;
801 /* Values for ExtendedData above */
803 #define ACPI_IVHD_ATS_DISABLED (1<<31)
805 /* Type 72: 8-byte device entry */
807 typedef struct acpi_ivrs_device8c
809 ACPI_IVRS_DE_HEADER Header
;
814 } ACPI_IVRS_DEVICE8C
;
816 /* Values for Variety field above */
818 #define ACPI_IVHD_IOAPIC 1
819 #define ACPI_IVHD_HPET 2
822 /* 0x20, 0x21, 0x22: I/O Virtualization Memory Definition Block (IVMD) */
824 typedef struct acpi_ivrs_memory
826 ACPI_IVRS_HEADER Header
;
835 /*******************************************************************************
837 * MCFG - PCI Memory Mapped Configuration table and sub-table
840 * Conforms to "PCI Firmware Specification", Revision 3.0, June 20, 2005
842 ******************************************************************************/
844 typedef struct acpi_table_mcfg
846 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
854 typedef struct acpi_mcfg_allocation
856 UINT64 Address
; /* Base address, processor-relative */
857 UINT16 PciSegment
; /* PCI segment group number */
858 UINT8 StartBusNumber
; /* Starting PCI Bus number */
859 UINT8 EndBusNumber
; /* Final PCI Bus number */
862 } ACPI_MCFG_ALLOCATION
;
865 /*******************************************************************************
867 * SPCR - Serial Port Console Redirection table
870 * Conforms to "Serial Port Console Redirection Table",
871 * Version 1.00, January 11, 2002
873 ******************************************************************************/
875 typedef struct acpi_table_spcr
877 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
878 UINT8 InterfaceType
; /* 0=full 16550, 1=subset of 16550 */
880 ACPI_GENERIC_ADDRESS SerialPort
;
901 /* Masks for PciFlags field above */
903 #define ACPI_SPCR_DO_NOT_DISABLE (1)
906 /*******************************************************************************
908 * SPMI - Server Platform Management Interface table
911 * Conforms to "Intelligent Platform Management Interface Specification
912 * Second Generation v2.0", Document Revision 1.0, February 12, 2004 with
913 * June 12, 2009 markup.
915 ******************************************************************************/
917 typedef struct acpi_table_spmi
919 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
921 UINT8 Reserved
; /* Must be 1 */
922 UINT16 SpecRevision
; /* Version of IPMI */
924 UINT8 GpeNumber
; /* GPE assigned */
928 ACPI_GENERIC_ADDRESS IpmiRegister
;
937 /* Values for InterfaceType above */
939 enum AcpiSpmiInterfaceTypes
941 ACPI_SPMI_NOT_USED
= 0,
942 ACPI_SPMI_KEYBOARD
= 1,
944 ACPI_SPMI_BLOCK_TRANSFER
= 3,
946 ACPI_SPMI_RESERVED
= 5 /* 5 and above are reserved */
950 /*******************************************************************************
952 * TCPA - Trusted Computing Platform Alliance table
955 * Conforms to "TCG PC Specific Implementation Specification",
956 * Version 1.1, August 18, 2003
958 ******************************************************************************/
960 typedef struct acpi_table_tcpa
962 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
964 UINT32 MaxLogLength
; /* Maximum length for the event log area */
965 UINT64 LogAddress
; /* Address of the event log area */
970 /*******************************************************************************
972 * UEFI - UEFI Boot optimization Table
975 * Conforms to "Unified Extensible Firmware Interface Specification",
976 * Version 2.3, May 8, 2009
978 ******************************************************************************/
980 typedef struct acpi_table_uefi
982 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
983 UINT8 Identifier
[16]; /* UUID identifier */
984 UINT16 DataOffset
; /* Offset of remaining data in table */
989 /*******************************************************************************
991 * WAET - Windows ACPI Emulated devices Table
994 * Conforms to "Windows ACPI Emulated Devices Table", version 1.0, April 6, 2009
996 ******************************************************************************/
998 typedef struct acpi_table_waet
1000 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
1005 /* Masks for Flags field above */
1007 #define ACPI_WAET_RTC_NO_ACK (1) /* RTC requires no int acknowledge */
1008 #define ACPI_WAET_TIMER_ONE_READ (1<<1) /* PM timer requires only one read */
1011 /*******************************************************************************
1013 * WDAT - Watchdog Action Table
1016 * Conforms to "Hardware Watchdog Timers Design Specification",
1017 * Copyright 2006 Microsoft Corporation.
1019 ******************************************************************************/
1021 typedef struct acpi_table_wdat
1023 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
1024 UINT32 HeaderLength
; /* Watchdog Header Length */
1025 UINT16 PciSegment
; /* PCI Segment number */
1026 UINT8 PciBus
; /* PCI Bus number */
1027 UINT8 PciDevice
; /* PCI Device number */
1028 UINT8 PciFunction
; /* PCI Function number */
1030 UINT32 TimerPeriod
; /* Period of one timer count (msec) */
1031 UINT32 MaxCount
; /* Maximum counter value supported */
1032 UINT32 MinCount
; /* Minimum counter value */
1035 UINT32 Entries
; /* Number of watchdog entries that follow */
1039 /* Masks for Flags field above */
1041 #define ACPI_WDAT_ENABLED (1)
1042 #define ACPI_WDAT_STOPPED 0x80
1045 /* WDAT Instruction Entries (actions) */
1047 typedef struct acpi_wdat_entry
1052 ACPI_GENERIC_ADDRESS RegisterRegion
;
1053 UINT32 Value
; /* Value used with Read/Write register */
1054 UINT32 Mask
; /* Bitmask required for this register instruction */
1058 /* Values for Action field above */
1060 enum AcpiWdatActions
1062 ACPI_WDAT_RESET
= 1,
1063 ACPI_WDAT_GET_CURRENT_COUNTDOWN
= 4,
1064 ACPI_WDAT_GET_COUNTDOWN
= 5,
1065 ACPI_WDAT_SET_COUNTDOWN
= 6,
1066 ACPI_WDAT_GET_RUNNING_STATE
= 8,
1067 ACPI_WDAT_SET_RUNNING_STATE
= 9,
1068 ACPI_WDAT_GET_STOPPED_STATE
= 10,
1069 ACPI_WDAT_SET_STOPPED_STATE
= 11,
1070 ACPI_WDAT_GET_REBOOT
= 16,
1071 ACPI_WDAT_SET_REBOOT
= 17,
1072 ACPI_WDAT_GET_SHUTDOWN
= 18,
1073 ACPI_WDAT_SET_SHUTDOWN
= 19,
1074 ACPI_WDAT_GET_STATUS
= 32,
1075 ACPI_WDAT_SET_STATUS
= 33,
1076 ACPI_WDAT_ACTION_RESERVED
= 34 /* 34 and greater are reserved */
1079 /* Values for Instruction field above */
1081 enum AcpiWdatInstructions
1083 ACPI_WDAT_READ_VALUE
= 0,
1084 ACPI_WDAT_READ_COUNTDOWN
= 1,
1085 ACPI_WDAT_WRITE_VALUE
= 2,
1086 ACPI_WDAT_WRITE_COUNTDOWN
= 3,
1087 ACPI_WDAT_INSTRUCTION_RESERVED
= 4, /* 4 and greater are reserved */
1088 ACPI_WDAT_PRESERVE_REGISTER
= 0x80 /* Except for this value */
1092 /*******************************************************************************
1094 * WDRT - Watchdog Resource Table
1097 * Conforms to "Watchdog Timer Hardware Requirements for Windows Server 2003",
1098 * Version 1.01, August 28, 2006
1100 ******************************************************************************/
1102 typedef struct acpi_table_wdrt
1104 ACPI_TABLE_HEADER Header
; /* Common ACPI table header */
1105 ACPI_GENERIC_ADDRESS ControlRegister
;
1106 ACPI_GENERIC_ADDRESS CountRegister
;
1109 UINT8 PciBus
; /* PCI Bus number */
1110 UINT8 PciDevice
; /* PCI Device number */
1111 UINT8 PciFunction
; /* PCI Function number */
1112 UINT8 PciSegment
; /* PCI Segment number */
1113 UINT16 MaxCount
; /* Maximum counter value supported */
1119 /* Reset to default packing */
1123 #endif /* __ACTBL2_H__ */