All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/24] atf: update to 7e34aeb
@ 2019-04-01  9:12 C.r. Guo
  2019-04-01  9:12 ` [PATCH 02/24] mc-utils: update to eeb8972 C.r. Guo
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: C.r. Guo @ 2019-04-01  9:12 UTC (permalink / raw)
  To: meta-freescale; +Cc: C.r. Guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*update to lsdk 1903 tag
include the following changes
7e34aeb - Fix 2088 sleep hang
dc16e35 - SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled
5eb3190 - Fast path SMCCC_ARCH_WORKAROUND_1 calls from AArch32
cd1e8ce - Add support for dynamic mitigation for CVE-2018-3639
82c570f - aarch32: Implement static workaround for CVE-2018-3639
2a655ec - Implement static workaround for CVE-2018-3639
90c75d3 - Rename symbols and files relating to CVE-2017-5715
179e18a - Fixup SMCCC_FEATURES return value for SMCCC_ARCH_WORKAROUND_1
2671898 - lx2: Remove setting of POWMGTCSR[LPM20_RQ] from LPM20 flow
7ca22ff - Adding LX2160 system power-down (LPM20)
0f81f07 - ls2088ardb: Add support of Non-ECC UDIMM
ee53ed7 - nxp/lx2: Enable Errate ERRATA_A72_859971 on LX2

*add ddr-phy to DEPENDS for lx2160a
*install ddr4_pmu_train_dmem.bin

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/atf/atf_git.bb | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index 883b7ea..6583be8 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"
 
 inherit deploy
 
-DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native uefi"
+DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native"
+DEPENDS_append_lx2160a += "ddr-phy"
 DEPENDS_append_qoriq-arm64 += "optee-os-qoriq"
 do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
 
 S = "${WORKDIR}/git"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
-SRCREV = "4971f394cf32e33e3a9ca23a4faa49d606af31c5"
+SRCREV = "7e34aebe658c7c3439d2d68b0ce6b9776e8e6996"
 
 SRC_URI += "file://0001-fix-fiptool-build-error.patch \
     file://0001-Makefile-add-CC-gcc.patch \
@@ -81,6 +82,9 @@ do_compile() {
         bl32opt="BL32=${bl32}"
         spdopt="SPD=opteed" 
     fi
+    if [ -f ${DEPLOY_DIR_IMAGE}/ddr-phy/ddr4_pmu_train_dmem.bin ]; then
+        cp ${DEPLOY_DIR_IMAGE}/ddr-phy/*.bin ${S}/
+    fi
 
     for d in ${BOOTTYPE}; do
         case $d in
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2019-04-08 20:44 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  9:12 [PATCH 01/24] atf: update to 7e34aeb C.r. Guo
2019-04-01  9:12 ` [PATCH 02/24] mc-utils: update to eeb8972 C.r. Guo
2019-04-01  9:12 ` [PATCH 03/24] rcw: update to f137787 C.r. Guo
2019-04-01  9:12 ` [PATCH 04/24] u-boot: update to 80b2d2b C.r. Guo
2019-04-01  9:12 ` [PATCH 05/24] uefi: update to de8834d C.r. Guo
2019-04-01  9:12 ` [PATCH 06/24] openssl-qoriq: update to 472c9c3 C.r. Guo
2019-04-01  9:12 ` [PATCH 07/24] cst: update to 2737b8b C.r. Guo
2019-04-01  9:12 ` [PATCH 08/24] eth-config: update to 6164664 C.r. Guo
2019-04-01  9:12 ` [PATCH 09/24] fmlib: update to 69a7047 C.r. Guo
2019-04-01  9:12 ` [PATCH 10/24] aiopsl: update to 87d83d8 C.r. Guo
2019-04-01  9:12 ` [PATCH 11/24] dce: update to 0455555 C.r. Guo
2019-04-01  9:12 ` [PATCH 12/24] mc: Upgrade version to 10.14.3 C.r. Guo
2019-04-01  9:12 ` [PATCH 13/24] restool: update to 8b1dd40 C.r. Guo
2019-04-01  9:12 ` [PATCH 14/24] dpdk: update to c0fe1b9 C.r. Guo
2019-04-01  9:12 ` [PATCH 15/24] ovs-dpdk: Upgrade version to 2.10 C.r. Guo
2019-04-01  9:12 ` [PATCH 16/24] linux-qoriq/4.19 : add recipes C.r. Guo
2019-04-01  9:12 ` [PATCH 17/24] linux-qoriq/4.14:update to 7e52442 C.r. Guo
2019-04-01  9:12 ` [PATCH 18/24] linux-qoriq/4.9: remove recipes C.r. Guo
2019-04-01  9:12 ` [PATCH 19/24] optee-client-qoriq:update to 0842873 C.r. Guo
2019-04-01  9:12 ` [PATCH 20/24] optee-os-qoriq:update to b7a1527 C.r. Guo
2019-04-01  9:12 ` [PATCH 21/24] optee-test-qoriq:update to 6690584 C.r. Guo
2019-04-01  9:12 ` [PATCH 22/24] ddy-phy :update recipes C.r. Guo
2019-04-01  9:12 ` [PATCH 23/24] vpp-core: add "-DCLIB_LOG2_CACHE_LINE_BYTES=6" to CFLAGS C.r. Guo
2019-04-01  9:12 ` [PATCH 24/24] qemu-qoriq: add glib-2.0 zlib pixman dtc to DEPENDS C.r. Guo
2019-04-08  5:13 ` [PATCH 01/24] atf: update to 7e34aeb C.r. Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.