From 615eb2945402758f050f1cb469181d3d22a22aa3 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 18 May 2015 23:17:05 +0000 Subject: Import ACPICA 20150515. --- source/compiler/dtutils.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/compiler/dtutils.c') diff --git a/source/compiler/dtutils.c b/source/compiler/dtutils.c index 411ab0015470..5b88d117e477 100644 --- a/source/compiler/dtutils.c +++ b/source/compiler/dtutils.c @@ -376,6 +376,7 @@ DtGetFieldType ( case ACPI_DMT_GAS: case ACPI_DMT_HESTNTFY: + case ACPI_DMT_IORTMEM: Type = DT_FIELD_TYPE_INLINE_SUBTABLE; break; @@ -520,6 +521,7 @@ DtGetFieldLength ( case ACPI_DMT_UINT16: case ACPI_DMT_DMAR: case ACPI_DMT_HEST: + case ACPI_DMT_NFIT: case ACPI_DMT_PCI_PATH: ByteLength = 2; @@ -587,6 +589,11 @@ DtGetFieldLength ( ByteLength = sizeof (ACPI_HEST_NOTIFY); break; + case ACPI_DMT_IORTMEM: + + ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS); + break; + case ACPI_DMT_BUFFER: case ACPI_DMT_RAW_BUFFER: -- cgit v1.2.3