Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Michal Simek
On 9.3.2018 13:23, Mark Kettenis wrote: >> From: Wolfgang Denk >> Date: Fri, 09 Mar 2018 12:26:01 +0100 >> >> Dear Michal, >> >> In message you wrote: >>> Can you please add some comments what the consequences of this

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Michal Simek
Dear Wolfgang, On 9.3.2018 13:02, Wolfgang Denk wrote: > Dear Michal, > > In message you wrote: >> >> We are not seeing any issue from u-boot code itself and I can believe >> that structures and accesses are aligned properly. >> >> The initial

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Mark Kettenis
> From: Wolfgang Denk > Date: Fri, 09 Mar 2018 12:26:01 +0100 > > Dear Michal, > > In message you wrote: > > > > > Can you please add some comments what the consequences of this > > > change are? I guess there are advantages, but

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Wolfgang Denk
Dear Michal, In message you wrote: > > We are not seeing any issue from u-boot code itself and I can believe > that structures and accesses are aligned properly. > > The initial reason was that u-boot allows you to run for example command > md 1

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Michal Simek
Dear Wolfgang, On 9.3.2018 12:26, Wolfgang Denk wrote: > Dear Michal, > > In message you wrote: >> >>> Can you please add some comments what the consequences of this >>> change are? I guess there are advantages, but I also guess these >>> come

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-09 Thread Wolfgang Denk
Dear Michal, In message you wrote: > > > Can you please add some comments what the consequences of this > > change are? I guess there are advantages, but I also guess these > > come at a price? > > That's something what I am expecting from this

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-08 Thread Michal Simek
Hi Wolfgang, On 8.3.2018 23:52, Wolfgang Denk wrote: > Dear Michal, > > In message > <029f7f8f6d89cc77c92e04223a7402376e050f56.1520433579.git.michal.si...@xilinx.com> > you wrote: >> From: Nitin Jain >> >> This patch is used for disable the strict alignment of data >>

Re: [U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-08 Thread Wolfgang Denk
Dear Michal, In message <029f7f8f6d89cc77c92e04223a7402376e050f56.1520433579.git.michal.si...@xilinx.com> you wrote: > From: Nitin Jain > > This patch is used for disable the strict alignment of data > to avoid the memory alignment issues. Can you please add some

[U-Boot] [PATCH] arm: Disable the strict alignment of data on armv7

2018-03-07 Thread Michal Simek
From: Nitin Jain This patch is used for disable the strict alignment of data to avoid the memory alignment issues. Also setup this option for Xilinx Zynq. Signed-off-by: Nitin Jain Signed-off-by: Siva Durga Prasad Paladugu