Re: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support

2015-01-20 Thread Ian Campbell
On Mon, 2015-01-19 at 20:44 +0100, Hans de Goede wrote: > Hi, > > On 17-01-15 23:59, Ian Campbell wrote: > > On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > >> Add initial sun9i (A80) support, only uart + mmc are supported for now. > >> > >> Signed-off-by: Hans de Goede > > > > Acked-by

Re: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support

2015-01-19 Thread Hans de Goede
Hi, On 17-01-15 23:59, Ian Campbell wrote: On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: Add initial sun9i (A80) support, only uart + mmc are supported for now. Signed-off-by: Hans de Goede Acked-by: Ian Campbell +#define CONFIG_SYS_PROMPT "sun9i# " Should we make all th

Re: [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support

2015-01-17 Thread Ian Campbell
On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > Add initial sun9i (A80) support, only uart + mmc are supported for now. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell > +#define CONFIG_SYS_PROMPT"sun9i# " Should we make all these say "sunxi# " in the common header inste

[U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support

2015-01-15 Thread Hans de Goede
Add initial sun9i (A80) support, only uart + mmc are supported for now. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/Makefile| 2 ++ arch/arm/cpu/armv7/sunxi/board.c | 4 arch/arm/cpu/armv7/sunxi/cpu_info.c | 5 + arch/arm/cpu/armv7/sunxi/lowlevel_in