Blame SOURCES/CEDT-support_07.patch

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