marvell: update 'mv-ddr-marvell' sources to version 14.0.0
With the new commits introduced in TF-A marvell platforms an additional
field is required for compilation with the newest mv-ddr-marvell sources
The CI build script should be updated to use 'mv-ddr-devel' branch
version 14.0.4 instead of the old 'mv_ddr-armada-atf-mainline'.
Steps to update the file:
1. Get the tarball from github using browser
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/
tarball/fae3f6c98230ae51a78e248af5de96fac97a8fca
2. Extract and rename directory to "mv-ddr-marvell"(the reason being,
CI expects this directory name) and make tarball again with the name
"mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz"
3. Copy the tarball to sftp server at
http://files.oss.arm.com/downloads/tf-a/mv-ddr-marvell/
Change-Id: Ibca441b74d2c0ea49ee2dd429a5a7c430a0d12ff
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
diff --git a/group/tf-l1-build-plat/a80x0_mcbin-default:nil b/group/tf-l1-build-plat/a80x0_mcbin-default:nil
index 47ba46f..b130c6a 100644
--- a/group/tf-l1-build-plat/a80x0_mcbin-default:nil
+++ b/group/tf-l1-build-plat/a80x0_mcbin-default:nil
@@ -15,9 +15,9 @@
pushd "$workspace"
if [ ! -d "mv-ddr-marvell" ]; then
- # Archive from mv_ddr-armada-atf-mainline branch
+ # Archive from mv-ddr-marvell 14.0.0 release
saveas="mv-ddr-marvell.tar.gz" \
- url="$tfa_downloads/mv-ddr-marvell/mv-ddr-marvell-a881467ef0f0185e6570dd0483023fde93cbb5f5.tar.gz" \
+ url="$tfa_downloads/mv-ddr-marvell/mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz" \
fetch_file
tar -xzf "mv-ddr-marvell.tar.gz"