All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add support for CM-T335 board
@ 2013-11-07  5:57 Ilya Ledvich
  2013-11-07  5:57 ` [U-Boot] [PATCH 1/3] cm_t335: add cm_t335 board support Ilya Ledvich
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ilya Ledvich @ 2013-11-07  5:57 UTC (permalink / raw)
  To: u-boot

This patch series adds support for the Compulab CM-T335 board.
The board is based on TI Sitara AM3352/4 SoC and provides folowing features:
 - 128MB to 512MB DDR3
 - 128MB to 1GB NAND as a main storage
 - Micro SD/MMC card as a secondary storage
 - USB2.0 x4 host ports or USB2.0 x1 OTG port
 - Gigabit Ethernet, WiFi 802.11, Bluetooth, CAN bus, UART
 - LCD/DVI/LVDS display, touchscreen
 - Analog audio

Ilya Ledvich (3):
  cm_t335: add cm_t335 board support
  cm_t335: add support for status LED
  cm_t335: add support for pca9555 i2c gpio extender

 arch/arm/include/asm/arch-am33xx/ddr_defs.h |    6 +
 board/compulab/cm_t335/Makefile             |   32 +++++
 board/compulab/cm_t335/cm_t335.c            |  162 ++++++++++++++++++++++++
 board/compulab/cm_t335/mux.c                |  117 +++++++++++++++++
 board/compulab/cm_t335/spl.c                |  110 ++++++++++++++++
 board/compulab/cm_t335/u-boot.lds           |  101 +++++++++++++++
 boards.cfg                                  |    1 +
 include/configs/cm_t335.h                   |  182 +++++++++++++++++++++++++++
 8 files changed, 711 insertions(+)
 create mode 100644 board/compulab/cm_t335/Makefile
 create mode 100644 board/compulab/cm_t335/cm_t335.c
 create mode 100644 board/compulab/cm_t335/mux.c
 create mode 100644 board/compulab/cm_t335/spl.c
 create mode 100644 board/compulab/cm_t335/u-boot.lds
 create mode 100644 include/configs/cm_t335.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-04 22:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  5:57 [U-Boot] [PATCH 0/3] Add support for CM-T335 board Ilya Ledvich
2013-11-07  5:57 ` [U-Boot] [PATCH 1/3] cm_t335: add cm_t335 board support Ilya Ledvich
2013-12-04 22:03   ` [U-Boot] [U-Boot,1/3] " Tom Rini
2013-11-07  5:57 ` [U-Boot] [PATCH 2/3] cm_t335: add support for status LED Ilya Ledvich
2013-12-04 22:03   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2013-11-07  5:57 ` [U-Boot] [PATCH 3/3] cm_t335: add support for pca9555 i2c gpio extender Ilya Ledvich
2013-12-04 22:03   ` [U-Boot] [U-Boot, " Tom Rini
2013-11-26 12:24 ` [U-Boot] [PATCH 0/3] Add support for CM-T335 board Ilya Ledvich

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.