Add full memory and memory2 section support.
diff --git a/cper-parse.c b/cper-parse.c
index eaef4a1..d20a66f 100644
--- a/cper-parse.c
+++ b/cper-parse.c
@@ -309,6 +309,8 @@
         result = cper_section_arm_to_ir(section, descriptor);
     else if (guid_equal(&descriptor->SectionType, &gEfiPlatformMemoryErrorSectionGuid))
         result = cper_section_platform_memory_to_ir(section, descriptor);
+    else if (guid_equal(&descriptor->SectionType, &gEfiPlatformMemoryError2SectionGuid))
+        result = cper_section_platform_memory2_to_ir(section, descriptor);
     // if (guid_equal(&descriptor->SectionType, &gEfiPcieErrorSectionGuid))
     //     result = cper_section_pcie_to_ir(section);
     // if (guid_equal(&descriptor->SectionType, &gEfiFirmwareErrorSectionGuid))