All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support
Date: Wed,  4 Mar 2015 13:12:04 +0100	[thread overview]
Message-ID: <1425471124-18990-1-git-send-email-boris.brezillon@free-electrons.com> (raw)

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

             reply	other threads:[~2015-03-04 12:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 12:12 Boris Brezillon [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425471124-18990-1-git-send-email-boris.brezillon@free-electrons.com \
    --to=boris.brezillon@free-electrons.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.