
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