arm-trusted-firmware/include
Soby Mathew 031dbb1224 AArch32: Add essential Arch helpers
This patch adds the essential AArch32 architecture helpers
arch.h and arch_helpers.h and modifies `_types.h` to add AArch32
support.

A new build option `ARCH` is defined in the top level makefile to
enable the component makefiles to choose the right files based on the
Architecture it is being build for. Depending on this flag, either
`AARCH32` or `AARCH64` flag is defined by the Makefile. The default
value of `ARCH` flag is `aarch64`. The AArch32 build support will be
added in a later patch.

Change-Id: I405e5fac02db828a55cd25989b572b64cb005241
2016-08-10 12:34:50 +01:00
..
bl1 FWU: Add Generic Firmware Update framework support in BL1 2015-12-09 17:41:18 +00:00
bl31 Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
bl32 Enable use of FIQs and IRQs as TSP interrupts 2015-12-04 12:02:12 +00:00
common Rearrange assembly helper macros 2016-07-19 10:19:08 +01:00
drivers GICv3: Fix the GICD_IROUTER offset 2016-07-27 10:46:09 +01:00
lib AArch32: Add essential Arch helpers 2016-08-10 12:34:50 +01:00
plat Merge pull request #671 from antonio-nino-diaz-arm/an/unoptimised-mem 2016-07-28 09:23:10 +01:00
services Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00