ArmPkg/ArmGic: Added GicV3 support to ArmGicDxe
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@16234 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
d71338597e
commit
5f81082e38
@@ -49,6 +49,8 @@ InterruptDxeInitialize (
|
||||
|
||||
if (Revision == ARM_GIC_ARCH_REVISION_2) {
|
||||
Status = GicV2DxeInitialize (ImageHandle, SystemTable);
|
||||
} else if (Revision == ARM_GIC_ARCH_REVISION_3) {
|
||||
Status = GicV3DxeInitialize (ImageHandle, SystemTable);
|
||||
} else {
|
||||
Status = EFI_UNSUPPORTED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user