audk/ArmPkg/Drivers/ArmGic/GicV3
Sami Mujawar 7f198321ee ArmPkg: Make variables used for GicInterrupt UINTN
Although the maximum interrupt ID on GicV2 is 10bit and for GicV3/4 is
24bit, and that the IAR and EOIR registers of the Gic CPU interface are
32 bit; the typedef HARDWARE_INTERRUPT_SOURCE is defined as UINTN in
EmbeddedPkg\Include\Protocol\HardwareInterrupt.h

Therefore, use UINTN for Gic Interrupt variables and use appropriate
typecasts wherever needed.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2023-06-01 15:52:01 +00:00
..
AArch64 ArmPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
Arm ArmPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
ArmGicV3Dxe.c ArmPkg: Make variables used for GicInterrupt UINTN 2023-06-01 15:52:01 +00:00