All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tor Krill <tor@excito.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] orion5x: edminiv2: add libata support
Date: Thu, 01 Jul 2010 10:51:33 +0200	[thread overview]
Message-ID: <1277974293.2221.134.camel@tor-desktop> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A4A02AB0@SC-VEXCH4.marvell.com>

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@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

  reply	other threads:[~2010-07-01  8:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30 21:30 [U-Boot] [PATCH] orion5x: edminiv2: add libata support Albert Aribaud
2010-06-30 21:39 ` Wolfgang Denk
2010-06-30 22:35   ` Albert ARIBAUD
2010-06-30 22:48     ` Wolfgang Denk
2010-07-01  0:35       ` Albert ARIBAUD
2010-07-01  0:37         ` [U-Boot] [PATCH 1/4] ide: add configuration CONFIG_IDE_SWAP_IO Albert Aribaud
2010-07-01  0:38           ` [U-Boot] [PATCH 2/4] orion5x: edminiv2: add CMD_IDE support Albert Aribaud
2010-07-01  0:38             ` [U-Boot] [PATCH 3/4] orion5x: fix typo in comment Albert Aribaud
2010-07-01  0:38               ` [U-Boot] [PATCH 4/4] edminiv2: inttroduce CONFIG_SKIP_LOWLEVEL_INIT Albert Aribaud
2010-06-30 21:42 ` [U-Boot] [PATCH] orion5x: edminiv2: add libata support Albert ARIBAUD
2010-07-01  7:36 ` Tor Krill
2010-07-01  8:41   ` Prafulla Wadaskar
2010-07-01  8:51     ` Tor Krill [this message]
2010-07-01 12:00     ` Albert ARIBAUD
2010-07-01  8:51   ` Albert ARIBAUD
2010-07-01  8:52   ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277974293.2221.134.camel@tor-desktop \
    --to=tor@excito.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.