summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commitc7f6c95707a86f521101bca231e3cdafb04da890 (patch)
tree6a0ab296eb9864112b8e674f0f243f36379dcb4a /recipes-bsp/rcw/rcw_git.bb
parent238deb34afc3326989d5efe104bdc8449ffa0968 (diff)
downloadmeta-freescale-c7f6c95707a86f521101bca231e3cdafb04da890.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@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-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 0647c2ce..91ee9d5d 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,9 +7,8 @@ DEPENDS += "change-file-endianess-native"
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