]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: remove ArmPlatformLib implementations
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 17 Nov 2017 14:20:50 +0000 (14:20 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 23 Nov 2017 16:53:29 +0000 (16:53 +0000)
commit3d544c564bd6bd4a9f5239ed6300c28b789d2a0d
tree498d9bbcde27ed1b14063d8150cb577d95790102
parent39da48614a786dc5b283f67d27c5463365f86d6b
ArmVirtPkg: remove ArmPlatformLib implementations

These libraries are no longer used, so remove them from the tree.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
20 files changed:
ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg/ArmVirtXen.dsc
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/AARCH64/RelocatableVirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ARM/RelocatableVirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf [deleted file]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/FdtParser.c [deleted file]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/QemuVirtMem.c [deleted file]
ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/RelocatableVirt.c [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/AARCH64/VirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/ARM/VirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/ARM/VirtHelper.asm [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/ArmVirtPlatformLib.inf [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/Virt.c [deleted file]
ArmVirtPkg/Library/ArmVirtPlatformLib/VirtMem.c [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/RelocatableVirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/ARM/RelocatableVirtHelper.S [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/ArmXenRelocatablePlatformLib.inf [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/FdtParser.c [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/RelocatableVirt.c [deleted file]
ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/XenVirtMem.c [deleted file]