]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Remove RVCT support
authorRebecca Cran <quic_rcran@quicinc.com>
Tue, 3 May 2022 18:48:11 +0000 (02:48 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 13 May 2022 14:58:54 +0000 (14:58 +0000)
commit35d9b7ea2d46f784365c14eb293fcd802a2bafff
treeee26d3033b9ae9e2bb5ca673a0f68647ce8a0d72
parentef01d63ef3c9d2e7f39755b9c2b6bf40f6076ef3
ArmPkg: Remove RVCT support

RVCT is obsolete and no longer used.
Remove support for it.

Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
27 files changed:
ArmPkg/Drivers/ArmGic/ArmGicLib.inf
ArmPkg/Drivers/ArmGic/GicV3/Arm/ArmGicV3.asm [deleted file]
ArmPkg/Include/AsmMacroExport.inc [deleted file]
ArmPkg/Library/ArmExceptionLib/Arm/ExceptionSupport.asm [deleted file]
ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf
ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm [deleted file]
ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
ArmPkg/Library/ArmLib/Arm/ArmLibSupport.asm [deleted file]
ArmPkg/Library/ArmLib/Arm/ArmLibSupportV7.asm [deleted file]
ArmPkg/Library/ArmLib/Arm/ArmV7ArchTimerSupport.asm [deleted file]
ArmPkg/Library/ArmLib/Arm/ArmV7Support.asm [deleted file]
ArmPkg/Library/ArmLib/ArmBaseLib.inf
ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibV7Support.asm [deleted file]
ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
ArmPkg/Library/ArmSmcLib/Arm/ArmSmc.asm [deleted file]
ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.asm [deleted file]
ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
ArmPkg/Library/CompilerIntrinsicsLib/Arm/lasr.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/llsl.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/mullu.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/switch.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uread.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uwrite.asm [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf