From: Sergei Shtylyov <sshtylyov@mvista.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add mvsata support for the Sheevaplug devices
Date: Sat, 14 Aug 2010 16:19:27 +0400 [thread overview]
Message-ID: <4C6689CF.8010601@mvista.com> (raw)
In-Reply-To: <4C6635C1.2080507@gmail.com>
Hello.
GEAK wrote:
> Add mvsata support to SHEEVAPLUG
> Signed-off-by: G?rald Kerma <geraker@gmail.com>
> ---
> include/configs/sheevaplug.h | 29 +++++++++++++++++++++++++++++
> 1 files changed, 29 insertions(+), 0 deletions(-)
> diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
> index c5de86e..6a80c15 100644
> --- a/include/configs/sheevaplug.h
> +++ b/include/configs/sheevaplug.h
[...]
> @@ -196,6 +197,34 @@
> #endif /* CONFIG_CMD_USB */
>
> /*
> + * IDe Support on SATA port0
> + */
> +#ifdef CONFIG_CMD_IDE
> +#define __io
> +#define CONFIG_CMD_EXT2
> +#define CONFIG_MVSATA_IDE
> +#define CONFIG_IDE_PREINIT
> +#define CONFIG_MVSATA_IDE_USE_PORT0
> +/* Needs byte-swapping for ATA data register */
> +#define CONFIG_IDE_SWAP_IO
> +/* Data, registers and alternate blocks are at the same offset */
> +#define CONFIG_SYS_ATA_DATA_OFFSET (0x0100)
> +#define CONFIG_SYS_ATA_REG_OFFSET (0x0100)
> +#define CONFIG_SYS_ATA_ALT_OFFSET (0x0100)
The parens are useless here.
WBR, Sergei
next prev parent reply other threads:[~2010-08-14 12:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-14 6:20 [U-Boot] [PATCH] Add mvsata support for the Sheevaplug devices GEAK
2010-08-14 6:28 ` Wolfgang Denk
2010-08-14 7:00 ` [U-Boot] [PATCH v2] " Gérald Kerma
2010-08-14 12:19 ` Sergei Shtylyov [this message]
2010-08-14 13:03 ` [U-Boot] [PATCH] " 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=4C6689CF.8010601@mvista.com \
--to=sshtylyov@mvista.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.