From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Ledvich Date: Tue, 26 Nov 2013 14:24:50 +0200 Subject: [U-Boot] [PATCH 0/3] Add support for CM-T335 board In-Reply-To: <1383803855-12256-1-git-send-email-ilya@compulab.co.il> References: <1383803855-12256-1-git-send-email-ilya@compulab.co.il> Message-ID: <52949312.7050505@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >