audk/ArmPkg/Drivers/ArmGic
Sami Mujawar 8bcddbcce2 ArmPkg: Adjust variable type and cast for RegShift & RegOffset
According to the GIC architecture version 3 and 4 specification, the
maximum number of INTID bits supported in the CPU interface is 24.

Considering this the RegShift variable is not required to be more than 8
bits. Therefore, make the RegShift variable type to UINT8.  Also add
necessary typecasts when calculating the RegOffset and RegShift values.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2023-06-01 15:52:01 +00:00
..
GicV2 ArmPkg: Adjust variable type and cast for RegShift & RegOffset 2023-06-01 15:52:01 +00:00
GicV3 ArmPkg: Make variables used for GicInterrupt UINTN 2023-06-01 15:52:01 +00:00
ArmGicCommonDxe.c ArmPkg: Remove unused function declarations 2023-06-01 15:52:01 +00:00
ArmGicDxe.c ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmGicDxe.h ArmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ArmGicDxe.inf ArmPkg: list module-internal header files in INF [Sources] 2019-07-23 00:20:18 +02:00
ArmGicLib.c ArmPkg: Adjust variable type and cast for RegShift & RegOffset 2023-06-01 15:52:01 +00:00
ArmGicLib.inf ArmPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
ArmGicNonSecLib.c ArmPkg: Fix Non-Boolean comparison in ArmGicEnableDistributor 2023-06-01 15:52:01 +00:00