audk/ArmPkg/Drivers/ArmGic
Olivier Martin 1b0ac0dedf ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()
The InterruptId has a different width for GicV2 and GicV3 (respectively
10bit and 24bit).
The function prototype has been changed to return this value to make the
caller GIC architecture version independent. Otherwise, we would have need
to expose a different mask to allow the caller to retrieve this value from
the read register.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15628 6f19259b-4bc3-4df7-8a09-765794883524
2014-07-04 14:41:30 +00:00
..
GicV2 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe 2014-07-04 14:38:14 +00:00
ArmGicCommonDxe.c ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file 2014-07-04 11:26:33 +00:00
ArmGicDxe.c ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe 2014-07-04 14:38:14 +00:00
ArmGicDxe.h ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe 2014-07-04 14:38:14 +00:00
ArmGicDxe.inf ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe 2014-07-04 14:38:14 +00:00
ArmGicLib.c ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() 2014-07-04 14:41:30 +00:00
ArmGicLib.inf ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib 2014-07-04 14:36:42 +00:00
ArmGicNonSecLib.c ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib 2014-07-04 14:36:42 +00:00
ArmGicSecLib.c ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib 2014-07-04 14:36:42 +00:00
ArmGicSecLib.inf ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib 2014-07-04 14:36:42 +00:00