[U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

Marek Vasut marex at denx.de
Sat Aug 30 16:22:48 CEST 2014


On Saturday, August 30, 2014 at 04:12:09 PM, Fabio Estevam wrote:
> On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut <marex at denx.de> wrote:
> > Add support for the Kosagi Novena board. Currently supported are:
> > - I2C busses
> > - FEC Ethernet
> > - MMC0, MMC1, Booting from MMC
> > - SATA
> > - USB ports
> > - USB Ethernet
> 
> LVDS seems to be missing in the list.

It's only HDMI that is supported right now.

> > +/* OCOTP Configs */
> > +#ifdef CONFIG_CMD_IMXOTP
> > +#define CONFIG_IMX_OTP
> > +#define IMX_OTP_BASE                   OCOTP_BASE_ADDR
> > +#define IMX_OTP_ADDR_MAX               0x7F
> > +#define IMX_OTP_DATA_ERROR_VAL         0xBADABADA
> 
> You are just adding junk here as none of these options exist.

Nice catch, it's CONFIG_CMD_FUSE now.

Best regards,
Marek Vasut


More information about the U-Boot mailing list