From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx6q: Add basic support for mx6qsabreauto
Date: Mon, 24 Sep 2012 17:09:54 +0200 [thread overview]
Message-ID: <506077C2.2040405@denx.de> (raw)
In-Reply-To: <1348235883-4805-1-git-send-email-fabio.estevam@freescale.com>
On 21/09/2012 15:58, Fabio Estevam wrote:
> mx6qsabreauto is a board based on mx6q SoC with the following features:
> - 2GB of DDR3
> - 2 USB ports
> - 1 HDMI output port
> - SPI NOR
> - 2 LVDS LCD ports
> - Gigabit Ethernet
> - Camera
> - eMMC and SD card slot
> - Multichannel Audio
> - CAN
> - SATA
> - NAND
> - PCIE
> - Video Input
>
> Add very basic support for it.
Hi Fabio,
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> MAINTAINERS | 1 +
> board/freescale/mx6qsabreauto/Makefile | 41 ++++++
> board/freescale/mx6qsabreauto/imximage.cfg | 159 +++++++++++++++++++++++
> board/freescale/mx6qsabreauto/mx6qsabreauto.c | 117 +++++++++++++++++
> boards.cfg | 1 +
> include/configs/mx6qsabreauto.h | 166 +++++++++++++++++++++++++
> 6 files changed, 485 insertions(+)
> create mode 100644 board/freescale/mx6qsabreauto/Makefile
> create mode 100644 board/freescale/mx6qsabreauto/imximage.cfg
> create mode 100644 board/freescale/mx6qsabreauto/mx6qsabreauto.c
> create mode 100644 include/configs/mx6qsabreauto.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 130d0cc..f6f0b2a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -655,6 +655,7 @@ Fabio Estevam <fabio.estevam@freescale.com>
> mx53ard i.MX53
> mx53smd i.MX53
> mx6qsabresd i.MX6Q
> + mx6qsabreauto i.MX6Q
>
I see that at least the config file is very similar to my6qsabresd. Is
it only now due to a draft support or are the two boards similar ? In
last case, what about to set a common include file, that both boards can
include ?
Best regards,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2012-09-24 15:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 13:58 [U-Boot] [PATCH] mx6q: Add basic support for mx6qsabreauto Fabio Estevam
2012-09-24 15:09 ` Stefano Babic [this message]
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=506077C2.2040405@denx.de \
--to=sbabic@denx.de \
--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.