u-boot/lib/zlib
Marcel Ziswiler 4519668b29 mtd/nand/ubi: assortment of alignment fixes
Various U-Boot adoptions/extensions to MTD/NAND/UBI did not take buffer
alignment into account which led to failures of the following form:

ERROR: v7_dcache_inval_range - start address is not aligned - 0x1f7f0108
ERROR: v7_dcache_inval_range - stop address is not aligned - 0x1f7f1108

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Scott Wood <scottwood@freescale.com>
[trini: Add __UBOOT__ hunk to lib/zlib/zutil.c due to malloc.h in common.h]
Signed-off-by: Tom Rini <trini@konsulko.com>
2015-08-28 12:33:17 -04:00
..
Makefile lib: descend into sub directories only when it is necessary 2013-11-17 14:11:30 -05:00
adler32.c lib/zlib: sparse fixes 2012-11-04 11:00:36 -07:00
deflate.c lib: zlib: remove the limitation for cannot using 0 as start 2012-09-29 07:26:08 -07:00
deflate.h lib: zlib: import deflate source file from 1.2.5 2012-09-29 07:26:08 -07:00
inffast.c lib/zlib: sparse fixes 2012-11-04 11:00:36 -07:00
inffast.h zlib: split up to match original source tree 2011-04-30 20:21:45 +02:00
inffixed.h zlib: split up to match original source tree 2011-04-30 20:21:45 +02:00
inflate.c lib/zlib: sparse fixes 2012-11-04 11:00:36 -07:00
inflate.h zlib: split up to match original source tree 2011-04-30 20:21:45 +02:00
inftrees.c lib/zlib: sparse fixes 2012-11-04 11:00:36 -07:00
inftrees.h zlib: split up to match original source tree 2011-04-30 20:21:45 +02:00
trees.c lib: zlib: include deflate into zlib build 2012-09-29 07:26:08 -07:00
trees.h lib: zlib: import trees file from 1.2.5 2012-09-29 07:26:08 -07:00
zlib.c lib: zlib: include deflate into zlib build 2012-09-29 07:26:08 -07:00
zlib.h Replace <compiler.h> with <linux/compiler.h> 2014-12-08 09:35:46 -05:00
zutil.c mtd/nand/ubi: assortment of alignment fixes 2015-08-28 12:33:17 -04:00
zutil.h lib: zlib: include deflate into zlib build 2012-09-29 07:26:08 -07:00