All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support
@ 2015-03-04 12:12 Boris Brezillon
  2015-03-04 12:13 ` [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach Boris Brezillon
  0 siblings, 1 reply; 12+ messages in thread
From: Boris Brezillon @ 2015-03-04 12:12 UTC (permalink / raw)
  To: u-boot

Hello,

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

The first 2 patches add generic support for MX6 SoCs, avoiding the need
to define SoC variant and imximage.cfg file patch in the deprecated
SYS_EXTRA_OPTIONS Kconfig option.

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

Changes since v1:
- fix board Makefile
- add a MAINTAINERS file
- fix coding style issues
- add error messages where appropriate

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           | 138 ++++++++++++++++++++++++++++++
 board/seco/common/mx6.h           |   9 ++
 board/seco/mx6quq7/MAINTAINERS    |   6 ++
 board/seco/mx6quq7/Makefile       |   7 ++
 board/seco/mx6quq7/mx6quq7-2g.cfg | 173 ++++++++++++++++++++++++++++++++++++++
 board/seco/mx6quq7/mx6quq7.c      | 162 +++++++++++++++++++++++++++++++++++
 configs/secomx6quq7_defconfig     |   7 ++
 include/configs/secomx6quq7.h     | 166 ++++++++++++++++++++++++++++++++++++
 13 files changed, 785 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/MAINTAINERS
 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] 12+ messages in thread

end of thread, other threads:[~2015-03-23 12:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 12:12 [U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support Boris Brezillon
2015-03-04 12:13 ` [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach Boris Brezillon
2015-03-04 12:13   ` [U-Boot] [PATCH v2 2/3] ARM: iMX: define an IMX_CONFIG Kconfig option Boris Brezillon
2015-03-23 12:32     ` Stefano Babic
2015-03-04 12:13   ` [U-Boot] [PATCH v2 3/3] board/seco: Add mx6q-uq7 basic board support Boris Brezillon
2015-03-23 12:32     ` Stefano Babic
2015-03-04 12:43   ` [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach Otavio Salvador
2015-03-04 12:50     ` Boris Brezillon
2015-03-04 15:43       ` Stefano Babic
2015-03-18  9:49         ` Boris Brezillon
2015-03-18  9:58           ` Stefano Babic
2015-03-23 12:32   ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.