summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-01-16 16:46:20 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-01-17 18:37:27 +0000
commit298d8c436a24d386c2f8ff2c117a755abe90ee6d (patch)
tree00b33c40cb80e9d90120e7a46d1fa017e16159fd /ArmPkg
parent2ab362f313248a87c050ebbc02f1b2e08f35d53c (diff)
downloadedk2-298d8c436a24d386c2f8ff2c117a755abe90ee6d.tar.gz
ArmPkg/ArmGic: Drop declarations for non-existent functions
Drop some ArmGicLib declarations that don't actually exist in the code. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPkg')
-rw-r--r--ArmPkg/Include/Library/ArmGicLib.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/ArmPkg/Include/Library/ArmGicLib.h b/ArmPkg/Include/Library/ArmGicLib.h
index 24fd323f2e..bb2e415e69 100644
--- a/ArmPkg/Include/Library/ArmGicLib.h
+++ b/ArmPkg/Include/Library/ArmGicLib.h
@@ -116,23 +116,6 @@ ArmGicGetInterfaceIdentification (
IN UINTN GicInterruptInterfaceBase
);
-// GIC Secure interfaces
-VOID
-EFIAPI
-ArmGicSetupNonSecure (
- IN UINTN MpId,
- IN UINTN GicDistributorBase,
- IN UINTN GicInterruptInterfaceBase
- );
-
-VOID
-EFIAPI
-ArmGicSetSecureInterrupts (
- IN UINTN GicDistributorBase,
- IN UINTN *GicSecureInterruptMask,
- IN UINTN GicSecureInterruptMaskSize
- );
-
VOID
EFIAPI
ArmGicDisableDistributor (
@@ -145,13 +128,6 @@ ArmGicGetMaxNumInterrupts (
IN UINTN GicDistributorBase
);
-UINTN
-EFIAPI
-ArmGicSetPriorityMask (
- IN UINTN GicInterruptInterfaceBase,
- IN INTN PriorityMask
- );
-
// GIC revision 2 specific declarations
// Interrupts from 1020 to 1023 are considered as special interrupts
@@ -161,14 +137,6 @@ ArmGicSetPriorityMask (
VOID
EFIAPI
-ArmGicV2SetupNonSecure (
- IN UINTN MpId,
- IN UINTN GicDistributorBase,
- IN UINTN GicInterruptInterfaceBase
- );
-
-VOID
-EFIAPI
ArmGicV2EnableInterruptInterface (
IN UINTN GicInterruptInterfaceBase
);