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
1 parent a8aa7fe commit 1a0a3f0622e4b569513304109d9a0d093b71228a
@Yatharth Kochar Yatharth Kochar authored on 28 Jun 2016
Showing 18 changed files
View
Makefile
View
common/aarch32/debug.S
View
docs/porting-guide.md
View
include/common/aarch32/asm_macros.S
View
include/common/aarch32/el3_common_macros.S 0 → 100644
View
include/lib/aarch32/arch.h
View
include/lib/aarch32/arch_helpers.h
View
include/lib/cpus/aarch32/cpu_macros.S
View
include/plat/common/common_def.h
View
include/plat/common/platform.h
View
lib/aarch32/misc_helpers.S
View
lib/cpus/aarch32/cpu_helpers.S
View
lib/semihosting/aarch32/semihosting_call.S 0 → 100644
View
plat/arm/board/common/aarch32/board_arm_helpers.S 0 → 100644
View
plat/arm/board/common/board_common.mk
View
plat/arm/board/fvp/aarch32/fvp_helpers.S
View
plat/common/aarch32/platform_helpers.S
View
plat/common/aarch32/platform_up_stack.S 0 → 100644