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/a70x0-default:nil b/group/tf-l1-build-plat/a70x0-default:nil
index 47ba46f..2a71d6d 100644
--- a/group/tf-l1-build-plat/a70x0-default:nil
+++ b/group/tf-l1-build-plat/a70x0-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 release 14.0.0
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"
diff --git a/group/tf-l1-build-plat/a70x0_amc-default:nil b/group/tf-l1-build-plat/a70x0_amc-default:nil
index 47ba46f..b130c6a 100644
--- a/group/tf-l1-build-plat/a70x0_amc-default:nil
+++ b/group/tf-l1-build-plat/a70x0_amc-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"
diff --git a/group/tf-l1-build-plat/a80x0-default:nil b/group/tf-l1-build-plat/a80x0-default:nil
index 47ba46f..b130c6a 100644
--- a/group/tf-l1-build-plat/a80x0-default:nil
+++ b/group/tf-l1-build-plat/a80x0-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"
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"
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 67a244f..6bcb93d 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -355,8 +355,8 @@
make PLAT=a3700 $(common_flags) SCP_BL2=/dev/null all
# Source files from mv-ddr-marvell repository are necessary
# to build below four platforms
-wget http://files.oss.arm.com/downloads/tf-a/mv-ddr-marvell/mv-ddr-marvell-a881467ef0f0185e6570dd0483023fde93cbb5f5.tar.gz 2> /dev/null
-tar -xzf mv-ddr-marvell-a881467ef0f0185e6570dd0483023fde93cbb5f5.tar.gz 2> /dev/null
+wget http://files.oss.arm.com/downloads/tf-a/mv-ddr-marvell/mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz 2> /dev/null
+tar -xzf mv-ddr-marvell-fae3f6c98230ae51a78e248af5de96fac97a8fca.tar.gz 2> /dev/null
mv mv-ddr-marvell drivers/marvell/mv_ddr
# These platforms from Marvell have dependency on GCC-6.2.1 toolchain