mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user