diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2025-01-16 17:18:11 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-01-17 18:37:27 +0000 |
commit | 0bb40c79becc1f3442fc79b89dfd7f2624a63e92 (patch) | |
tree | 1faacf8c6669f30aab927dee0b743a9d22503472 /ArmPlatformPkg | |
parent | c9e38d1afbb53f37541730c485398cc23e441b5f (diff) | |
download | edk2-0bb40c79becc1f3442fc79b89dfd7f2624a63e92.tar.gz |
ArmPkg: Retire ArmGicLib implementations
Retire all implementations of the ArmGicLib library class, which are no
longer used. For now, retain the library header and library class
declaration: the header file only contains pre-processor defines derived
from the GIC architecture spec, and so this code should probably move
into MdePkg at a later moment.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/ArmPlatformPkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmPlatformPkg.dsc b/ArmPlatformPkg/ArmPlatformPkg.dsc index a96c937292..d805778cee 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.dsc +++ b/ArmPlatformPkg/ArmPlatformPkg.dsc @@ -36,7 +36,6 @@ !include MdePkg/MdeLibs.dsc.inc
[LibraryClasses.common]
- ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
|