> -----Original Message-----
> From: u-boot-boun...@lists.denx.de 
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud
> Sent: Tuesday, July 13, 2010 5:33 PM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V5 3/4] cmd_ide: add support for orion5x
> 
> Add MVSATAHC definitions to orion5x.
> Add support for orion5x in cmd_ide.
> 
> Signed-off-by: Albert Aribaud <albert.arib...@free.fr>
> ---
>  arch/arm/include/asm/arch-orion5x/orion5x.h |    3 +++
>  common/cmd_ide.c                            |    4 ++++
>  2 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h 
> b/arch/arm/include/asm/arch-orion5x/orion5x.h
> index 4008c84..100a411 100644
> --- a/arch/arm/include/asm/arch-orion5x/orion5x.h
> +++ b/arch/arm/include/asm/arch-orion5x/orion5x.h
> @@ -55,6 +55,9 @@
>  #define ORION5X_USB20_PORT0_BASE             
> (ORION5X_REGISTER(0x50000))
>  #define ORION5X_USB20_PORT1_BASE             
> (ORION5X_REGISTER(0xA0000))
>  #define ORION5X_EGIGA_BASE                   
> (ORION5X_REGISTER(0x72000))
> +#define ORION5X_SATA_BASE                    
> (ORION5X_REGISTER(0x80000))
> +#define ORION5X_SATA_PORT0_OFFSET            0x2000
> +#define ORION5X_SATA_PORT1_OFFSET            0x4000
>  
>  #define CONFIG_MAX_RAM_BANK_SIZE             (64*1024*1024)
>  
> diff --git a/common/cmd_ide.c b/common/cmd_ide.c
> index 9292a5b..7f98ebb 100644
> --- a/common/cmd_ide.c
> +++ b/common/cmd_ide.c
> @@ -45,6 +45,10 @@
>  #include <mpc5xxx.h>
>  #endif
>  
> +#ifdef CONFIG_ORION5X
> +#include <asm/arch/orion5x.h>
> +#endif
> +
>  #include <ide.h>
>  #include <ata.h>
>  

Acked-by: Prafulla Wadaskar <prafu...@marvell.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to