kumquat-buildroot/package/freescale-imx
Andrew Webster f3fdb61486 imx-kobs: bump version to 5.4
Changelog:
- Check raw mode flag for backward compatbility
- Fix membership name in bch geometry structure.
- Fix the previous implementation that may ruin the BBM
- Adapt raw page accesses to match the new raw_read/write implementation

The old raw access implementation (in GPMI driver) was considering that
data and OOB data were separated in their respective regions (the data
area and the OOB area of the page), which is not true.
They are actually interleaved this way:

METADATA + ((DATA + ECCBYTES) * N)

The new raw access implementation (in the GPMI driver) is hiding this
weird
layout to MTD users by exposing a more common layout:

DATA + METADATA + (N * ECCBYTES)

Here METADATA + (N * ECCBYTES) are exposed as if they were stored in the
OOB area.

Unfortunately kobs-ng rely on this weird layout when accessing the NAND
in raw mode.

This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/a7545b1

Signed-off-by: Andrew Webster <awebster@arcx.com>
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-15 22:48:40 +02:00
..
firmware-imx firmware-imx: bump to version 5.4 2016-06-15 22:48:40 +02:00
gpu-amd-bin-mx51
imx-codec imx-codec: rename from libfslcodec and bump version to 4.0.9 2016-06-15 22:48:40 +02:00
imx-gpu-viv imx-gpu-viv: bump version to 5.0.11-p8.4 2016-06-15 22:48:40 +02:00
imx-kobs imx-kobs: bump version to 5.4 2016-06-15 22:48:40 +02:00
imx-lib imx-lib: bump version to 5.4 2016-06-15 22:48:40 +02:00
imx-parser imx-parser: rename from libfslparser and bump version to 4.0.9 2016-06-15 22:48:40 +02:00
imx-uuc
imx-vpu imx-vpu: bump to version 5.4.33 2016-06-15 22:48:40 +02:00
imx-vpuwrap imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 2016-06-15 22:48:40 +02:00
kernel-module-imx-gpu-viv
libz160
Config.in imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 2016-06-15 22:48:40 +02:00
freescale-imx.mk