[U-Boot] [PATCH 0/3] Add support for CM-T335 board
Ilya Ledvich
ilya at compulab.co.il
Tue Nov 26 13:24:50 CET 2013
Ping!
On 11/07/2013 07:57 AM, Ilya Ledvich wrote:
> 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
>
More information about the U-Boot
mailing list