arm-trusted-firmware/bl31/aarch64
Soby Mathew 817ac8d19b Fix issue in Floating point register restore
The `fpregs_context_restore()` function used to restore the floating point
regsiter context had a typo error wherein it was doing `str` instead of
`ldr` for a register. This issue remained undetected becuase none of the ARM
Standard development platforms save and restore the floating point register
context when a context switch is done. This patch corrects the issue.

Change-Id: Id178e0ba254a5e0a4a844f54b39d71dc34e0f6ea
2015-12-09 10:37:53 +00:00
..
bl31_arch_setup.c Initialise cpu ops after enabling data cache 2015-03-13 10:38:09 +00:00
bl31_entrypoint.S Introduce COLD_BOOT_SINGLE_CPU build option 2015-11-26 21:32:38 +00:00
context.S Fix issue in Floating point register restore 2015-12-09 10:37:53 +00:00
cpu_data.S PSCI: Migrate TF to the new platform API and CM helpers 2015-08-13 23:48:06 +01:00
crash_reporting.S Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
runtime_exceptions.S Remove the IMF_READ_INTERRUPT_ID build option 2015-11-26 17:07:32 +00:00