]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: update CpuDxe to use CpuExceptionHandlerLib
authorCohen, Eugene <eugene@hp.com>
Mon, 7 Mar 2016 15:16:38 +0000 (15:16 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 17 Mar 2016 08:15:14 +0000 (09:15 +0100)
commit5811eea0fdb56187597e50b1282e7cfab4965a65
tree550a7e6a4d7c86d3ad19304122dd4c6a8f197a2c
parent8a47a6cb9e77e4cc4bf42391f7f970173bcead27
ArmPkg: update CpuDxe to use CpuExceptionHandlerLib

Use the new ARM/AArch64 implementation of the base
CpuExceptionHandlerLib library from CpuDxe to centralize
exception handling.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Drivers/CpuDxe/AArch64/Exception.c [deleted file]
ArmPkg/Drivers/CpuDxe/AArch64/ExceptionSupport.S [deleted file]
ArmPkg/Drivers/CpuDxe/Arm/Exception.c [deleted file]
ArmPkg/Drivers/CpuDxe/Arm/ExceptionSupport.S [deleted file]
ArmPkg/Drivers/CpuDxe/Arm/ExceptionSupport.asm [deleted file]
ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ArmPkg/Drivers/CpuDxe/Exception.c [new file with mode: 0644]