summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-02 23:52:17 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:07 +0800
commitc9219c19f29cacc878287d657b409d304aece177 (patch)
tree4217f74750f33457fde0fb79dd4a1129ae0366ec
parented5ecce3c50a13439dc86d4be1b46d79660030f9 (diff)
downloadmeta-fsl-ppc-c9219c19f29cacc878287d657b409d304aece177.tar.gz
rcw: update to commit 521008f
New commits imported: 521008f t1023rdb: RCW's added for Secure Boot 9e7c9d9 t1040qds: rcw: Add SD card SDR mode RCW 7467e6e t1040qds: rcw: set HWA_CGA_M1_CLK_SEL to 1 07af33e t2080qds: rcw: Add eMMC HS200 mode RCW 57fd2c9 t1040qds: rcw: Add eMMC HS200 mode RCW e0b2272 arm: ls1021atwr: fix a bug change serdes to 0x30 795e6e7 arm: ls1021atwr: remove rcw for serdes 0x20 553eff7 arm: ls1021atwr: Change serdes 0x20 to 0x30 8847c6d arm: ls1021atwr: Add rcw for serdes 0x30 support 988d1ca arm: ls1021atwr: Enable Audio and HDMI for 0x70 1d4f34e arm: ls1021atwr: Enable DSPI2 when boot from QSPI and NOR 690613a arm: ls102xa: update PBI for PCIe and SCFG 27642c2 arm: ls102xa: Adjust the PBI command about the load address of U-Boot for NOR boot Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-bsp/rcw/rcw_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 76bbf2a..ffdb547 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b
7 7
8inherit deploy 8inherit deploy
9 9
10SRCBRANCH = "master" 10SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v1.9.x"
11SRCREV = "426f7a6535d93dac76f5125035e0938a85e778d2" 11SRCREV = "521008fe6ec9897fe245e1c1241fc27dad98f24d"
12SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}"
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14