Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Nishanth Menon [mailto:menon.nisha...@gmail.com] > Sent: Wednesday, November 18, 2009 11:38 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > On Wed, Nov 18, 2

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Scott Wood
Nishanth Menon wrote: >> + >> +#define WRITE_NAND_COMMAND(d, adr)\ >> + writel(d, &nand_cs_base->nand_cmd) > writel? i thought u had 16 bit nand device. > >> +#define WRITE_NAND_ADDRESS(d, adr)\ >> + writel(d, &nand_cs_base->nand_adr) >> +#define WRITE_N

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Nishanth Menon
On Wed, Nov 18, 2009 at 12:58 AM, wrote: > From: Vaibhav Hiremath > > User can now choose between NAND and ONENAND support in omap3_evm.h > > Signed-off-by: Vaibhav Hiremath > --- >  include/configs/omap3_evm.h |   27 ++- >  1 files changed, 26 insertions(+), 1 deletions

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, November 18, 2009 2:07 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > > It would have been nic

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Dirk Behme
It would have been nice if subject had a 'v2' now. hvaib...@ti.com wrote: > From: Vaibhav Hiremath Patch description missing here now. And if you re-add, it would be good to mention that you switch from ONENAND to NAND, too. > Signed-off-by: Vaibhav Hiremath > --- > include/configs/omap3_ev

[U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- include/configs/omap3_evm.h | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index a5514ae..fbc45dc 100644 --- a/include/configs/omap3_evm.h +++

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Wednesday, November 18, 2009 1:01 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support > > hvaib...@ti.com wrote: &g

Re: [U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-17 Thread Dirk Behme
hvaib...@ti.com wrote: > From: Vaibhav Hiremath > > User can now choose between NAND and ONENAND support in omap3_evm.h > > Signed-off-by: Vaibhav Hiremath > --- > include/configs/omap3_evm.h | 27 ++- > 1 files changed, 26 insertions(+), 1 deletions(-) > > diff --gi

[U-Boot] [PATCH] OMAP3EVM: Added NAND support

2009-11-17 Thread hvaibhav
From: Vaibhav Hiremath User can now choose between NAND and ONENAND support in omap3_evm.h Signed-off-by: Vaibhav Hiremath --- include/configs/omap3_evm.h | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_evm.h b/include/c