ArmPkg/ArmGic: Added GicV3 detection

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



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16232 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin
2014-10-27 10:28:44 +00:00
committed by oliviermartin
parent d5c6b7fca3
commit 5f525769b9
6 changed files with 85 additions and 12 deletions

View File

@@ -19,7 +19,8 @@
// GIC definitions
//
typedef enum {
ARM_GIC_ARCH_REVISION_2
ARM_GIC_ARCH_REVISION_2,
ARM_GIC_ARCH_REVISION_3
} ARM_GIC_ARCH_REVISION;
//