AArch32: Add `TRUSTED_BOARD_BOOT` support
authordp-arm <dimitris.papastamos@arm.com>
Wed, 15 Feb 2017 11:07:55 +0000 (11:07 +0000)
committerdp-arm <dimitris.papastamos@arm.com>
Mon, 15 May 2017 15:34:27 +0000 (16:34 +0100)
commita44090080308beefe64d302bcc76de70f0d1d280
tree0edd9b32b2e24f34b9d72d25cf29a80e6a95d175
parentb6285d64c12ae653c39ecdc3a4c47369aca9d7b0
AArch32: Add `TRUSTED_BOARD_BOOT` support

This patch adds `TRUSTED_BOARD_BOOT` support for AArch32 mode.

To build this patch the "mbedtls/include/mbedtls/bignum.h"
needs to be modified to remove `#define MBEDTLS_HAVE_UDBL`
when `MBEDTLS_HAVE_INT32` is defined. This is a workaround
for "https://github.com/ARMmbed/mbedtls/issues/708"

NOTE: TBBR support on Juno AArch32 is not currently supported.

Change-Id: I86d80e30b9139adc4d9663f112801ece42deafcf
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
Co-Authored-By: Yatharth Kochar <yatharth.kochar@arm.com>
Makefile
bl1/aarch32/bl1_entrypoint.S
bl1/aarch32/bl1_exceptions.S
bl1/bl1_fwu.c
bl1/bl1_main.c
include/plat/arm/common/arm_def.h
make_helpers/tbbr/tbbr_tools.mk
plat/arm/board/fvp/platform.mk