Re: [U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-12 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Friday, September 11, 2009 7:22 PM > To: Prafulla Wadaskar > Cc: U-Boot ML; Dhaval Vasa; Prabhanjan Sarnaik; Ashish > Karkare; Ben Warren > Subject: Re: [PATCH v2] Support for the OpenRD base boa

Re: [U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-11 Thread Simon Kagstrom
On Fri, 11 Sep 2009 06:33:44 -0700 Prafulla Wadaskar wrote: > > > > +#define CONFIG_ENV_SIZE 0x2 /* 128k */ > > > > +#define CONFIG_ENV_ADDR 0xa > > > > +#define CONFIG_ENV_OFFSET0xa /* env > > starts here */ > > > Do you really n

Re: [U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-11 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Friday, September 11, 2009 5:48 PM > To: Prafulla Wadaskar > Cc: U-Boot ML; Dhaval Vasa; Prabhanjan Sarnaik; Ashish Karkare > Subject: Re: [PATCH v2] Support for the OpenRD base board > > Thanks

Re: [U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-11 Thread Simon Kagstrom
Thanks for the comments Prafulla! I'll update the patch according to them, but have some questions: On Fri, 11 Sep 2009 03:43:04 -0700 Prafulla Wadaskar wrote: > > +#define CONFIG_ENV_SIZE 0x2 /* 128k */ > > +#define CONFIG_ENV_ADDR 0xa > > +#de

Re: [U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-11 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Friday, September 11, 2009 1:45 PM > To: U-Boot ML > Cc: Prafulla Wadaskar; Dhaval Vasa; Prabhanjan Sarnaik; Ashish Karkare > Subject: [PATCH v2] Support for the OpenRD base board > > Support for th

[U-Boot] [PATCH v2] Support for the OpenRD base board

2009-09-11 Thread Simon Kagstrom
Support for the OpenRD base board The implementation is borrowed from the sheevaplug board and the Marvell 1.1.4 code and likely to be a bit incomplete. Signed-off-by: Simon Kagstrom --- The configuration does not include UBIFS support, which still needs he remaining patches for the bitops clean