Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-04 Thread Tom
Dirk Behme wrote: > Hi Tom, > > Tom Rix wrote: >> Zoom2 is a new board from Texas Instruments and LogicPD >> This is the product description >> http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp >> >> >> >> This patch provides a zoom2 base target by co

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-04 Thread Dirk Behme
Hi Tom, Tom Rix wrote: > Zoom2 is a new board from Texas Instruments and LogicPD > This is the product description > http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp > > This patch provides a zoom2 base target by copying zoom1 and by making some > ob

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 01 Apr , Tom Rix wrote: > Zoom2 is a new board from Texas Instruments and LogicPD > This is the product description > http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp > > This patch provides a zoom2 base target by copying zoom1 and by

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Tom
Scott Wood wrote: > More legacy NAND stuff. You should probably go through the config and > clean out anything that isn't verifiably necessary. > > This has been removed from Zoom2 and Zoom1. Other modifications to the zoom configs will follow after this initial patch set. Tom __

Re: [U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-02 Thread Scott Wood
On Wed, Apr 01, 2009 at 10:02:14PM -0500, Tom Rix wrote: > +#define SECTORSIZE 512 > + > +#define NAND_ALLOW_ERASE_ALL > +#define ADDR_COLUMN 1 > +#define ADDR_PAGE2 > +#define ADDR_COLUMN_PAGE 3 > + > +#define NAND_ChipID_UNKNOWN

[U-Boot] [PATCH 1/8] ZOOM2 Add initial support for Zoom2

2009-04-01 Thread Tom Rix
Zoom2 is a new board from Texas Instruments and LogicPD This is the product description http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp This patch provides a zoom2 base target by copying zoom1 and by making some obvious changes. This target compiles