AArch32: Add generic changes in BL2
authorYatharth Kochar <yatharth.kochar@arm.com>
Thu, 30 Jun 2016 13:52:12 +0000 (14:52 +0100)
committerYatharth Kochar <yatharth.kochar@arm.com>
Wed, 21 Sep 2016 15:27:58 +0000 (16:27 +0100)
commitd48c12e928c6e86d95c3c17e8fb56f0292afc623
treeef6d74ab123999b4f3b0e7394b98aea8cabceba8
parent83fc4a930bad68ca0014a25e0c41dc71cffa28b3
AArch32: Add generic changes in BL2

This patch adds generic changes in BL2 to support AArch32 state.
New AArch32 specific assembly/C files are introduced and
some files are moved to AArch32/64 specific folders.
BL2 for AArch64 is refactored but functionally identical.

BL2 executes in Secure SVC mode in AArch32 state.

Change-Id: Ifaacbc2a91f8640876385b953adb24744d9dbde3
bl2/aarch32/bl2_arch_setup.c [new file with mode: 0644]
bl2/aarch32/bl2_entrypoint.S [new file with mode: 0644]
bl2/bl2.mk
bl2/bl2_main.c