Commit 6496f03e authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: iASL: Add support for the SVKL table

Includes the table compiler, the disassembler and the template
generator.

ACPICA commit 27a434379e3ecafea5340c0c384789ea2062c4fb

Link: https://github.com/acpica/acpica/commit/27a43437Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Kaneda <erik.kaneda@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c160b7d2
...@@ -1923,6 +1923,8 @@ struct acpi_sdev_pcie_path { ...@@ -1923,6 +1923,8 @@ struct acpi_sdev_pcie_path {
/******************************************************************************* /*******************************************************************************
* *
* SVKL - Storage Volume Key Location Table (ACPI 6.4) * SVKL - Storage Volume Key Location Table (ACPI 6.4)
* From: "Guest-Host-Communication Interface (GHCI) for Intel
* Trust Domain Extensions (Intel TDX)".
* Version 1 * Version 1
* *
******************************************************************************/ ******************************************************************************/
...@@ -1932,7 +1934,7 @@ struct acpi_table_svkl { ...@@ -1932,7 +1934,7 @@ struct acpi_table_svkl {
u32 count; u32 count;
}; };
struct acpi_svkl_header { struct acpi_svkl_key {
u16 type; u16 type;
u16 format; u16 format;
u32 size; u32 size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment