summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-31 09:18:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-04 15:33:46 -0300
commit70edf16b68ea3785cc42d67bc6e442c6ef0dfabc (patch)
tree1e723180c0ed76d798e14ce33ee9658f9f088105 /recipes-bsp/imx-kobs
parent100cb2ec685bcfae7f073643f43b1f9badba447c (diff)
downloadmeta-fsl-arm-70edf16b68ea3785cc42d67bc6e442c6ef0dfabc.tar.gz
imx-kobs: Upgrade to 5.1 version
Add i.MX 6UltraLite support. When kobs-ng generates FCB with BCH ecc parity, ecc data might NOT byte align, and requires join the ecc with real FCB data. When the ecc data is byte aligned, the operation is not necessary, just simply copy the data. Generalize the encode_bch_ecc function for different configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_5.1.bb (renamed from recipes-bsp/imx-kobs/imx-kobs_5.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb
index cf51313..be0ac9c 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7 7
8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" 8SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
9 9
10SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20" 10SRC_URI[md5sum] = "b3217106d2ea7da2774835bf264633f1"
11SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702" 11SRC_URI[sha256sum] = "28c7356187ae26a2b37fb37a4b7bfdb63b3628b72d737d897ae6d5b969fbb51a"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14