Re: [U-Boot] [PATCH v4 4/9] sunxi: add sun7i cpu, board and start of day support

2014-05-02 Thread Ian Campbell
On Fri, 2014-05-02 at 10:45 +0100, Marc Zyngier wrote: > > #define SUNXI_SRAM_D_BASE 0x01c0 > > +#define SUNXI_SRAM_B_BASE 0x01c0 /* 64 kiB (secure) */ > > Can we please fix these last two values which are obviously wrong (at > least on sun7i, they point to the SRA

Re: [U-Boot] [PATCH v4 4/9] sunxi: add sun7i cpu, board and start of day support

2014-05-02 Thread Marc Zyngier
Hi Ian, On 2014-05-01 19:40, Ian Campbell wrote: This patch adds generic board, start of day and basic build system support for the Allwinner A20 (sun7i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageabl

Re: [U-Boot] [PATCH v4 4/9] sunxi: add sun7i cpu, board and start of day support

2014-05-02 Thread Marek Vasut
On Thursday, May 01, 2014 at 08:40:47 PM, Ian Campbell wrote: > This patch adds generic board, start of day and basic build system support > for the Allwinner A20 (sun7i) processor. This code will not been compiled > until the build is hooked up in a later patch. It has been split out to > keep the

Re: [U-Boot] [PATCH v4 4/9] sunxi: add sun7i cpu, board and start of day support

2014-05-01 Thread Marek Vasut
On Thursday, May 01, 2014 at 08:40:47 PM, Ian Campbell wrote: > This patch adds generic board, start of day and basic build system support > for the Allwinner A20 (sun7i) processor. This code will not been compiled > until the build is hooked up in a later patch. It has been split out to > keep the

[U-Boot] [PATCH v4 4/9] sunxi: add sun7i cpu, board and start of day support

2014-05-01 Thread Ian Campbell
This patch adds generic board, start of day and basic build system support for the Allwinner A20 (sun7i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageable. Signed-off-by: Adam Sampson Signed-off-by: Alek