ArmPkg: remove duplicated ARM/AArch64 ArmGicArchSecLib sources

The ID register access was the only difference between them, so
after switching to the ArmHasGicSystemRegisters () helper, there
is no longer any need to have separate ARM/AArch64 source files
for ArmGicArchSecLib, so unify them and drop the subdirectories.

Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
This commit is contained in:
Leif Lindholm
2020-12-18 12:28:25 +00:00
committed by mergify[bot]
parent 319138d3f6
commit 7bb8dd9f98
3 changed files with 2 additions and 50 deletions

View File

@@ -13,11 +13,8 @@
VERSION_STRING = 1.0
LIBRARY_CLASS = ArmGicArchLib|SEC
[Sources.ARM]
Arm/ArmGicArchLib.c
[Sources.AARCH64]
AArch64/ArmGicArchLib.c
[Sources]
ArmGicArchLib.c
[Packages]
MdePkg/MdePkg.dec