public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] sata_sil Driver on a PowerPC
Date: Tue, 20 Dec 2011 05:41:50 +0100	[thread overview]
Message-ID: <201112200541.50766.sr@denx.de> (raw)
In-Reply-To: <web-5903614@atlantech.net>

Hi John,

On Monday 19 December 2011 22:26:09 johnc wrote:
> I am using the 405EX "Kilauea" Evaluation Board from
> Applied Micro, and am
> trying to get a Silicon Image 3124 PCIe to SATA adaptor
> working on it.
> 
> I have modified the Kilauea configuration to include the
> sata_sil driver with
> the following in the configuration file:
> 
> 	#define CONFIG_CMD_SATA
> 	#define CONFIG_FSL_SATA         1

This is definitely wrong. "FSL" is for "Freescale". So its a driver for 
Freescales SoC SATA controller.

There is a driver for the SI3124 though. Try this in your config header:

#define CONFIG_CMD_SATA
#define CONFIG_SATA_SIL3114
#define CONFIG_SYS_SATA_MAX_DEVICE	2
#define CONFIG_LIBATA
#define CONFIG_LBA48

Not sure if it works though. I have never used this driver personally.

Best regards,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

  reply	other threads:[~2011-12-20  4:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-19 21:26 [U-Boot] sata_sil Driver on a PowerPC johnc
2011-12-20  4:41 ` Stefan Roese [this message]
2011-12-20 12:59   ` John M Cavallo
2011-12-20 13:03     ` Stefan Roese

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=201112200541.50766.sr@denx.de \
    --to=sr@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox