arm-trusted-firmware/include/lib/stdlib
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
..
machine AArch32: Add essential Arch helpers 2016-08-10 12:34:50 +01:00
sys Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
xlocale Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
assert.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
inttypes.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stddef.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stdio.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
stdlib.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
string.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
strings.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00
time.h Move stdlib header files to include/lib/stdlib 2016-06-03 14:20:48 +01:00