mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
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:
committed by
mergify[bot]
parent
faeee00490
commit
ff96eb4c2c
@@ -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
|
||||
///@}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user