mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Merge 092822600d into fb2ac429de
This commit is contained in:
commit
295ac8d1d0
1 changed files with 5 additions and 6 deletions
|
|
@ -1026,10 +1026,10 @@ typedef union {
|
|||
///
|
||||
/// The type of error that occurred in ARM Processor Error section.
|
||||
///@{
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_CACHE 0x00
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_TLB 0x01
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_BUS 0x02
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_MICRO_ARCH 0x03
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_CACHE BIT0
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_TLB BIT1
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_BUS BIT2
|
||||
#define EFI_ARM_PROC_ERROR_INFO_TYPE_MICRO_ARCH BIT3
|
||||
|
||||
///
|
||||
/// The flags to define the error atrributes in ARM Processor Error Information
|
||||
|
|
@ -1041,8 +1041,7 @@ typedef union {
|
|||
#define EFI_ARM_PROC_ERROR_INFO_FLAG_OVERFLOW_FLAG BIT3
|
||||
///@}
|
||||
|
||||
#define EFI_ARM_PROCESSOR_ERROR_INFO_STRUCTURE_REVISION 0
|
||||
|
||||
#define EFI_ARM_PROCESSOR_ERROR_INFO_STRUCTURE_REVISION 1 // [CODE FIRST] 12708
|
||||
///
|
||||
/// ARM Processor Error Information Structure
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue