diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-10-27 10:27:27 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2014-10-27 10:27:27 +0000 |
commit | d5c6b7fca306f5034f1200261bf9f77c52498cd5 (patch) | |
tree | ccc8967fa82a66f39bc7887fe7139fa3fb5620e3 /ArmPkg/Drivers/ArmGic/ArmGicLib.inf | |
parent | f1e2b7283ea6fa12691edee22aca403c3b3af24c (diff) | |
download | edk2-platforms-d5c6b7fca306f5034f1200261bf9f77c52498cd5.tar.xz |
ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()
This function returns the revision of the GIC Architecture.
Some GICv3 controllers can work in GICv2 mode. Switching to an
older GIC revision is driven by the higher level exception level.
This function allows code to support any GIC revision at runtime.
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@16231 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers/ArmGic/ArmGicLib.inf')
-rw-r--r-- | ArmPkg/Drivers/ArmGic/ArmGicLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Drivers/ArmGic/ArmGicLib.inf b/ArmPkg/Drivers/ArmGic/ArmGicLib.inf index a3e110e69f..def70a0d5e 100644 --- a/ArmPkg/Drivers/ArmGic/ArmGicLib.inf +++ b/ArmPkg/Drivers/ArmGic/ArmGicLib.inf @@ -27,6 +27,7 @@ GicV2/ArmGicV2NonSecLib.c
[LibraryClasses]
+ DebugLib
IoLib
[Packages]
|