audk/ArmPkg/Drivers/ArmGic
Sami Mujawar 8da2b97392 ArmPkg: Prevent SgiId from setting RES0 bits of GICD_SGIR
GICD_SGIR is a 32-bit register, of which INTID is bits [3:0] and Bits
[14:4] is RES0. Since SgiId parameter in the function ArmGicSendSgiTo ()
is UINT8, mask unused bits of SgiId before writing to the GICD_SGIR
register to prevent accidental setting of the RES0 bits.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
2023-06-01 15:52:01 +00:00
..
GicV2 ArmPkg: Typecast IntID to UINT32 in ArmGicV2EndOfInterrupt 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: Prevent SgiId from setting RES0 bits of GICD_SGIR 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