summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-18 17:59:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-06 15:52:35 -0300
commit3f49905b0af22a2118cdb33af7c2552b37955301 (patch)
tree60a18baefea7481e42fb550397600ac235a5aa7d
parentd355d9e7c2a12763784e8c110d46df601cb4e07a (diff)
downloadmeta-freescale-3f49905b0af22a2118cdb33af7c2552b37955301.tar.gz
rcw: install rev2 binaries for lx2160ardb
Now LX2160A rev2 is supported. Install rcw for both rev1 and rev2. LX2160A rev2 processor fixes some PCIe/qDMA/SATA/USB/FlexCAN issues. A new Reference Design Board (https://www.nxp.com/part/LX2160A-RDB-B) ships it. RCW binaries in folder lx2160ardb_rev2 is for the Reference Design Board with Rev 2 processor. Old boards uses rcw binariess in folder lx2160ardb. Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--recipes-bsp/rcw/rcw_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index a2172df1..ad24ea33 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -19,6 +19,7 @@ M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITE
19BOARD_TARGETS="${M}" 19BOARD_TARGETS="${M}"
20BOARD_TARGETS_ls2088ardb="${M} ${M}_rev1.1" 20BOARD_TARGETS_ls2088ardb="${M} ${M}_rev1.1"
21BOARD_TARGETS_ls1088ardb-pb="ls1088ardb" 21BOARD_TARGETS_ls1088ardb-pb="ls1088ardb"
22BOARD_TARGETS_lx2160ardb = "${M} ${M}_rev2"
22 23
23do_install () { 24do_install () {
24 for BT in ${BOARD_TARGETS} 25 for BT in ${BOARD_TARGETS}