commit | 04f577167628af6d77846bc00fd2f9538689a962 | [log] [tgz] |
---|---|---|
author | Dung Cao <dung@os.amperecomputing.com> | Thu Aug 29 08:03:59 2024 +0000 |
committer | Ed Tanous <ed@tanous.net> | Wed Sep 25 21:59:38 2024 +0000 |
tree | 1e1ec47f8ec5f47cbce5089ae4d08c960f9b6c6e | |
parent | 9c7ba1d2c3c68c879563dc3a5b7aa55b5036c394 [diff] [blame] |
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 } };