diff options
-rw-r--r-- | recipes-bsp/atf/atf_git.bb | 8 |
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 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native uefi" | 8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native" |
9 | DEPENDS_append_lx2160a += "ddr-phy" | ||
9 | DEPENDS_append_qoriq-arm64 += "optee-os-qoriq" | 10 | DEPENDS_append_qoriq-arm64 += "optee-os-qoriq" |
10 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | 11 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||
14 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | 15 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" |
15 | SRCREV = "4971f394cf32e33e3a9ca23a4faa49d606af31c5" | 16 | SRCREV = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996" |
16 | 17 | ||
17 | SRC_URI += "file://0001-fix-fiptool-build-error.patch \ | 18 | SRC_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 |