mirror of https://github.com/acidanthera/audk.git
MdePkg: Remove DPPT table
Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516) Make changes to ACPI 6.4 header according to the latest specification: - ACPI 6.4 January 2021, Table 5.5 - Mantis ID 2133 (https://mantis.uefi.org/mantis/view.php?id=2133) Signed-off-by: Chris Jones <christopher.jones@arm.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
ced4cb7609
commit
c82d6dd4a3
|
@ -2843,11 +2843,6 @@ typedef struct {
|
|||
///
|
||||
#define EFI_ACPI_6_4_DMA_REMAPPING_TABLE_SIGNATURE SIGNATURE_32('D', 'M', 'A', 'R')
|
||||
|
||||
///
|
||||
/// "DPPT" DMA Protection Policy Table
|
||||
///
|
||||
#define EFI_ACPI_6_4_DMA_PROTECTION_POLICY_TABLE_SIGNATURE SIGNATURE_32('D', 'P', 'P', 'T')
|
||||
|
||||
///
|
||||
/// "DRTM" Dynamic Root of Trust for Measurement Table
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue