[U-Boot] [PATCH v2 0/2] Support additional Variant for TQMa6 SOM

Markus Niebel niebelm at tqsc.de
Tue Feb 28 15:37:31 UTC 2017


From: Markus Niebel <Markus.Niebel at tq-group.com>

Add support for the SOM variant featuring i.MX6DL. This needs a new
DCD config. The first patch is a small preparation.

Changes for v2:
- Rebase on u-boot-imx master
- Fix minor issues in defconfig files

Markus Niebel (2):
  arm: imx6: tqma6: use CONFIG_TQM6x for SOM specific settings
  arm: imx6: tqma6: add support for TQMa6DL variant

 board/tqc/tqma6/Kconfig            |   7 +++
 board/tqc/tqma6/README             |   3 +
 board/tqc/tqma6/tqma6.c            |   7 +++
 board/tqc/tqma6/tqma6_mba6.c       |  14 +++--
 board/tqc/tqma6/tqma6dl.cfg        | 125 +++++++++++++++++++++++++++++++++++++
 configs/tqma6dl_mba6_mmc_defconfig |  36 +++++++++++
 configs/tqma6dl_mba6_spi_defconfig |  37 +++++++++++
 include/configs/tqma6.h            |  16 ++---
 include/configs/tqma6_mba6.h       |   5 +-
 9 files changed, 235 insertions(+), 15 deletions(-)
 create mode 100644 board/tqc/tqma6/tqma6dl.cfg
 create mode 100644 configs/tqma6dl_mba6_mmc_defconfig
 create mode 100644 configs/tqma6dl_mba6_spi_defconfig

-- 
1.9.1



More information about the U-Boot mailing list