arm-trusted-firmware/bl31
Achin Gupta c429b5e932 Add context library API to change a bit in SCR_EL3
This patch adds an API to write to any bit in the SCR_EL3 member of
the 'cpu_context' structure of the current CPU for a specified
security state. This API will be used in subsequent patches which
introduce interrupt management in EL3 to specify the interrupt routing
model when execution is not in EL3.

It also renames the cm_set_el3_elr() function to cm_set_elr_el3()
which is more in line with the system register name being targeted by
the API.

Change-Id: I310fa7d8f827ad3f350325eca2fb28cb350a85ed
2014-05-22 17:45:59 +01:00
..
aarch64 Add support for BL3-1 as a reset vector 2014-05-22 16:25:09 +01:00
bl31.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
bl31.mk Add support for BL3-1 as a reset vector 2014-05-22 16:25:09 +01:00
bl31_main.c Rework memory information passing to BL3-x images 2014-05-22 16:19:32 +01:00
context_mgmt.c Add context library API to change a bit in SCR_EL3 2014-05-22 17:45:59 +01:00
runtime_svc.c Rework BL3-1 unhandled exception handling and reporting 2014-05-16 14:51:00 +01:00