All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA boot support
Date: Wed, 29 Jan 2014 11:03:03 +0200	[thread overview]
Message-ID: <52E8C3C7.2010301@ti.com> (raw)
In-Reply-To: <1390939305-13973-2-git-send-email-dmurphy@ti.com>

Hi Dan,

On 01/28/2014 10:01 PM, Dan Murphy wrote:
> Add the SATA boot support for OMAP5 and dra7xx.
> 
> Renamed the omap_sata_init to the common init_sata(int dev)
> for commonality in with sata stack.
> 
> Added the ROM boot device ID for SATA.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  arch/arm/cpu/armv7/omap-common/sata.c |    3 ++-
>  arch/arm/include/asm/arch-omap5/spl.h |    1 +
>  board/ti/dra7xx/evm.c                 |    2 +-
>  board/ti/omap5_uevm/evm.c             |    2 +-
>  4 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/cpu/armv7/omap-common/sata.c b/arch/arm/cpu/armv7/omap-common/sata.c
> index f5468c4..cad4fee 100644
> --- a/arch/arm/cpu/armv7/omap-common/sata.c
> +++ b/arch/arm/cpu/armv7/omap-common/sata.c
> @@ -12,6 +12,7 @@
>  #include <scsi.h>
>  #include <asm/arch/clock.h>
>  #include <asm/arch/sata.h>
> +#include <sata.h>
>  #include <asm/io.h>
>  #include "pipe3-phy.h"
>  
> @@ -31,7 +32,7 @@ struct omap_pipe3 sata_phy = {
>  	.dpll_map = dpll_map_sata,
>  };
>  
> -int omap_sata_init(void)
> +int init_sata(int dev)
>  {
>  	int ret;
>  	u32 val;
> diff --git a/arch/arm/include/asm/arch-omap5/spl.h b/arch/arm/include/asm/arch-omap5/spl.h
> index 2d5a62e..4a279cf 100644
> --- a/arch/arm/include/asm/arch-omap5/spl.h
> +++ b/arch/arm/include/asm/arch-omap5/spl.h
> @@ -15,6 +15,7 @@
>  #define BOOT_DEVICE_MMC1        5
>  #define BOOT_DEVICE_MMC2        6
>  #define BOOT_DEVICE_MMC2_2	7
> +#define BOOT_DEVICE_SATA	9
>  #define BOOT_DEVICE_SPI		10
>  #define BOOT_DEVICE_UART	0x43
>  
> diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c
> index 1b60b8f..38d656c 100644
> --- a/board/ti/dra7xx/evm.c
> +++ b/board/ti/dra7xx/evm.c
> @@ -80,7 +80,7 @@ int board_init(void)
>  
>  int board_late_init(void)
>  {
> -	omap_sata_init();
> +	init_sata(0);
>  	return 0;
>  }
>  
> diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
> index af854da..abf7fe3 100644
> --- a/board/ti/omap5_uevm/evm.c
> +++ b/board/ti/omap5_uevm/evm.c
> @@ -70,7 +70,7 @@ int board_init(void)
>  
>  int board_late_init(void)
>  {
> -	omap_sata_init();
> +	init_sata(0);
>  	return 0;
>  }
>  
> 
Still need to get rid of omap_sata_init() from arch/arm/include/asm/arch-omap5/sata.h

cheers,
-roger

  reply	other threads:[~2014-01-29  9:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28 20:01 [U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support Dan Murphy
2014-01-28 20:01 ` [U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA " Dan Murphy
2014-01-29  9:03   ` Roger Quadros [this message]
2014-01-29 13:04     ` Dan Murphy
2014-01-29  9:16 ` [U-Boot] [uBoot 1/2] common: spl: Add spl sata " Roger Quadros
2014-01-29 13:07   ` Dan Murphy
2014-01-29 14:25     ` Roger Quadros

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=52E8C3C7.2010301@ti.com \
    --to=rogerq@ti.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.