Re: [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-05-02 Thread Ian Campbell
On Sun, 2015-04-26 at 20:31 +0200, Hans de Goede wrote: > Ok, so I've gone over the entire dram init code another time, and I've > not been able to find a single place where I can add a define with a > meaningful name to replace the magic values. OK, thanks for double checking. > So no v2 for thi

Re: [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-04-26 Thread Hans de Goede
Hi, On 04/16/2015 11:09 AM, Ian Campbell wrote: On Thu, 2015-04-16 at 09:27 +0200, Hans de Goede wrote: Hi, On 15-04-15 21:56, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: From: Vishnu Patekar Based on Allwinner dram init code from the a33 bsp: https://github

Re: [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-04-16 Thread Ian Campbell
On Thu, 2015-04-16 at 09:27 +0200, Hans de Goede wrote: > Hi, > > On 15-04-15 21:56, Ian Campbell wrote: > > On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > >> From: Vishnu Patekar > >> > >> Based on Allwinner dram init code from the a33 bsp: > >> https://github.com/allwinner-zh/bootloa

Re: [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-04-16 Thread Hans de Goede
Hi, On 15-04-15 21:56, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: From: Vishnu Patekar Based on Allwinner dram init code from the a33 bsp: https://github.com/allwinner-zh/bootloader/blob/master/basic_loader/bsp/bsp_for_a33/init_dram/mctl_hal.c Initial u-boot

Re: [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-04-15 Thread Ian Campbell
On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > From: Vishnu Patekar > > Based on Allwinner dram init code from the a33 bsp: > https://github.com/allwinner-zh/bootloader/blob/master/basic_loader/bsp/bsp_for_a33/init_dram/mctl_hal.c > > Initial u-boot port by Vishnu Patekar, major clean