[BACK]Return to actbl2.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / bsd / acpica / dist / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/bsd/acpica/dist/include/actbl2.h between version 1.1.1.12 and 1.1.1.13

version 1.1.1.12, 2017/09/15 16:50:44 version 1.1.1.13, 2017/11/12 01:38:32
Line 940  typedef struct acpi_iort_smmu_v3
Line 940  typedef struct acpi_iort_smmu_v3
     UINT8                   Pxm;      UINT8                   Pxm;
     UINT8                   Reserved1;      UINT8                   Reserved1;
     UINT16                  Reserved2;      UINT16                  Reserved2;
       UINT32                  IdMappingIndex;
   
 } ACPI_IORT_SMMU_V3;  } ACPI_IORT_SMMU_V3;
   
Line 1442  enum AcpiSpmiInterfaceTypes
Line 1443  enum AcpiSpmiInterfaceTypes
  * TCPA - Trusted Computing Platform Alliance table   * TCPA - Trusted Computing Platform Alliance table
  *        Version 2   *        Version 2
  *   *
    * TCG Hardware Interface Table for TPM 1.2 Clients and Servers
    *
  * Conforms to "TCG ACPI Specification, Family 1.2 and 2.0",   * Conforms to "TCG ACPI Specification, Family 1.2 and 2.0",
  * Version 1.2, Revision 8   * Version 1.2, Revision 8
  * February 27, 2017   * February 27, 2017
Line 1514  typedef struct acpi_table_tcpa_server
Line 1517  typedef struct acpi_table_tcpa_server
  * TPM2 - Trusted Platform Module (TPM) 2.0 Hardware Interface Table   * TPM2 - Trusted Platform Module (TPM) 2.0 Hardware Interface Table
  *        Version 4   *        Version 4
  *   *
    * TCG Hardware Interface Table for TPM 2.0 Clients and Servers
    *
  * Conforms to "TCG ACPI Specification, Family 1.2 and 2.0",   * Conforms to "TCG ACPI Specification, Family 1.2 and 2.0",
  * Version 1.2, Revision 8   * Version 1.2, Revision 8
  * February 27, 2017   * February 27, 2017
Line 1535  typedef struct acpi_table_tpm2
Line 1540  typedef struct acpi_table_tpm2
 /* Values for StartMethod above */  /* Values for StartMethod above */
   
 #define ACPI_TPM2_NOT_ALLOWED                       0  #define ACPI_TPM2_NOT_ALLOWED                       0
   #define ACPI_TPM2_RESERVED1                         1
 #define ACPI_TPM2_START_METHOD                      2  #define ACPI_TPM2_START_METHOD                      2
   #define ACPI_TPM2_RESERVED3                         3
   #define ACPI_TPM2_RESERVED4                         4
   #define ACPI_TPM2_RESERVED5                         5
 #define ACPI_TPM2_MEMORY_MAPPED                     6  #define ACPI_TPM2_MEMORY_MAPPED                     6
 #define ACPI_TPM2_COMMAND_BUFFER                    7  #define ACPI_TPM2_COMMAND_BUFFER                    7
 #define ACPI_TPM2_COMMAND_BUFFER_WITH_START_METHOD  8  #define ACPI_TPM2_COMMAND_BUFFER_WITH_START_METHOD  8
   #define ACPI_TPM2_RESERVED9                         9
   #define ACPI_TPM2_RESERVED10                        10
 #define ACPI_TPM2_COMMAND_BUFFER_WITH_ARM_SMC       11  /* V1.2 Rev 8 */  #define ACPI_TPM2_COMMAND_BUFFER_WITH_ARM_SMC       11  /* V1.2 Rev 8 */
   #define ACPI_TPM2_RESERVED                          12
   
   
 /* Trailer appears after any StartMethod subtables */  /* Optional trailer appears after any StartMethod subtables */
   
 typedef struct acpi_tpm2_trailer  typedef struct acpi_tpm2_trailer
 {  {
       UINT8                   MethodParameters[12];
     UINT32                  MinimumLogLength;   /* Minimum length for the event log area */      UINT32                  MinimumLogLength;   /* Minimum length for the event log area */
     UINT64                  LogAddress;         /* Address of the event log area */      UINT64                  LogAddress;         /* Address of the event log area */
   

Legend:
Removed from v.1.1.1.12  
changed lines
  Added in v.1.1.1.13

CVSweb <webmaster@jp.NetBSD.org>