Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: cce084eb45b779eff05a424b078fe03bdd72dddc https://github.com/tianocore/edk2/commit/cce084eb45b779eff05a424b078fe03bdd72dddc Author: levi.yun <yeoreum....@arm.com> Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths: M ArmPkg/Include/Library/ArmGicLib.h Log Message: ----------- ArmPkg/Include: fix usage of wrong macro in ArmGicv3Dxe To get a SPI_MAX_INTID, interrupt controller type Register should be masked with ARM_GIC_ICDICTR_GET_SPI_RANGE. However, since ARM_GIC_ICDICTR_SPI_RANGE_TO_MAX_INTID macro uses ARM_GIC_ICDICTR_GET_EXT_SPI_RANGE mask, it returns wrong SPI_MAX_INITID. This makes a failure of loading GenericWatchDog in FVP RevC model. Signed-off-by: Yeoreum Yun <yeoreum....@arm.com> Fixes: d6d2f68e3801 ("ArmPkg/Drivers/ArmGicDxe: ...") To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits