summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:08 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commit4a5e515f914a17425a55bd31ef91a4941c306c0a (patch)
tree96067f975d9ec1d3fbbf1e1f6ef22b04527d93a2 /recipes-bsp/rcw/rcw_git.bb
parent0cc047c53ff5155e23a8901881415d5a7ac37054 (diff)
downloadmeta-freescale-4a5e515f914a17425a55bd31ef91a4941c306c0a.tar.gz
rcw: update to 17254ac
*Update to lsdk 1812 tag include the following changes: 17254ac - ls1046ardb: fix QSPI clock frequecy per data sheet 95691bc - qspi: use byte_swap.tcl under board directory for special board fabb891 - ls2088a: Add ls2088ardb 2a_3d RCW configuration files bf52634 - arm64: ls2088a: Add the workaround of errata A-008851 for 2a_3d fe027eb - ls1043a: Add RCW file for nand and sd secure boot 6ea379b - ls1043aqds: Add RCW file for nand and sd boot 88dea67 - ls1043ardb: Add RCW file for nand and sd boot 45b2220 - ls1046a: add rcw file for nand sd and emmc secure boot a45082b - ls1046aqds: add rcw file for nand and sd boot 7ae30ab - ls1046ardb: add rcw file for emmc and sd boot 6cd0092 - ls1043aqds: Add RCW file for ls1043aqds to support TF-A 99f1447 - lx2160aqds: Add lx2160aqds RCW configuration files bc65c4a - lx2160ardb: Add lx2160ardb RCW configuration files d7f12f8 - LX2160: Add lx2160asi silicon RCW configuration files Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index b5ca24cb..c6bdad23 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "change-file-endianess-native tcl-native"
8inherit deploy siteinfo 8inherit deploy siteinfo
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1"
11SRCREV = "04ec3bbc210fd0d7762c26c0e72182eca5e26deb" 11SRCREV = "17254ac35250197877c6321f9d13e33b1f85388a"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14