[U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

Igor Grinberg grinberg at compulab.co.il
Wed Oct 12 10:04:34 CEST 2011


On 10/11/11 15:51, Chandan Nath wrote:
> This patch adds basic support for booting the board.
> This patch adds support for the UART necessary to
> get to the u-boot prompt.
> 
> Signed-off-by: Chandan Nath <chandan.nath at ti.com>
> ---
>  Support for additional peripherals depends on this patchset.
>  Will be posting them soon.
> 
>  arch/arm/cpu/armv7/am33xx/Makefile |    2 +-
>  arch/arm/cpu/armv7/am33xx/board.c  |   66 +++++++++
>  board/ti/am335x/Makefile           |   43 ++++++
>  board/ti/am335x/common_def.h       |   24 +++
>  board/ti/am335x/evm.c              |   50 +++++++
>  board/ti/am335x/mux.c              |  278 ++++++++++++++++++++++++++++++++++++
>  boards.cfg                         |    1 +
>  drivers/serial/ns16550.c           |    7 +-
>  include/configs/am335x_evm.h       |  121 ++++++++++++++++
>  9 files changed, 589 insertions(+), 3 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/am33xx/board.c
>  create mode 100644 board/ti/am335x/Makefile
>  create mode 100644 board/ti/am335x/common_def.h
>  create mode 100644 board/ti/am335x/evm.c
>  create mode 100644 board/ti/am335x/mux.c
>  create mode 100644 include/configs/am335x_evm.h

Also the MAINTAINERS file should be updated.


-- 
Regards,
Igor.


More information about the U-Boot mailing list