Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-28 Thread Mark Rutland
Hi Hans, > So it seems that I'm not the only one seeing this, and I've been wrongly > blaming it on the A33, instead it seems to be a kernel bug, triggered > on my A33 due to the display resolution it has. > > For details see: > > http://www.spinics.net/lists/arm-kernel/msg413811.html That's go

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-24 Thread Hans de Goede
Hi Mark, On 17-04-15 12:20, Mark Rutland wrote: On Thu, Apr 16, 2015 at 08:12:31PM +0100, Hans de Goede wrote: Hi, On 16-04-15 19:35, Mark Rutland wrote: On Thu, Apr 16, 2015 at 08:32:03AM +0100, Hans de Goede wrote: Hi, On 15-04-15 21:57, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-17 Thread Mark Rutland
On Thu, Apr 16, 2015 at 08:12:31PM +0100, Hans de Goede wrote: > Hi, > > On 16-04-15 19:35, Mark Rutland wrote: > > On Thu, Apr 16, 2015 at 08:32:03AM +0100, Hans de Goede wrote: > >> Hi, > >> > >> On 15-04-15 21:57, Ian Campbell wrote: > >>> On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote:

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-16 Thread Hans de Goede
Hi, On 16-04-15 19:35, Mark Rutland wrote: On Thu, Apr 16, 2015 at 08:32:03AM +0100, Hans de Goede wrote: Hi, On 15-04-15 21:57, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: For unknown reasons the A33 needs the end of the memory we report to the kernel to be a

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-16 Thread Mark Rutland
On Thu, Apr 16, 2015 at 08:32:03AM +0100, Hans de Goede wrote: > Hi, > > On 15-04-15 21:57, Ian Campbell wrote: > > On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > >> For unknown reasons the A33 needs the end of the memory we report to the > >> kernel to be aligned to a multiple of 4 MiB

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-16 Thread Hans de Goede
Hi, On 15-04-15 21:57, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: For unknown reasons the A33 needs the end of the memory we report to the kernel to be aligned to a multiple of 4 MiB. Do you really mean "the A33 needs" (as in the processor itself) or do you ac

Re: [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-15 Thread Ian Campbell
On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > For unknown reasons the A33 needs the end of the memory we report to the > kernel to be aligned to a multiple of 4 MiB. Do you really mean "the A33 needs" (as in the processor itself) or do you actually mean "the A33 kernel port"? If the l

[U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-14 Thread Hans de Goede
For unknown reasons the A33 needs the end of the memory we report to the kernel to be aligned to a multiple of 4 MiB. Without this things will hang when we hand over control to the kernel. Signed-off-by: Hans de Goede --- drivers/video/sunxi_display.c | 9 + 1 file changed, 9 insertions(