Re: [U-Boot] [PATCH v4] ARM DaVinci Adding DM357 Support

2009-05-09 Thread Paulraj, Sandeep
Jean-Christophe, Please see inline > -Original Message- > From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] > Sent: Saturday, May 09, 2009 10:08 AM > To: Paulraj, Sandeep > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PAT

Re: [U-Boot] [PATCH v4] ARM DaVinci Adding DM357 Support

2009-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +#ifndef __CONFIG_H > +#define __CONFIG_H > +#include > + > +/* > + * > + */ > +#define DM357_EVM > +#define CONFIG_SYS_NAND_SMALLPAGE > +#define CONFIG_SYS_USE_NAND > +/* > + * SoC Configuration > + */ > +#define CONFIG_ARM926EJS /* arm926ejs CPU core */ > +#define CONFI

[U-Boot] [PATCH v4] ARM DaVinci Adding DM357 Support

2009-05-08 Thread s-paulraj
Patch adds Support for DaVinci DM357. It boots of a small page NAND on the EVM. It does not have NOR support. This patch has been tested on the DM357 EVM. The patch does not have Ethernet Support yet. Ethernet Support will be added soon Signed-off-by: Sandeep Paulraj --- Makefile