marvell: Move BLE from external repo to the platform folder
authorKonstantin Porotchkin <kostap@marvell.com>
Wed, 3 Oct 2018 11:21:42 +0000 (14:21 +0300)
committerKonstantin Porotchkin <kostap@marvell.com>
Wed, 3 Oct 2018 12:31:19 +0000 (15:31 +0300)
commit37c4341b1064de53c4271c1459c489ea3cb9d878
treecf690b6021b92e05f0fc76c0c61fb6cbcef19293
parenta4277cda5c7f57a7205f4c29edbb488d518c29b5
marvell: Move BLE from external repo to the platform folder

The BLE is the pre-TF-A boot stage required by Marvell Armada
BootROM for bringing up DRAM and allow the boot image copy to it.
Since this is not a standard boot level and only uses the TF-A
as a build environment, it was introduced out of source tree.
However it turns out that such remote location introduces additional
complexity to the upstream TF-A build process.
In order to simplify the build environment the BLE source folder
is relocated from the external repository to A8K platform directory.
The build documentation is updated accordingly.

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
docs/marvell/build.txt
plat/marvell/a8k/common/a8k_common.mk
plat/marvell/a8k/common/ble/ble.ld.S [new file with mode: 0644]
plat/marvell/a8k/common/ble/ble.mk [new file with mode: 0644]
plat/marvell/a8k/common/ble/ble_main.c [new file with mode: 0644]
plat/marvell/a8k/common/ble/ble_mem.S [new file with mode: 0644]