dm: acpi: add PSDS table in ACPI table

Expose a new ACPI table PSDS to UOS.
This PSDS table show the security capability of the VM.
Only enable this table in UOS when PSDS presented in SOS.

Tracked-On: #888
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Binbin Wu
2018-12-20 16:53:13 +08:00
committed by wenlingz
parent 90fd5d5894
commit 59e2de4805
2 changed files with 112 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
/* All dynamic table entry no. */
#define NHLT_ENTRY_NO 8
#define PSDS_ENTRY_NO 10
void acpi_table_enable(int num);
uint32_t get_acpi_base(void);