MdePkg: Restore ARM processor macro in CPER header

Commit 84c0261 removed support for ARM32 and inadvertently removed the
EFI_GENERIC_ERROR_PROC_TYPE_ARM macro which remains valid for AARCH64.
The macro refers to the ARM CPU architecture, not specifically the ARM32
instruction set.

Restore the macro to maintain compatibility with downstream modules that
rely on Cper.h for AARCH64 platforms.

Signed-off-by: Vishal Oliyil Kunnil <vishalo@qti.qualcomm.com>
This commit is contained in:
Vishal Oliyil Kunnil
2025-10-13 14:54:03 -07:00
committed by mergify[bot]
parent faeee00490
commit ff96eb4c2c
+1
View File
@@ -262,6 +262,7 @@ typedef struct {
///@{
#define EFI_GENERIC_ERROR_PROC_TYPE_IA32_X64 0x00
#define EFI_GENERIC_ERROR_PROC_TYPE_IA64 0x01
#define EFI_GENERIC_ERROR_PROC_TYPE_ARM 0x02
///@}
///