]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Purge unused/unneeded CPU-specific header files
authorLeif Lindholm <leif.lindholm@linaro.org>
Fri, 6 Nov 2015 17:19:56 +0000 (17:19 +0000)
committerleiflindholm <leiflindholm@Edk2>
Fri, 6 Nov 2015 17:19:56 +0000 (17:19 +0000)
commit3535213aaec279d84bae7da40a4b982ab9fdf89b
treed3f67cecb6ef6f66f35b422fcc0b86157fcb89e0
parent3666990b0fb7f099acac658b471ae7280168f3c8
ArmPkg: Purge unused/unneeded CPU-specific header files

In ArmPkg/Include/Chipset, several CPU-specific header files reside.
Most of these provide no actual, or very little, use.
ARM1176JZ-S.h   is not used at all (and unusable since SVN r18237).
ArmAemV8.h      simply includes AArch64.h.
ArmCortexA15.h  defines one processor-specific configuration bit and
                then includes ArmV7.h.

Delete these include files, and update their sole users to function
without them.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18736 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.c
ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.c
ArmPkg/Include/Chipset/ARM1176JZ-S.h [deleted file]
ArmPkg/Include/Chipset/ArmAemV8.h [deleted file]
ArmPkg/Include/Chipset/ArmCortexA15.h [deleted file]