88c41d
commit ec39d05939c799dc1a3635c766805924afdbbe9e
88c41d
Author: Erik Kaneda <erik.kaneda@intel.com>
88c41d
Date:   Tue Jun 1 10:37:51 2021 -0700
88c41d
88c41d
    Disassembler: add missing strings to decode subtable types
88c41d
    
88c41d
    Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
88c41d
88c41d
diff --git a/source/common/dmtable.c b/source/common/dmtable.c
88c41d
index 530e872..14aa927 100644
88c41d
--- a/source/common/dmtable.c
88c41d
+++ b/source/common/dmtable.c
88c41d
@@ -79,6 +79,7 @@ static const char           *AcpiDmAsfSubnames[] =
88c41d
 static const char           *AcpiDmCedtSubnames[] =
88c41d
 {
88c41d
     "CXL Host Bridge Structure",
88c41d
+    "CXL Fixed Memory Window Structure",
88c41d
     "Unknown Subtable Type"         /* Reserved */
88c41d
 };
88c41d