From 4bfab68ec2466433afd66f7dc927ff5f767b042d Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 31 Jul 2015 09:18:42 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-bsp/imx-kobs/imx-kobs_5.0.bb | 15 --------------- recipes-bsp/imx-kobs/imx-kobs_5.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 recipes-bsp/imx-kobs/imx-kobs_5.0.bb create mode 100644 recipes-bsp/imx-kobs/imx-kobs_5.1.bb diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb b/recipes-bsp/imx-kobs/imx-kobs_5.0.bb deleted file mode 100644 index cf5131332..000000000 --- a/recipes-bsp/imx-kobs/imx-kobs_5.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2013-2015 Freescale Semiconductor - -SUMMARY = "Nand boot write source" -SECTION = "base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" - -SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" - -SRC_URI[md5sum] = "a5ae42bdc5daefa3c2f939f860abfd20" -SRC_URI[sha256sum] = "68402230910b9f82690988eb6deb612f724f2dbc8aa6f9376714062b898e5702" - -inherit autotools pkgconfig - -COMPATIBLE_MACHINE = "(imx)" diff --git a/recipes-bsp/imx-kobs/imx-kobs_5.1.bb b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb new file mode 100644 index 000000000..be0ac9cc8 --- /dev/null +++ b/recipes-bsp/imx-kobs/imx-kobs_5.1.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2013-2015 Freescale Semiconductor + +SUMMARY = "Nand boot write source" +SECTION = "base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" + +SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz" + +SRC_URI[md5sum] = "b3217106d2ea7da2774835bf264633f1" +SRC_URI[sha256sum] = "28c7356187ae26a2b37fb37a4b7bfdb63b3628b72d737d897ae6d5b969fbb51a" + +inherit autotools pkgconfig + +COMPATIBLE_MACHINE = "(imx)" -- cgit v1.2.3-54-g00ecf