[U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Albert Aribaud
Signed-off-by: Albert Aribaud --- This patch: - adds support in libata for the orion5x MVSATAHC controller; - enables orion5x MVSTAHC port 1 on the edmini board; - adds IDE and EXT2 commands to the edminiv2 command set. arch/arm/include/asm/arch-orion5x/orion5x.h | 20 ++- board/L

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Wolfgang Denk
Dear Albert Aribaud, In message <1277933418-682-1-git-send-email-albert.arib...@free.fr> you wrote: > > Signed-off-by: Albert Aribaud > --- > This patch: > - adds support in libata for the orion5x MVSATAHC controller; > - enables orion5x MVSTAHC port 1 on the edmini board; > - adds IDE and EXT2

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Albert ARIBAUD
Le 30/06/2010 23:30, Albert Aribaud a écrit : > This patch: > - adds support in libata for the orion5x MVSATAHC controller; > - enables orion5x MVSTAHC port 1 on the edmini board; > - adds IDE and EXT2 commands to the edminiv2 command set. Note: commands "ide", "esxt2ls" and "ext2load" have been

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Albert ARIBAUD
Hi Wolfgang, Le 30/06/2010 23:39, Wolfgang Denk a écrit : > Dear Albert Aribaud, > > In message<1277933418-682-1-git-send-email-albert.arib...@free.fr> you wrote: >> >> Signed-off-by: Albert Aribaud >> --- >> This patch: >> - adds support in libata for the orion5x MVSATAHC controller; >> - enable

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c2bc6cb.1070...@free.fr> you wrote: > > > Incorrect multiline comment style. > > Will this be ok? Yes. > >> -#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH) > >> +#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-06-30 Thread Albert ARIBAUD
This patch is superseded by a new patch set. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Tor Krill
On Wed, 2010-06-30 at 23:30 +0200, Albert Aribaud wrote: > Signed-off-by: Albert Aribaud > --- > This patch: > - adds support in libata for the orion5x MVSATAHC controller; > - enables orion5x MVSTAHC port 1 on the edmini board; > - adds IDE and EXT2 commands to the edminiv2 command set. Just a h

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tor Krill > Sent: Thursday, July 01, 2010 1:07 PM > To: Albert Aribaud > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] orion5x: edminiv2: add l

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Albert ARIBAUD
Le 01/07/2010 09:36, Tor Krill a écrit : > On Wed, 2010-06-30 at 23:30 +0200, Albert Aribaud wrote: >> Signed-off-by: Albert Aribaud >> --- >> This patch: >> - adds support in libata for the orion5x MVSATAHC controller; >> - enables orion5x MVSTAHC port 1 on the edmini board; >> - adds IDE and EXT2

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Tor Krill
baud > > Cc: u-boot@lists.denx.de > > Subject: Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support > > > > On Wed, 2010-06-30 at 23:30 +0200, Albert Aribaud wrote: > > > Signed-off-by: Albert Aribaud > > > --- > > > This patch: > > >

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Albert ARIBAUD
Le 01/07/2010 09:36, Tor Krill a écrit : > On Wed, 2010-06-30 at 23:30 +0200, Albert Aribaud wrote: >> Signed-off-by: Albert Aribaud >> --- >> This patch: >> - adds support in libata for the orion5x MVSATAHC controller; >> - enables orion5x MVSTAHC port 1 on the edmini board; >> - adds IDE and EXT2

Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support

2010-07-01 Thread Albert ARIBAUD
c: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH] orion5x: edminiv2: add libata support >> >> On Wed, 2010-06-30 at 23:30 +0200, Albert Aribaud wrote: >>> Signed-off-by: Albert Aribaud >>> --- >>> This patch: >>> - adds support in liba