]> code.ossystems Code Review - meta-freescale.git/commitdiff
rcw: install rev2 binaries for lx2160ardb
authorTing Liu <ting.liu@nxp.com>
Sat, 18 Apr 2020 09:59:12 +0000 (17:59 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 May 2020 18:52:35 +0000 (15:52 -0300)
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>
recipes-bsp/rcw/rcw_git.bb

index a2172df1e3cb9357b2e0253de96bbb68afd7ec4c..ad24ea33127070905d727d5ef6d414274269abef 100644 (file)
@@ -19,6 +19,7 @@ M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITE
 BOARD_TARGETS="${M}"
 BOARD_TARGETS_ls2088ardb="${M} ${M}_rev1.1"
 BOARD_TARGETS_ls1088ardb-pb="ls1088ardb"
+BOARD_TARGETS_lx2160ardb = "${M} ${M}_rev2"
 
 do_install () {
     for BT in ${BOARD_TARGETS}