Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-13 Thread Alexander Graf
On 13.04.16 22:10, André Przywara wrote: > On 13/04/16 20:48, Alexander Graf wrote: >> >> >> On 13.04.16 21:46, Andre Przywara wrote: >>> Hi, >>> >>> sorry for the late reply, just found your series here. >>> >>> On 30/03/16 16:53, Alexander Graf wrote: On the A64 we usually boot with ATF

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-13 Thread André Przywara
On 13/04/16 20:48, Alexander Graf wrote: > > > On 13.04.16 21:46, Andre Przywara wrote: >> Hi, >> >> sorry for the late reply, just found your series here. >> >> On 30/03/16 16:53, Alexander Graf wrote: >>> On the A64 we usually boot with ATF running in EL3. ATF as it is available >>> today

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-13 Thread Andre Przywara
Hi, sorry for the late reply, just found your series here. On 30/03/16 16:53, Alexander Graf wrote: > On the A64 we usually boot with ATF running in EL3. ATF as it is available > today resides in the first 16MB of RAM. So this is actually a mistake Allwinner made and which we haven't fixed yet.

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-13 Thread Alexander Graf
On 13.04.16 21:46, Andre Przywara wrote: > Hi, > > sorry for the late reply, just found your series here. > > On 30/03/16 16:53, Alexander Graf wrote: >> On the A64 we usually boot with ATF running in EL3. ATF as it is available >> today resides in the first 16MB of RAM. > > So this is

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-01 Thread Alexander Graf
On 01.04.16 13:12, Ian Campbell wrote: > On Fri, 2016-04-01 at 13:08 +0200, Alexander Graf wrote: >> >> On 01.04.16 13:06, Ian Campbell wrote: >>> >>> On Wed, 2016-03-30 at 17:53 +0200, Alexander Graf wrote: On the A64 we usually boot with ATF running in EL3. ATF as it is available

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-01 Thread Ian Campbell
On Fri, 2016-04-01 at 13:08 +0200, Alexander Graf wrote: > > On 01.04.16 13:06, Ian Campbell wrote: > > > > On Wed, 2016-03-30 at 17:53 +0200, Alexander Graf wrote: > > > > > > On the A64 we usually boot with ATF running in EL3. ATF as it is available > > > today resides in the first 16MB of

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-01 Thread Alexander Graf
On 01.04.16 13:06, Ian Campbell wrote: > On Wed, 2016-03-30 at 17:53 +0200, Alexander Graf wrote: >> On the A64 we usually boot with ATF running in EL3. ATF as it is available >> today resides in the first 16MB of RAM. So we should make sure we reserve >> that space in our memory maps. > >

Re: [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-04-01 Thread Ian Campbell
On Wed, 2016-03-30 at 17:53 +0200, Alexander Graf wrote: > On the A64 we usually boot with ATF running in EL3. ATF as it is available > today resides in the first 16MB of RAM. So we should make sure we reserve > that space in our memory maps. Would using fdt_add_mem_rsv() be better than fiddling

[U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

2016-03-30 Thread Alexander Graf
On the A64 we usually boot with ATF running in EL3. ATF as it is available today resides in the first 16MB of RAM. So we should make sure we reserve that space in our memory maps. Signed-off-by: Alexander Graf --- board/sunxi/board.c | 9 + 1 file changed, 9 insertions(+)