ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the secure interrupts

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13122 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin
2012-03-26 10:45:27 +00:00
parent f15f91a22f
commit 9253410646
3 changed files with 49 additions and 5 deletions

View File

@@ -72,7 +72,7 @@
//
// GIC SEC interfaces
// GIC Secure interfaces
//
VOID
EFIAPI
@@ -81,6 +81,14 @@ ArmGicSetupNonSecure (
IN INTN GicInterruptInterfaceBase
);
VOID
EFIAPI
ArmGicSetSecureInterrupts (
IN UINTN GicDistributorBase,
IN UINTN* GicSecureInterruptMask,
IN UINTN GicSecureInterruptMaskSize
);
VOID
EFIAPI
ArmGicEnableInterruptInterface (