diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:04 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | 8fdc958527d13b07185c1824fc8df072811c66de (patch) | |
tree | c338e48401461c7dfe24fb9638776e5c6301a78f /recipes-bsp | |
parent | 694071448d0a72ddbf2c28bf9d71389a03dbb5db (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/rcw/ls2-rcw_git.bb | 8 | ||||
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index 019ae352..af1df71b 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-bsp/rcw/ls2-rcw_git.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
3 | LICENSE = "Freescale-Binary-EULA" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=8835a59e50213e1b21243dd00c933e47" | 4 | LIC_FILES_CHKSUM = "file://BSD-LICENSE;md5=627727dce58484c4bd5f9b19665d81b3" |
5 | 5 | ||
6 | inherit deploy siteinfo | 6 | inherit deploy siteinfo |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 8 | INHIBIT_DEFAULT_DEPS = "1" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1" | 11 | SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1" |
12 | SRCREV = "5d4624f74ad2744160060a006b7b5a6359d69142" | 12 | SRCREV = "bfe8c5eb72cbae387af1c8662957caa801c2309f" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
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 @@ | |||
1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3775480a712fc46a69647678acb234cb" | 4 | LIC_FILES_CHKSUM = "file://BSD-LICENSE;md5=627727dce58484c4bd5f9b19665d81b3" |
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native tcl-native" | 6 | DEPENDS += "change-file-endianess-native tcl-native" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1" | 10 | SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1" |
11 | SRCREV = "7bd43d920065171a8d805a3d02fa4c0b39885664" | 11 | SRCREV = "bfe8c5eb72cbae387af1c8662957caa801c2309f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||