arm-trusted-firmware/bl2
Andrew Thoelke 7935d0a59d Access system registers directly in assembler
Instead of using the system register helper functions to read
or write system registers, assembler coded functions should
use MRS/MSR instructions. This results in faster and more
compact code.

This change replaces all usage of the helper functions with
direct register accesses.

Change-Id: I791d5f11f257010bb3e6a72c6c5ab8779f1982b3
2014-05-07 11:29:50 +01:00
..
aarch64 Access system registers directly in assembler 2014-05-07 11:29:50 +01:00
bl2.ld.S Use --gc-sections during link 2014-03-26 21:54:37 +00:00
bl2.mk Remove vpath usage in makefiles 2014-05-06 12:35:02 +01:00
bl2_main.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00
bl2_private.h Separate BL functions out of arch.h 2014-05-06 12:35:02 +01:00