From: Bob Moore Date: Tue, 6 Apr 2021 21:30:25 +0000 (-0700) Subject: ACPICA: iASL: Decode subtable type field for VIOT X-Git-Tag: accepted/tizen/unified/20230118.172025~7398^2~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f73b8619aa39580f5f1bcb0b3816a98a17c5e8c2;p=platform%2Fkernel%2Flinux-rpi.git ACPICA: iASL: Decode subtable type field for VIOT For the table disassembler, decode the subtable type field to a descriptive string. ACPICA commit 2197e354fb5dcafaddd2016ffeb0620e5bc3d5e2 Link: https://github.com/acpica/acpica/commit/2197e354 Signed-off-by: Bob Moore Signed-off-by: Erik Kaneda Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index e9bd7ce..c0e6833 100644 --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h @@ -514,6 +514,7 @@ enum acpi_viot_node_type { ACPI_VIOT_NODE_MMIO = 0x02, ACPI_VIOT_NODE_VIRTIO_IOMMU_PCI = 0x03, ACPI_VIOT_NODE_VIRTIO_IOMMU_MMIO = 0x04, + ACPI_VIOT_RESERVED = 0x05 }; /* VIOT subtables */