public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c Part 1/1
Date: Tue, 16 Dec 2008 22:58:09 +0100	[thread overview]
Message-ID: <20081216215809.GJ24266@game.jcrosoft.org> (raw)
In-Reply-To: <493846e5.IKdOHwF2kDjrnHN0%stefan.althoefer@web.de>

On 22:08 Thu 04 Dec     , Stefan Althoefer wrote:
> [PATCH] ARM: add IDE init to lib_arm/board.c
> 
> This patch adds ide_init() to the arm boot process.
> 
> 
> The patch is against "latest" u-boot git-repository
> 
> Please (still) be patient if style of submission or patches are
> offending.
> 
> Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
> ----
> 
> diff -uprN u-boot-orig//lib_arm/board.c u-boot/lib_arm/board.c
> --- u-boot-orig//lib_arm/board.c	2008-12-02 17:25:32.000000000 +0100
> +++ u-boot/lib_arm/board.c	2008-12-02 23:29:36.000000000 +0100
> @@ -441,6 +441,11 @@ extern void davinci_eth_set_mac_addr (co
>  	}
>  #endif
>  
> +#if defined(CONFIG_CMD_IDE)
> +        puts("IDE:   ");
> +        ide_init();
> +#endif /* CONFIG_CMD_IDE */
are you sure it will work?

Best Regards,
J.

  reply	other threads:[~2008-12-16 21:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-04 21:09 [U-Boot] [PATCH] IXP425: Changing serial port initialization sequence Part 1/1 Stefan Althoefer
2008-12-04 21:09 ` [U-Boot] [PATCH] IXP425: Improving print_cpuinfo code " Stefan Althoefer
2008-12-04 21:08   ` [U-Boot] [PATCH] ARM: add IDE init to lib_arm/board.c " Stefan Althoefer
2008-12-16 21:58     ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-12-16 23:19       ` Stefan Althoefer
2008-12-17 12:45         ` michael
2008-12-17 13:10           ` michael
2008-12-17 14:35             ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-17 20:47               ` Stefan Althoefer
2008-12-17  7:56       ` michael
2008-12-16 21:54   ` [U-Boot] [PATCH] IXP425: Improving print_cpuinfo code " Jean-Christophe PLAGNIOL-VILLARD
2008-12-16 22:28     ` Stefan Althoefer
2008-12-16 23:18       ` Jean-Christophe PLAGNIOL-VILLARD

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=20081216215809.GJ24266@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox