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

Enric Balletbo i Serra eballetbo at gmail.com
Mon Sep 7 07:43:19 CEST 2015


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

Changes since v3:
 - Rebase with current mainline.
 - Fix warning about CONFIG_SYS_MALLOC_F_LEN redefinition.

Changes since v2:
 - Rebased with current mainline.
 - Keep the TI copyright header on some files.
 - Add SPDX tags instead the full verbage.
 - Set default fdtfile to am335x-sl50.dtb (instead uses am33xx-sl50.dtb)

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              |   8 +
 board/tcl/sl50/Kconfig        |  31 ++++
 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          | 154 +++++++++++++++++
 configs/am335x_sl50_defconfig |  10 ++
 include/configs/am335x_sl50.h | 138 +++++++++++++++
 9 files changed, 768 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