Skip to content

Commit 6496f03

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: iASL: Add support for the SVKL table
Includes the table compiler, the disassembler and the template generator. ACPICA commit 27a434379e3ecafea5340c0c384789ea2062c4fb Link: acpica/acpica@27a43437 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Kaneda <erik.kaneda@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent c160b7d commit 6496f03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

include/acpi/actbl2.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,6 +1923,8 @@ struct acpi_sdev_pcie_path {
19231923
/*******************************************************************************
19241924
*
19251925
* SVKL - Storage Volume Key Location Table (ACPI 6.4)
1926+
* From: "Guest-Host-Communication Interface (GHCI) for Intel
1927+
* Trust Domain Extensions (Intel TDX)".
19261928
* Version 1
19271929
*
19281930
******************************************************************************/
@@ -1932,7 +1934,7 @@ struct acpi_table_svkl {
19321934
u32 count;
19331935
};
19341936

1935-
struct acpi_svkl_header {
1937+
struct acpi_svkl_key {
19361938
u16 type;
19371939
u16 format;
19381940
u32 size;

0 commit comments

Comments
 (0)