Blame SOURCES/CEDT-support_07.patch

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