Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e68c99e
MdePkg,SecurityPkg: Fix Spelling Errors in TCG/TPM Definitions
os-d Apr 13, 2026
736c126
MdePkg,MdeModulePkg: Fix Spelling Errors in Atapi Definitions
os-d Apr 13, 2026
32936c1
MdePkg: Fix Spelling Error in ArchitecturalMsr Definitions
os-d Apr 13, 2026
6d8e794
MdePkg: Fix Spelling Errors in SmBios Definitions
os-d Apr 13, 2026
a35afc4
Global: Fix Spelling Errors in PCI/PCIe Definitions
os-d Apr 13, 2026
cfdbe17
MdePkg: Fix Spelling Error in Nvme Definitions
os-d Apr 13, 2026
a259cea
MdePkg: Fix Spelling Error in Hash Definitions
os-d Apr 13, 2026
f831fda
MdePkg: Fix Spelling Error in Cper Definitions
os-d Apr 13, 2026
0f0a259
MdePkg: Fix Spelling Error in ScsiIo Definitions
os-d Apr 13, 2026
aeb0892
MdePkg: Fix Spelling Errors in ACPI Definitions
os-d Apr 13, 2026
e4af2ed
MdePkg: Fix Spelling Error in DriverConfiguration2 Definitions
os-d Apr 13, 2026
ca79169
MdePkg: Fix Spelling Error in ArmFfaMemMgmt Definitions
os-d Apr 13, 2026
8f8544d
MdePkg: Fix Spelling Errors in IPMI Definitions
os-d Apr 13, 2026
f19a30e
MdePkg: Fix Spelling Error in Runtime Definitions
os-d Apr 13, 2026
1222903
MdePkg,NetworkPkg,ShellPkg: Fix Spelling Errors in AdapterInformation.h
os-d Apr 13, 2026
2730370
MdePkg: Fix Spelling Errors in HiiImageDecoder Definitions
os-d Apr 13, 2026
17a8a26
MdePkg: Fix Spelling Errors in CXL Definitions
os-d Apr 13, 2026
09064a0
MdePkg,MdeModulePkg: Fix Spelling Error in Udf Definitions
os-d Apr 13, 2026
98dba8a
MdePkg,NetworkPkg: Fix Spelling Errors in Mtftp4 Definitions
os-d Apr 14, 2026
08633a7
MdePkg, NetworkPkg: DHCP4: Fix Spelling Error
os-d Apr 14, 2026
536fac6
.pytool: Update cspell Allowed Words
os-d Apr 16, 2026
e7affbe
MdePkg: Fix Spelling Errors in Comments
os-d Apr 16, 2026
24c46cc
MdePkg: Disable AuditOnly Mode for Spell Check
os-d Apr 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
904 changes: 896 additions & 8 deletions .pytool/Plugin/SpellCheck/cspell.base.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ EhcGetUsbDebugPortInfo (
Status = PciIo->Pci.Read (
PciIo,
EfiPciIoWidthUint8,
PCI_CAPBILITY_POINTER_OFFSET,
PCI_CAPABILITY_POINTER_OFFSET,
1,
&CapabilityPtr
);
Expand Down
4 changes: 2 additions & 2 deletions MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1995,8 +1995,8 @@ RequestSense (
// fill command packet for Request Sense Packet Command
//
ZeroMem (&Packet, sizeof (ATAPI_PACKET_COMMAND));
Packet.RequestSence.opcode = ATA_CMD_REQUEST_SENSE;
Packet.RequestSence.allocation_length = (UINT8)sizeof (ATAPI_REQUEST_SENSE_DATA);
Packet.RequestSense.opcode = ATA_CMD_REQUEST_SENSE;
Packet.RequestSense.allocation_length = (UINT8)sizeof (ATAPI_REQUEST_SENSE_DATA);

Ptr = (UINT16 *)SenseBuffers;
//
Expand Down
2 changes: 1 addition & 1 deletion MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ LocateCapabilityRegBlock (
PciIoDevice->PciIo.Pci.Read (
&PciIoDevice->PciIo,
EfiPciIoWidthUint8,
PCI_CAPBILITY_POINTER_OFFSET,
PCI_CAPABILITY_POINTER_OFFSET,
1,
&CapabilityPtr
);
Expand Down
4 changes: 2 additions & 2 deletions MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ PeiUsbRequestSense (
// fill command packet for Request Sense Packet Command
//
ZeroMem (&Packet, sizeof (ATAPI_PACKET_COMMAND));
Packet.RequestSence.opcode = ATA_CMD_REQUEST_SENSE;
Packet.RequestSence.allocation_length = (UINT8)sizeof (ATAPI_REQUEST_SENSE_DATA);
Packet.RequestSense.opcode = ATA_CMD_REQUEST_SENSE;
Packet.RequestSense.allocation_length = (UINT8)sizeof (ATAPI_REQUEST_SENSE_DATA);

Ptr = SenseKeyBuffer;

Expand Down
2 changes: 1 addition & 1 deletion MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ FindLogicalVolumeLocation (
//
switch (DescriptorTag->TagIdentifier) {
case UdfPrimaryVolumeDescriptor:
case UdfImplemenationUseVolumeDescriptor:
case UdfImplementationUseVolumeDescriptor:
case UdfPartitionDescriptor:
case UdfUnallocatedSpaceDescriptor:
break;
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/Guid/Apriori.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
GUID used as an FV filename for A Priori file. The A Priori file contains a
list of FV filenames that the DXE dispatcher will schedule reguardless of
list of FV filenames that the DXE dispatcher will schedule regardless of
the dependency grammar.

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
Expand Down
18 changes: 9 additions & 9 deletions MdePkg/Include/Guid/Cper.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ typedef struct {

///
/// The validation bit mask indicates whether or not each of the following fields are
/// valid in Proessor Generic Error section.
/// valid in Processor Generic Error section.
///@{
#define EFI_GENERIC_ERROR_PROC_TYPE_VALID BIT0
#define EFI_GENERIC_ERROR_PROC_ISA_VALID BIT1
Expand All @@ -257,15 +257,15 @@ typedef struct {
///@}

///
/// The type of the processor architecture in Proessor Generic Error section.
/// The type of the processor architecture in Processor Generic Error section.
///@{
#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
///@}

///
/// The type of the instruction set executing when the error occurred in Proessor
/// The type of the instruction set executing when the error occurred in Processor
/// Generic Error section.
///@{
#define EFI_GENERIC_ERROR_PROC_ISA_IA32 0x00
Expand All @@ -275,7 +275,7 @@ typedef struct {
///@}

///
/// The type of error that occurred in Proessor Generic Error section.
/// The type of error that occurred in Processor Generic Error section.
///@{
#define EFI_GENERIC_ERROR_PROC_ERROR_TYPE_UNKNOWN 0x00
#define EFI_GENERIC_ERROR_PROC_ERROR_TYPE_CACHE 0x01
Expand All @@ -285,7 +285,7 @@ typedef struct {
///@}

///
/// The type of operation in Proessor Generic Error section.
/// The type of operation in Processor Generic Error section.
///@{
#define EFI_GENERIC_ERROR_PROC_OPERATION_GENERIC 0x00
#define EFI_GENERIC_ERROR_PROC_OPERATION_DATA_READ 0x01
Expand All @@ -294,7 +294,7 @@ typedef struct {
///@}

///
/// Flags bit mask indicates additional information about the error in Proessor Generic
/// Flags bit mask indicates additional information about the error in Processor Generic
/// Error section
///@{
#define EFI_GENERIC_ERROR_PROC_FLAGS_RESTARTABLE BIT0
Expand Down Expand Up @@ -840,7 +840,7 @@ typedef struct {
UINT64 ValidFields;
EFI_GENERIC_ERROR_STATUS ErrorStatus;
UINT64 PhysicalAddress; // Error physical address
UINT64 PhysicalAddressMask; // Grnaularity
UINT64 PhysicalAddressMask; // Granularity
UINT16 Node; // Node #
UINT16 Card;
UINT16 ModuleRank; // Module or Rank#
Expand Down Expand Up @@ -916,7 +916,7 @@ typedef struct {
UINT64 ValidFields;
EFI_GENERIC_ERROR_STATUS ErrorStatus;
UINT64 PhysicalAddress; // Error physical address
UINT64 PhysicalAddressMask; // Grnaularity
UINT64 PhysicalAddressMask; // Granularity
UINT16 Node; // Node #
UINT16 Card;
UINT16 Module; // Module or Rank#
Expand Down Expand Up @@ -1123,7 +1123,7 @@ typedef struct {
#define EFI_DMA_FAULT_REASON_INVALID_REQUEST 0x07
#define EFI_DMA_FAULT_REASON_ACCESS_TRANSLATE_TABLE_ERROR 0x08
#define EFI_DMA_FAULT_REASON_RESV_BIT_ERROR_IN_TRANSLATE_TABLE 0x09
#define EFI_DMA_FAULT_REASON_INVALID_COMMAOND 0x0A
#define EFI_DMA_FAULT_REASON_INVALID_COMMAND 0x0A
#define EFI_DMA_FAULT_REASON_ACCESS_COMMAND_BUFFER_ERROR 0x0B
///@}

Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/Guid/EventLegacyBios.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
GUID is the name of events used with CreateEventEx in order to be notified
when the EFI boot manager is about to boot a legacy boot option.
Events of this type are notificated just before Int19h is invoked.
Events of this type are notified just before Int19h is invoked.

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/Guid/FileInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ typedef struct {
/// Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
/// be the size of the data structure without the FileName field. The following macro
/// computes this size correctly no matter how big the FileName array is declared.
/// This is required to make the EFI_FILE_INFO data structure ANSI compilant.
/// This is required to make the EFI_FILE_INFO data structure ANSI compliant.
///
#define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)

Expand Down
6 changes: 3 additions & 3 deletions MdePkg/Include/Guid/FileSystemInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ typedef struct {
///
/// The VolumeLabel field of the EFI_FILE_SYSTEM_INFO data structure is variable length.
/// Whenever code needs to know the size of the EFI_FILE_SYSTEM_INFO data structure, it needs
/// to be the size of the data structure without the VolumeLable field. The following macro
/// computes this size correctly no matter how big the VolumeLable array is declared.
/// This is required to make the EFI_FILE_SYSTEM_INFO data structure ANSI compilant.
/// to be the size of the data structure without the VolumeLabel field. The following macro
/// computes this size correctly no matter how big the VolumeLabel array is declared.
/// This is required to make the EFI_FILE_SYSTEM_INFO data structure ANSI compliant.
///
#define SIZE_OF_EFI_FILE_SYSTEM_INFO OFFSET_OF (EFI_FILE_SYSTEM_INFO, VolumeLabel)

Expand Down
4 changes: 2 additions & 2 deletions MdePkg/Include/Guid/ImageAuthentication.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}

///
/// Varialbe name with guid EFI_IMAGE_SECURITY_DATABASE_GUID
/// Variable name with guid EFI_IMAGE_SECURITY_DATABASE_GUID
/// for the authorized signature database.
///
#define EFI_IMAGE_SECURITY_DATABASE L"db"
///
/// Varialbe name with guid EFI_IMAGE_SECURITY_DATABASE_GUID
/// Variable name with guid EFI_IMAGE_SECURITY_DATABASE_GUID
/// for the forbidden signature database.
///
#define EFI_IMAGE_SECURITY_DATABASE1 L"dbx"
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi10.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ typedef struct {
#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_MODE_MASK BIT1
#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_POLARITY_MASK BIT2
#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_SHARABLE_MASK BIT3
#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_WAKE_CAPABLITY_MASK BIT4
#define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_WAKE_CAPABILITY_MASK BIT4

//
// Ensure proper structure formats
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi20.h
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ typedef struct {
#define EFI_ACPI_2_0_SIMPLE_BOOT_FLAG_TABLE_SIGNATURE SIGNATURE_32('B', 'O', 'O', 'T')

///
/// "DBGP" MS Bebug Port Spec
/// "DBGP" MS Debug Port Spec
///
#define EFI_ACPI_2_0_DEBUG_PORT_TABLE_SIGNATURE SIGNATURE_32('D', 'B', 'G', 'P')

Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi50.h
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_5_0_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi51.h
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_5_1_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi60.h
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_0_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Acpi61.h
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_1_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down
10 changes: 5 additions & 5 deletions MdePkg/Include/IndustryStandard/Acpi62.h
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_2_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down Expand Up @@ -2551,10 +2551,10 @@ typedef struct {
/// PDTT Platform Communication Channel Identifier Structure
///
typedef struct {
UINT16 SubChannelIdentifer : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 Reserved : 6;
UINT16 SubChannelIdentifier : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 Reserved : 6;
} EFI_ACPI_6_2_PDTT_PCC_IDENTIFIER;

///
Expand Down
16 changes: 8 additions & 8 deletions MdePkg/Include/IndustryStandard/Acpi63.h
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_3_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down Expand Up @@ -1652,13 +1652,13 @@ typedef struct {
#define EFI_ACPI_6_3_SECURE_DEVICES_TABLE_REVISION 0x01

///
/// Secure Devcice types
/// Secure Device types
///
#define EFI_ACPI_6_3_SDEV_TYPE_PCIE_ENDPOINT_DEVICE 0x01
#define EFI_ACPI_6_3_SDEV_TYPE_ACPI_NAMESPACE_DEVICE 0x00

///
/// Secure Devcice flags
/// Secure Device flags
///
#define EFI_ACPI_6_3_SDEV_FLAG_ALLOW_HANDOFF BIT0

Expand Down Expand Up @@ -2511,11 +2511,11 @@ typedef struct {
/// PDTT Platform Communication Channel Identifier Structure
///
typedef struct {
UINT16 SubChannelIdentifer : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
UINT16 SubChannelIdentifier : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
} EFI_ACPI_6_3_PDTT_PCC_IDENTIFIER;

///
Expand Down
12 changes: 6 additions & 6 deletions MdePkg/Include/IndustryStandard/Acpi64.h
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_4_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down Expand Up @@ -2623,11 +2623,11 @@ typedef struct {
/// PDTT Platform Communication Channel Identifier Structure
///
typedef struct {
UINT16 SubChannelIdentifer : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
UINT16 SubChannelIdentifier : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
} EFI_ACPI_6_4_PDTT_PCC_IDENTIFIER;

///
Expand Down
12 changes: 6 additions & 6 deletions MdePkg/Include/IndustryStandard/Acpi65.h
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_5_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down Expand Up @@ -2751,11 +2751,11 @@ typedef struct {
/// PDTT Platform Communication Channel Identifier Structure
///
typedef struct {
UINT16 SubChannelIdentifer : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
UINT16 SubChannelIdentifier : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
} EFI_ACPI_6_5_PDTT_PCC_IDENTIFIER;

///
Expand Down
12 changes: 6 additions & 6 deletions MdePkg/Include/IndustryStandard/Acpi66.h
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ typedef struct {
UINT32 PowerStateId;
UINT32 MemoryPowerNodeId;
UINT64 MemoryEnergyConsumed;
UINT64 ExpectedAveragePowerComsuned;
UINT64 ExpectedAveragePowerConsumed;
} EFI_ACPI_6_6_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION;

///
Expand Down Expand Up @@ -2853,11 +2853,11 @@ typedef struct {
/// PDTT Platform Communication Channel Identifier Structure
///
typedef struct {
UINT16 SubChannelIdentifer : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
UINT16 SubChannelIdentifier : 8;
UINT16 Runtime : 1;
UINT16 WaitForCompletion : 1;
UINT16 TriggerOrder : 1;
UINT16 Reserved : 5;
} EFI_ACPI_6_6_PDTT_PCC_IDENTIFIER;

///
Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/ArmAgdiTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef struct {
/// Signaling Mode bits [1:0]
/// 0x0 - SDEI based signaling mode
/// 0x1 - Interrupt based signaling mode
/// 0x2 - Both SDEI and Interuppt based signaling mode
/// 0x2 - Both SDEI and Interrupt based signaling mode
/// Rest of the bits [7:2] are reserved
UINT8 Flags;

Expand Down
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/ArmErrorSourceTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ typedef struct {
/// Type of GIC interface that is associated with this error node.
/// 0x0 - GIC CPU (GICC)
/// 0x1 - GIC Distributor (GICD)
/// 0x2 - GIC Resistributor (GICR)
/// 0x2 - GIC Redistributor (GICR)
/// 0x3 - GIC ITS (GITS)
UINT32 InterfaceType;

Expand Down
Loading
Loading