Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-06 Thread Marek Vasut
On Monday, July 06, 2015 at 11:50:39 PM, Scott Wood wrote: > On Mon, 2015-07-06 at 23:45 +0200, Marek Vasut wrote: > > On Monday, July 06, 2015 at 11:25:35 PM, Scott Wood wrote: > > > On Fri, 2015-07-03 at 15:44 +0200, Marek Vasut wrote: > > > > This is what memalign(3) has > > > > > > > > to say:

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-06 Thread Scott Wood
On Mon, 2015-07-06 at 23:45 +0200, Marek Vasut wrote: > On Monday, July 06, 2015 at 11:25:35 PM, Scott Wood wrote: > > On Fri, 2015-07-03 at 15:44 +0200, Marek Vasut wrote: > > > > > > This is what memalign(3) has > > > > > > to say: > > > > > > " > > > The function posix_memalign() allocates si

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-06 Thread Marek Vasut
On Monday, July 06, 2015 at 11:25:35 PM, Scott Wood wrote: > On Fri, 2015-07-03 at 15:44 +0200, Marek Vasut wrote: > > On Thursday, July 02, 2015 at 11:35:19 PM, Scott Wood wrote: > > > On Thu, 2015-07-02 at 07:53 +0200, Marek Vasut wrote: > > > > On Thursday, July 02, 2015 at 01:04:52 AM, Marcel Z

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-06 Thread Scott Wood
On Fri, 2015-07-03 at 15:44 +0200, Marek Vasut wrote: > On Thursday, July 02, 2015 at 11:35:19 PM, Scott Wood wrote: > > On Thu, 2015-07-02 at 07:53 +0200, Marek Vasut wrote: > > > On Thursday, July 02, 2015 at 01:04:52 AM, Marcel Ziswiler wrote: > > > > From: Marcel Ziswiler > > > > > > > > Vari

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-03 Thread Marek Vasut
On Thursday, July 02, 2015 at 11:35:19 PM, Scott Wood wrote: > On Thu, 2015-07-02 at 07:53 +0200, Marek Vasut wrote: > > On Thursday, July 02, 2015 at 01:04:52 AM, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > Various U-Boot adoptions/extensions to MTD/NAND/UBI did not take buffe

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-02 Thread Scott Wood
On Thu, 2015-07-02 at 07:53 +0200, Marek Vasut wrote: > On Thursday, July 02, 2015 at 01:04:52 AM, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Various U-Boot adoptions/extensions to MTD/NAND/UBI did not take buffer > > alignment into account which led to failures of the following for

Re: [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-01 Thread Marek Vasut
On Thursday, July 02, 2015 at 01:04:52 AM, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > 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 alig

[U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

2015-07-01 Thread Marcel Ziswiler
From: Marcel Ziswiler 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 -