[U-Boot] [PATCHv2 0/1] Add Toby-Churchill SL50 board support

Enric Balletbo i Serra eballetbo at gmail.com
Thu May 28 14:47:51 CEST 2015


This patch series adds support for SL50 board based on TI AM335x SoC.

Changes since v1:
 - Rebased with current mainline.
 - Fix implicit declaration of function 'is_valid_ether_addr'
   (and the resulting link failure).

Best regards,

Enric Balletbo i Serra (1):
  board: Add Toby-Churchill SL50 board support.

 arch/arm/Kconfig              |   6 +
 board/tcl/sl50/Kconfig        |  34 ++++
 board/tcl/sl50/MAINTAINERS    |   6 +
 board/tcl/sl50/Makefile       |  13 ++
 board/tcl/sl50/board.c        | 386 ++++++++++++++++++++++++++++++++++++++++++
 board/tcl/sl50/board.h        |  22 +++
 board/tcl/sl50/mux.c          | 161 ++++++++++++++++++
 configs/am335x_sl50_defconfig |   7 +
 include/configs/am335x_sl50.h | 141 +++++++++++++++
 9 files changed, 776 insertions(+)
 create mode 100644 board/tcl/sl50/Kconfig
 create mode 100644 board/tcl/sl50/MAINTAINERS
 create mode 100644 board/tcl/sl50/Makefile
 create mode 100644 board/tcl/sl50/board.c
 create mode 100644 board/tcl/sl50/board.h
 create mode 100644 board/tcl/sl50/mux.c
 create mode 100644 configs/am335x_sl50_defconfig
 create mode 100644 include/configs/am335x_sl50.h

-- 
2.1.0



More information about the U-Boot mailing list