public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] ARM: OMAP5: add cm-t54 board support
@ 2014-04-27 10:17 Dmitry Lifshitz
  2014-04-27 10:17 ` [U-Boot] [PATCH 1/4] ARM: OMAP5: add UART4 support Dmitry Lifshitz
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Dmitry Lifshitz @ 2014-04-27 10:17 UTC (permalink / raw)
  To: u-boot

Add support for CompuLab cm-t54 CoM, based on OMAP5432 CPU.

http://compulab.co.il/products/computer-on-modules/cm-t54/

Basic support includes:

* Boot from MMC/SD and eMMC
* USB
* LAN

Dmitry Lifshitz (4):
  ARM: OMAP5: add UART4 support
  ARM: OMAP5: Power: add LDO2 support for Palmas driver
  ARM: OMAP5: add CKO buffer control mask
  cm-t54: add cm-t54 board support

 arch/arm/include/asm/arch-omap5/clock.h |    3 +
 arch/arm/include/asm/arch-omap5/omap.h  |    1 +
 board/compulab/cm_t54/Makefile          |   10 ++
 board/compulab/cm_t54/cm_t54.c          |  177 +++++++++++++++++++++++++++++++
 board/compulab/cm_t54/mux.c             |   94 ++++++++++++++++
 board/compulab/cm_t54/spl.c             |   66 ++++++++++++
 boards.cfg                              |    1 +
 include/configs/cm_t54.h                |  144 +++++++++++++++++++++++++
 include/palmas.h                        |    4 +
 9 files changed, 500 insertions(+), 0 deletions(-)
 create mode 100644 board/compulab/cm_t54/Makefile
 create mode 100644 board/compulab/cm_t54/cm_t54.c
 create mode 100644 board/compulab/cm_t54/mux.c
 create mode 100644 board/compulab/cm_t54/spl.c
 create mode 100644 include/configs/cm_t54.h

-- 
1.7.5.4

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

end of thread, other threads:[~2014-05-23 23:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-27 10:17 [U-Boot] [PATCH 0/4] ARM: OMAP5: add cm-t54 board support Dmitry Lifshitz
2014-04-27 10:17 ` [U-Boot] [PATCH 1/4] ARM: OMAP5: add UART4 support Dmitry Lifshitz
2014-05-14  1:35   ` [U-Boot] [U-Boot,1/4] " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 2/4] ARM: OMAP5: Power: add LDO2 support for Palmas driver Dmitry Lifshitz
2014-05-14  1:36   ` [U-Boot] [U-Boot, " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 3/4] ARM: OMAP5: add CKO buffer control mask Dmitry Lifshitz
2014-05-14  1:36   ` [U-Boot] [U-Boot,3/4] " Tom Rini
2014-04-27 10:17 ` [U-Boot] [PATCH 4/4] cm-t54: add cm-t54 board support Dmitry Lifshitz
2014-05-06 17:45   ` Tom Rini
2014-05-14  6:19     ` Igor Grinberg
2014-05-19  9:50     ` [U-Boot] [PATCH v2 " Dmitry Lifshitz
2014-05-23 23:50       ` [U-Boot] [U-Boot,v2,4/4] " Tom Rini

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