Re: [U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-05-07 Thread Beniamino Galvani
On Sun, May 01, 2016 at 12:56:21PM -0600, Simon Glass wrote: > > +config ARCH_MESON > > + bool "Amlogic Meson" > > Please add a help message describing what this is and what features it has. Fixed in v7. > > + /* Reset PHY on GPIOZ_14 */ > > + clrbits_le32(GXBB_GPIO_EN(3), BIT(

Re: [U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-05-01 Thread Tom Rini
On Sun, May 01, 2016 at 12:56:21PM -0600, Simon Glass wrote: > Hi, > > On 24 April 2016 at 00:50, Beniamino Galvani wrote: > > This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a > > board definition for ODROID-C2. This initial submission only supports > > UART and Ethernet (thr

Re: [U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-05-01 Thread Simon Glass
Hi, On 24 April 2016 at 00:50, Beniamino Galvani wrote: > This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a > board definition for ODROID-C2. This initial submission only supports > UART and Ethernet (through the existing Designware driver). DTS files > are the ones submitted

Re: [U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-04-27 Thread Beniamino Galvani
On Mon, Apr 25, 2016 at 04:53:09PM -0400, Tom Rini wrote: > > +#if !defined(CONFIG_IDENT_STRING) > > +# define CONFIG_IDENT_STRING " odroid-c2" > > +#endif > > Would this ever already be set? No, it shouldn't. > > +/* Serial setup */ > > +#define CONFIG_CONS_INDEX 0 > > +#

Re: [U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-04-25 Thread Tom Rini
On Sun, Apr 24, 2016 at 08:50:01AM +0200, Beniamino Galvani wrote: > This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a > board definition for ODROID-C2. This initial submission only supports > UART and Ethernet (through the existing Designware driver). DTS files > are the ones

[U-Boot] [PATCH v5 3/4] arm: add initial support for Amlogic Meson and ODROID-C2

2016-04-23 Thread Beniamino Galvani
This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a board definition for ODROID-C2. This initial submission only supports UART and Ethernet (through the existing Designware driver). DTS files are the ones submitted to Linux arm-soc for 4.7 [1]. [1] https://patchwork.ozlabs.org/pa