summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf/atf_git.bb')
-rw-r--r--recipes-bsp/atf/atf_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index 883b7eaf..6583be84 100644
--- a/recipes-bsp/atf/atf_git.bb
+++ b/recipes-bsp/atf/atf_git.bb
@@ -5,14 +5,15 @@ LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443"
5 5
6inherit deploy 6inherit deploy
7 7
8DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native uefi" 8DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native"
9DEPENDS_append_lx2160a += "ddr-phy"
9DEPENDS_append_qoriq-arm64 += "optee-os-qoriq" 10DEPENDS_append_qoriq-arm64 += "optee-os-qoriq"
10do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" 11do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
11 12
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
13 14
14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" 15SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
15SRCREV = "4971f394cf32e33e3a9ca23a4faa49d606af31c5" 16SRCREV = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996"
16 17
17SRC_URI += "file://0001-fix-fiptool-build-error.patch \ 18SRC_URI += "file://0001-fix-fiptool-build-error.patch \
18 file://0001-Makefile-add-CC-gcc.patch \ 19 file://0001-Makefile-add-CC-gcc.patch \
@@ -81,6 +82,9 @@ do_compile() {
81 bl32opt="BL32=${bl32}" 82 bl32opt="BL32=${bl32}"
82 spdopt="SPD=opteed" 83 spdopt="SPD=opteed"
83 fi 84 fi
85 if [ -f ${DEPLOY_DIR_IMAGE}/ddr-phy/ddr4_pmu_train_dmem.bin ]; then
86 cp ${DEPLOY_DIR_IMAGE}/ddr-phy/*.bin ${S}/
87 fi
84 88
85 for d in ${BOOTTYPE}; do 89 for d in ${BOOTTYPE}; do
86 case $d in 90 case $d in