summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:04 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit8fdc958527d13b07185c1824fc8df072811c66de (patch)
treec338e48401461c7dfe24fb9638776e5c6301a78f /recipes-bsp/rcw/rcw_git.bb
parent694071448d0a72ddbf2c28bf9d71389a03dbb5db (diff)
downloadmeta-freescale-8fdc958527d13b07185c1824fc8df072811c66de.tar.gz
rcw: update to bfe8c5eb
*include the following changes 6f324fc - Use BSD license for both rcw and binary files c69799f - Added copyright to byte_swap.tcl bfe8c5e - Renaming COPYING as BSD-LICENSE 6eed8fd - Add License file to specify folder & supported License 97e88e8 - COPYING: Update the license text bedbdf3 - Updated Copyright 32ec6e7 - ls2088ardb: Add RCWs with Rev1.1 SoC 938ef4f - LS1043ardb: Change value of boot Hold-off to 1 for secure boot 229c8c1 - ls2081ardb: Add RCW for serdes protocol 0x4b_0x3d and 0x4b_0x43 db0c695 - ls2081arb: Update RCWs c982661 - ls1021a: qspi_boot: Update u-boot address according to DASH memory mapping 507bef8 - SECURE_BOOT: Update u-boot hdr address as per DASH memory map 34ace1b - ls2088ardb: Fix SRDS_DIV_PEX_S2 value 0ff45c5 - ls2088ardb: Update README for ref clock 4f4b9d6 - ls1088a: Add initial RCW binaraies cc98653 - ls2081ardb: Add RCWs for serdes protocol 0x4b_0x51 60782ba - ls2088ardb: Set EVT_9 to enable GPIO interface 1b240e6 - ls2088ardb: Add QSPI-boot RCW 886e3fd - Merge branch 'ls2' into alpha release 5d4624f - ls2088a: Add RCW with a new SerDes protocol fe6844e - board: ls1012aqds: Add support of 0x2205 SerDes protocol 900340e - ls2088aqds: Add initial RCW binaries 32c580c - ls2088ardb: Add RCWs for serdes protocl 0x2a_0x41 83a7a66 - ls1088a: Remove ls1088 directory ae1f2b5 - Merge pull request #37 in DPAA2/ls2-rcw from ~B22300/ls2-rcw-local:origin/master to master 666c9eb - Merge pull request #36 in DPAA2/ls2-rcw from ~B32579/ls2-rcw:master to master 585f03e - ls208xa: Make folders and name consistent 6a7a0e5 - ls2088a: Delete ls2088a rcws as it is not part of SDK f358729 - ls1012a: Make folders and name consistent 5b5695f - ls1012a: Add support of RCW for FRDM, RDB and QDS boards Signed-off-by: Chunrong Guo <B40290@freescale.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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index a5126ad0..877822f2 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -1,14 +1,14 @@
1SUMMARY = "Reset Configuration Word" 1SUMMARY = "Reset Configuration Word"
2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" 2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3775480a712fc46a69647678acb234cb" 4LIC_FILES_CHKSUM = "file://BSD-LICENSE;md5=627727dce58484c4bd5f9b19665d81b3"
5 5
6DEPENDS += "change-file-endianess-native tcl-native" 6DEPENDS += "change-file-endianess-native tcl-native"
7 7
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1" 10SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1"
11SRCREV = "7bd43d920065171a8d805a3d02fa4c0b39885664" 11SRCREV = "bfe8c5eb72cbae387af1c8662957caa801c2309f"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14