public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [Patch v2 0/7] Add support for TQMa6 modules
@ 2014-06-16 16:51 Markus Niebel
  2014-06-16 16:51 ` [U-Boot] [Patch v2 1/7] Add TQ Systems TQMa6 board support Markus Niebel
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Markus Niebel @ 2014-06-16 16:51 UTC (permalink / raw)
  To: u-boot

From: Markus Niebel <Markus.Niebel@tq-group.com>

This series add support for the TQMa6 boards from TQ Systems.
The first Patch adds basic support for the modiules and the 
starterkit baseboard while the other patches add additional features

Markus Niebel (7):
  Add TQ Systems TQMa6 board support
  TQMa6: mba6: add RGMII enet
  TQMa6: add SPI support
  TQMa6: add SPI NOR boot support
  TQMa6: MBa6: add usb support
  TQMa6: add I2C support
  TQMa6: add pmic support

 board/tqc/tqma6/Makefile     |    9 +
 board/tqc/tqma6/README       |   35 ++++
 board/tqc/tqma6/clocks.cfg   |   24 +++
 board/tqc/tqma6/tqma6.c      |  258 +++++++++++++++++++++++
 board/tqc/tqma6/tqma6_bb.h   |   30 +++
 board/tqc/tqma6/tqma6_mba6.c |  358 +++++++++++++++++++++++++++++++
 board/tqc/tqma6/tqma6q.cfg   |  125 +++++++++++
 board/tqc/tqma6/tqma6s.cfg   |  125 +++++++++++
 boards.cfg                   |    4 +
 include/configs/tqma6.h      |  477 ++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 1445 insertions(+)
 create mode 100644 board/tqc/tqma6/Makefile
 create mode 100644 board/tqc/tqma6/README
 create mode 100644 board/tqc/tqma6/clocks.cfg
 create mode 100644 board/tqc/tqma6/tqma6.c
 create mode 100644 board/tqc/tqma6/tqma6_bb.h
 create mode 100644 board/tqc/tqma6/tqma6_mba6.c
 create mode 100644 board/tqc/tqma6/tqma6q.cfg
 create mode 100644 board/tqc/tqma6/tqma6s.cfg
 create mode 100644 include/configs/tqma6.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-06-23 10:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 16:51 [U-Boot] [Patch v2 0/7] Add support for TQMa6 modules Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 1/7] Add TQ Systems TQMa6 board support Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 2/7] TQMa6: mba6: add RGMII enet Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 3/7] TQMa6: add SPI support Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 4/7] TQMa6: add SPI NOR boot support Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 5/7] TQMa6: MBa6: add usb support Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 6/7] TQMa6: add I2C support Markus Niebel
2014-06-16 16:51 ` [U-Boot] [Patch v2 7/7] TQMa6: add pmic support Markus Niebel
2014-06-17 15:55 ` [U-Boot] [Patch v2 0/7] Add support for TQMa6 modules Stefano Babic
2014-06-17 17:40   ` Markus Niebel
2014-06-17 17:58     ` Stefano Babic
2014-06-23  9:52       ` Markus Niebel
2014-06-23 10:07         ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox