Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-17 Thread Luka Perkov
On Tue, Apr 17, 2012 at 02:19:16PM -0500, David Purdy wrote: > On Tue, Apr 17, 2012 at 1:47 PM, Luka Perkov wrote: > Any chance this same patch would similarly help other Kirkwood boxes > that have two SATA ports? Yes. If you have another board to test please do so and give your comment here: ht

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-17 Thread David Purdy
On Tue, Apr 17, 2012 at 1:47 PM, Luka Perkov wrote: > Hi Simon! Hi Prafulla! > > On Tue, Apr 17, 2012 at 02:14:23AM -0700, Prafulla Wadaskar wrote: >> > #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / >> > CONFIG_SYS_IDE_MAXBUS)) >> > >> > in ide.h fixes the problem for me and detects both

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-17 Thread Luka Perkov
Hi Simon! Hi Prafulla! On Tue, Apr 17, 2012 at 02:14:23AM -0700, Prafulla Wadaskar wrote: > > #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / > > CONFIG_SYS_IDE_MAXBUS)) > > > > in ide.h fixes the problem for me and detects both the internal hard > > disk and the hard disk at the eSATA po

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-17 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Simon Baatz > Sent: 17 April 2012 04:34 > To: u-boot@lists.denx.de; drea...@doukki.net; Luka Perkov > Subject: Re: [U-Boot] [PATCH v7] kirkwood: add NAS

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-16 Thread Simon Baatz
Hi, Am 14.04.2012 19:25, schrieb Luka Perkov: > NAS6210 eSATA port is not working from uboot... That is why there are > CONFIG_BOARD_IS_IB_NAS6210 and CONFIG_BOARD_IS_IB_NAS6220 in ib62x0.h > config file. > > I think I have found the reason why the eSATA port is not working on the 6210. I think t

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-15 Thread Luka Perkov
Hi Marek, On Sun, Apr 15, 2012 at 12:41:10PM +0200, Marek Vasut wrote: > > +#define CONFIG_ENV_SIZE0x2 > > +#define CONFIG_ENV_OFFSET 0x8 > > The indent is weird in here? No. Indentation is ok, the "+" moves it, when you apply the patch it looks ok in include/configs/ib62x0.

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-15 Thread Marek Vasut
Dear Luka Perkov, > Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220. > > NAS6210 has 1 SATA and 1 eSATA port while NAS6220 has 2 SATA ports. > > More information about the boards can be found here: > > http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7036 > http: