warp7: Add warp7 platform to the build
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 27 Jul 2018 12:50:15 +0000 (13:50 +0100)
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 4 Sep 2018 13:18:31 +0000 (14:18 +0100)
commit172e55be16df78a368e90469183e3bae4c39085f
tree64762847117a02fee52a47acbfc7fd5b8f8e3921
parent20c0eca0f2a859c2e90b711493360cd5b239d905
warp7: Add warp7 platform to the build

Previous changes in this series made the necessary driver additions and
updates. With those changes in-place we can add the platform.mk and
bl2_el3_setup.c to drive the boot process.

After this commit its possible to build a fully-functional TF-A for the
WaRP7 and boot from the BootROM to the Linux command prompt in secure or
non-secure mode.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
plat/imx/imx7/warp7/platform.mk [new file with mode: 0644]
plat/imx/imx7/warp7/warp7_bl2_el3_setup.c [new file with mode: 0644]