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

Tom Rini trini at konsulko.com
Mon Apr 25 22:53:09 CEST 2016


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 submitted to Linux arm-soc for 4.7 [1].
> 
> [1] https://patchwork.ozlabs.org/patch/603583/
> 
> Signed-off-by: Beniamino Galvani <b.galvani at gmail.com>
[snip]
> +#if !defined(CONFIG_IDENT_STRING)
> +# define CONFIG_IDENT_STRING		" odroid-c2"
> +#endif

Would this ever already be set?

> +/* Serial setup */
> +#define CONFIG_CONS_INDEX		0
> +#define CONFIG_BAUDRATE			115200
> +#define CONFIG_SYS_BAUDRATE_TABLE \
> +	{ 4800, 9600, 19200, 38400, 57600, 115200 }

And I assume you could live with the default table really.

Otherwise looks good, thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160425/ac51c626/attachment.sig>


More information about the U-Boot mailing list