audk/ArmPkg/Drivers/CpuDxe
Eugene Cohen 1bc3923d08 ArmPkg/CpuDxe: Exception Handling SP Adjust
The exception handling support code appears to adjust the stack pointer in the wrong direction.
It decrements the stack pointer by 0x60, but this should be an increment (add) for the
downward-growing stack.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eugene Cohen <eugene@hp.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14646 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-10 10:10:56 +00:00
..
AArch64 ArmPkg/CpuDxe: Added support to not set a memory region with the same attribute 2013-08-19 17:38:39 +00:00
ArmV4 ARM Packages: Fixed line endings 2013-01-25 11:28:06 +00:00
ArmV6 ArmPkg/CpuDxe: Exception Handling SP Adjust 2013-09-10 10:10:56 +00:00
CpuDxe.c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention 2011-09-27 16:42:47 +00:00
CpuDxe.h ArmPkg/CpuDxe: Added support to not set a memory region with the same attribute 2013-08-19 17:38:39 +00:00
CpuDxe.inf ArmPkg: Added Aarch64 support 2013-07-18 18:07:46 +00:00
CpuMmuCommon.c ArmPkg/CpuDxe: Added support to not set a memory region with the same attribute 2013-08-19 17:38:39 +00:00
CpuMpCore.c ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platform 2011-09-22 23:14:01 +00:00