]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: remove duplicated ARM/AArch64 ArmGicArchSecLib sources
authorLeif Lindholm <leif@nuviainc.com>
Fri, 18 Dec 2020 12:28:25 +0000 (12:28 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 18 Dec 2020 15:27:26 +0000 (15:27 +0000)
commit7bb8dd9f9844802eb6ae2c8fcd8c2ff613570583
tree43735d55f8c90b9449edb8297e47c4dce34a00d5
parent319138d3f6df83711dcbb0a285cbc6417adee820
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>
ArmPkg/Library/ArmGicArchSecLib/AArch64/ArmGicArchLib.c [deleted file]
ArmPkg/Library/ArmGicArchSecLib/Arm/ArmGicArchLib.c [deleted file]
ArmPkg/Library/ArmGicArchSecLib/ArmGicArchLib.c [new file with mode: 0644]
ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf