From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 24 Sep 2012 17:09:54 +0200 Subject: [U-Boot] [PATCH] mx6q: Add basic support for mx6qsabreauto In-Reply-To: <1348235883-4805-1-git-send-email-fabio.estevam@freescale.com> References: <1348235883-4805-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <506077C2.2040405@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 > 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 =====================================================================