TianoCore EDK2 master
Loading...
Searching...
No Matches
CmArmGicDInfo Struct Reference

#include <DynamicTablesPkg/Include/ArmNameSpaceObjects.h>

Data Fields

UINT64 PhysicalBaseAddress
 The Physical Base address for the GIC Distributor.
 
UINT32 SystemVectorBase
 
UINT8 GicVersion
 

Detailed Description

A structure that describes the GIC Distributor information for the Platform.

ID: EArmObjGicDInfo

Definition at line 200 of file ArmNameSpaceObjects.h.

Field Documentation

◆ GicVersion

UINT8 CmArmGicDInfo::GicVersion

The GIC version as described by the GICD structure in the ACPI Specification.

Definition at line 214 of file ArmNameSpaceObjects.h.

◆ PhysicalBaseAddress

UINT64 CmArmGicDInfo::PhysicalBaseAddress

The Physical Base address for the GIC Distributor.

Definition at line 202 of file ArmNameSpaceObjects.h.

◆ SystemVectorBase

UINT32 CmArmGicDInfo::SystemVectorBase

The global system interrupt number where this GIC Distributor's interrupt inputs start.

Definition at line 208 of file ArmNameSpaceObjects.h.


The documentation for this struct was generated from the following file: