[U-Boot] [PATCH] orion5x: edminiv2: add libata support
Tor Krill
tor at excito.com
Thu Jul 1 10:51:33 CEST 2010
On Thu, 2010-07-01 at 10:41 +0200, Prafulla Wadaskar wrote:
>
> > -----Original Message-----
> > From: u-boot-bounces at lists.denx.de
> > [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Tor Krill
> > Sent: Thursday, July 01, 2010 1:07 PM
> > To: Albert Aribaud
> > Cc: u-boot at 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 <albert.aribaud at free.fr>
> > > ---
> > > 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 heads up. I posted a patch with a sata-driver for kirkwood a
> > while back. (We use this with our board and it seems to work fine)
> >
> > http://lists.denx.de/pipermail/u-boot/2010-June/073147.html
>
> I was just trying to test it, May I know relevant board configs?
On our board we have:
/*
* Disk configuration
*/
#define CONFIG_SATA_MV
#define CONFIG_SYS_SATA_MAX_DEVICE 2
#ifdef CONFIG_SATA_MV
#define CONFIG_LBA48
#define CONFIG_LIBATA
#define CONFIG_CMD_SATA
#define CONFIG_DOS_PARTITION
#define CONFIG_CMD_EXT2
#endif
Hopefully i have not missed anything :)
> >
> > Which might have some similarities to the sata controller on orion.
>
> like egiga, we can think of having single sata driver for this.
My thoughts to.
/Tor
More information about the U-Boot
mailing list