arm-trusted-firmware/plat/arm/board/common
Yatharth Kochar 1a0a3f0622 AArch32: Common changes needed for BL1/BL2
This patch adds common changes to support AArch32 state in
BL1 and BL2. Following are the changes:

* Added functions for disabling MMU from Secure state.
* Added AArch32 specific SMC function.
* Added semihosting support.
* Added reporting of unhandled exceptions.
* Added uniprocessor stack support.
* Added `el3_entrypoint_common` macro that can be
  shared by BL1 and BL32 (SP_MIN) BL stages. The
  `el3_entrypoint_common` is similar to the AArch64
  counterpart with the main difference in the assembly
  instructions and the registers that are relevant to
  AArch32 execution state.
* Enabled `LOAD_IMAGE_V2` flag in Makefile for
  `ARCH=aarch32` and added check to make sure that
  platform has not overridden to disable it.

Change-Id: I33c6d8dfefb2e5d142fdfd06a0f4a7332962e1a3
2016-09-21 16:27:15 +01:00
..
aarch32 AArch32: Common changes needed for BL1/BL2 2016-09-21 16:27:15 +01:00
aarch64 Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
drivers/norflash Add basic NOR flash driver for ARM platforms 2015-11-27 09:34:20 +00:00
rotpk TBB: add platform API to read the ROTPK information 2015-06-25 08:53:26 +01:00
board_arm_trusted_boot.c Implement plat_set_nv_ctr for FVP platforms 2016-06-03 11:17:03 +01:00
board_common.mk AArch32: Common changes needed for BL1/BL2 2016-09-21 16:27:15 +01:00
board_css.mk TBB: add platform API to read the ROTPK information 2015-06-25 08:53:26 +01:00
board_css_common.c Introduce arm_setup_page_tables() function 2016-07-08 14:37:11 +01:00