Skip to content

Commit 30c2a33

Browse files
mcamromrafaeljw
authored andcommitted
ACPICA: Define DTPR structure related info tables and data template
* DTPR Table Info * TPR Instance Table Info * TPR Array Table Info * TPR Serialize Request Table Info * DTPR Table Data Template Link: acpica/acpica@abadf1d34732 Signed-off-by: Michal Camacho Romero <michal.camacho.romero@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/3676546.iIbC2pHGDl@rafael.j.wysocki
1 parent c5ecbc6 commit 30c2a33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/acpi/actbl1.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ struct acpi_ibft_target {
19761976

19771977
/*******************************************************************************
19781978
*
1979-
* DTPR - DMA TPR Reporting
1979+
* DTPR - DMA TXT Protection Ranges Table
19801980
* Version 1
19811981
*
19821982
* Conforms to "Intel® Trusted Execution Technology (Intel® TXT) DMA Protection
@@ -1988,6 +1988,7 @@ struct acpi_ibft_target {
19881988
struct acpi_table_dtpr {
19891989
struct acpi_table_header header;
19901990
u32 flags; // 36
1991+
u32 ins_cnt;
19911992
};
19921993

19931994
struct acpi_tpr_array {

0 commit comments

Comments
 (0)