summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-04-06 11:23:27 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-06 16:39:57 -0300
commit0e7ab78ecf928385b195c4b2b567ea83681d43fb (patch)
treea00d879e7f28ec100aa8fd334228b522234a4710 /recipes-bsp/rcw/rcw_git.bb
parente6ad5b5d0914e503ccc88d6e6d7634f4917d792b (diff)
downloadmeta-freescale-0e7ab78ecf928385b195c4b2b567ea83681d43fb.tar.gz
rcw: upgrade to LSDK-20.04
Upgrade reset config word for QorIQ platform to LSDK-20.04 with following fixes/commits since LSDK-19.09: * 5689bf9 ls1028a: Increase FSPI clock frequency * 882217e Update QSPI speed to higher value of order of max at 75MHz * 153f772 LX2160A-Rev2: Add serdes lane equalization settings ethernet interfaces * 6d3370b Update NXP Copyright information * 74b88fb lx2160a_rev2 : Add support for lx2160a Rev2 configuration files * 0cfa084 ls1043ardb: Update async clock frequency provided to Fman module * d7a4fbd ls1028a: Add RCW for 899b * b1d0b6c LS1028a: Add workaround for sata errata A-010554 Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 7ba4ec63..efb6ed95 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://LICENSE;md5=45a017ee5f4cfe64b1cddf2eb06cffc7" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe"
5 5
6DEPENDS += "change-file-endianess-native tcl-native" 6DEPENDS += "change-file-endianess-native tcl-native"
7 7
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 = "28803f86938eb2a1df2cbcc16c15ebf862fbb1e9" 11SRCREV = "5689bf9c9f087f50aaa0d91b43d8a791fedbedd3"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14