feat(drtm): add ACPI table region size to the DLME header

The DRTM 1.0 spec defines an additional field in the DLME
header for an optional region in the DLME to hold ACPI tables.

Signed-off-by: Stuart Yoder <stuart.yoder@arm.com>
Change-Id: Idba7fa6bd0fb4ef2bdffc24f4588720e1661e58c
This commit is contained in:
Stuart Yoder 2024-01-10 14:10:45 -06:00
parent bc9064ae5c
commit 5dde96b024

View file

@ -95,6 +95,7 @@ struct __packed dlme_data_header_v1 {
uint64_t dlme_addr_map_size;
uint64_t dlme_tpm_log_size;
uint64_t dlme_tcb_hashes_table_size;
uint64_t dlme_acpi_tables_region_size;
uint64_t dlme_impdef_region_size;
} __aligned(__alignof(uint16_t /* First member's type, `uint16_t version'. */));