Add support for AMPERE CPERs

Support Ampere CPER entries

Change-Id: I607a89209138fa53914c55c07aba8b7d6f382e5e
Signed-off-by: Dung Cao <dung@os.amperecomputing.com>
diff --git a/edk/Cper.c b/edk/Cper.c
index 218589b..a4d5713 100644
--- a/edk/Cper.c
+++ b/edk/Cper.c
@@ -215,3 +215,9 @@
 					0x11ec,
 					{ 0xbe, 0xa7, 0xcb, 0x3f, 0xdb, 0x95,
 					  0xc7, 0x86 } };
+
+EFI_GUID gEfiAmpereErrorSectionGuid = { 0x2826cc9f,
+					0x448c,
+					0x4c2b,
+					{ 0x86, 0xb6, 0xa9, 0x53, 0x94, 0xb7,
+					  0xef, 0x33 } };