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:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user