public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] board/seco: Add mx6q-uq7 basic board support
@ 2015-02-16 13:27 Boris Brezillon
  2015-02-16 13:27 ` [U-Boot] [PATCH 1/3] ARM: mx6: move to a standard arch/board approach Boris Brezillon
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Boris Brezillon @ 2015-02-16 13:27 UTC (permalink / raw)
  To: u-boot

Hello,

This series adds a preliminary support for SECO's iMX6 based boards.

The first 2 patches rework the way MX6 support is activated:
 - avoid defining SoC variant and imximage.cfg file path in the
   deprecated SYS_EXTRA_OPTIONS Kconfig option
 - remove the need for the CONFIG_MX6 definition in each board
   config header
Let me know if there already is some WIP to address those issues.

The last patch adds basic support for the mx6q/uq7 SECO board, and a
sane Kconfig skeleton for other SoC (Q, DL and S) and board (uQ7, Q7
and uSBC) variants.

Best Regards,

Boris

Boris Brezillon (3):
  ARM: mx6: move to a standard arch/board approach
  ARM: iMX: define an IMX_CONFIG Kconfig option
  board/seco: Add mx6q-uq7 basic board support

 arch/arm/Kconfig                  |   8 ++
 arch/arm/cpu/armv7/mx6/Kconfig    |  42 +++++++++
 arch/arm/imx-common/Kconfig       |   2 +
 board/seco/Kconfig                |  63 ++++++++++++++
 board/seco/common/Makefile        |   2 +
 board/seco/common/mx6.c           | 137 ++++++++++++++++++++++++++++++
 board/seco/common/mx6.h           |   9 ++
 board/seco/mx6quq7/Makefile       |   7 ++
 board/seco/mx6quq7/mx6quq7-2g.cfg | 173 ++++++++++++++++++++++++++++++++++++++
 board/seco/mx6quq7/mx6quq7.c      | 165 ++++++++++++++++++++++++++++++++++++
 configs/secomx6quq7_defconfig     |   7 ++
 include/configs/secomx6quq7.h     | 162 +++++++++++++++++++++++++++++++++++
 12 files changed, 777 insertions(+)
 create mode 100644 arch/arm/cpu/armv7/mx6/Kconfig
 create mode 100644 arch/arm/imx-common/Kconfig
 create mode 100644 board/seco/Kconfig
 create mode 100644 board/seco/common/Makefile
 create mode 100644 board/seco/common/mx6.c
 create mode 100644 board/seco/common/mx6.h
 create mode 100644 board/seco/mx6quq7/Makefile
 create mode 100644 board/seco/mx6quq7/mx6quq7-2g.cfg
 create mode 100644 board/seco/mx6quq7/mx6quq7.c
 create mode 100644 configs/secomx6quq7_defconfig
 create mode 100644 include/configs/secomx6quq7.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-02 10:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 13:27 [U-Boot] [PATCH 0/3] board/seco: Add mx6q-uq7 basic board support Boris Brezillon
2015-02-16 13:27 ` [U-Boot] [PATCH 1/3] ARM: mx6: move to a standard arch/board approach Boris Brezillon
2015-02-16 13:27 ` [U-Boot] [PATCH 2/3] ARM: iMX: define an IMX_CONFIG Kconfig option Boris Brezillon
2015-02-16 13:27 ` [U-Boot] [PATCH 3/3] board/seco: Add mx6q-uq7 basic board support Boris Brezillon
2015-03-02 10:17   ` Stefano Babic
2015-03-02 10:43     ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox