[U-Boot] [PATCH 1/5] Introducing AM3517EVM support

Wolfgang Denk wd at denx.de
Mon Nov 23 20:43:27 CET 2009


Dear hvaibhav at ti.com,

In message <1258974382-26568-1-git-send-email-hvaibhav at ti.com> you wrote:
> From: Vaibhav Hiremath <hvaibhav at ti.com>
> 
> Changes:-
> 	- Added board specific directory under board/ti/am3517/
> 	- Basic board support.
> 
> Signed-off-by: Vaibhav Hiremath <hvaibhav at ti.com>
> ---
>  board/ti/am3517evm/Makefile      |   46 +++++
>  board/ti/am3517evm/am3517evm.c   |   76 ++++++++
>  board/ti/am3517evm/am3517evm.h   |  388 ++++++++++++++++++++++++++++++++++++++
>  board/ti/am3517evm/config.mk     |   29 +++
>  include/asm-arm/arch-omap3/mem.h |   10 +
>  5 files changed, 549 insertions(+), 0 deletions(-)
>  create mode 100644 board/ti/am3517evm/Makefile
>  create mode 100644 board/ti/am3517evm/am3517evm.c
>  create mode 100644 board/ti/am3517evm/am3517evm.h
>  create mode 100644 board/ti/am3517evm/config.mk
...
> diff --git a/board/ti/am3517evm/am3517evm.h b/board/ti/am3517evm/am3517evm.h
> new file mode 100644
> index 0000000..7897912
> --- /dev/null
> +++ b/board/ti/am3517evm/am3517evm.h
...
> +#define MUX_AM3517EVM() \
> + /*SDRC*/\
> + MUX_VAL(CP(SDRC_D0),		(IEN  | PTD | DIS | M0)) /*SDRC_D0*/\
> + MUX_VAL(CP(SDRC_D1),		(IEN  | PTD | DIS | M0)) /*SDRC_D1*/\
...

Indentation by TAB, please.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There are no data that cannot be plotted on a straight  line  if  the
axis are chosen correctly.


More information about the U-Boot mailing list