arm-trusted-firmware/lib
Achin Gupta 4a826ddad8 rework general purpose registers save and restore
The runtime exception handling assembler code used magic numbers for
saving and restoring the general purpose register context on stack
memory. The memory is interpreted as a 'gp_regs' structure and the
magic numbers are offsets to members of this structure. This patch
replaces the magic number offsets with constants. It also adds compile
time assertions to prevent an incorrect assembler view of this
structure.

Change-Id: Ibf125bfdd62ba3a33e58c5f1d71f8c229720781c
2013-12-05 12:28:50 +00:00
..
arch/aarch64 rework general purpose registers save and restore 2013-12-05 12:28:50 +00:00
non-semihosting Enable third party contributions 2013-12-05 11:34:09 +00:00
semihosting Enable third party contributions 2013-12-05 11:34:09 +00:00
sync/locks Enable third party contributions 2013-12-05 11:34:09 +00:00
mmio.c Enable third party contributions 2013-12-05 11:34:09 +00:00