public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] cl-som-am57x: initial support
@ 2016-12-28 16:28 Uri Mashiach
  2016-12-28 16:28 ` [U-Boot] [PATCH v4 1/4] arm: am57xx: cl-som-am57x: add initial board support Uri Mashiach
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Uri Mashiach @ 2016-12-28 16:28 UTC (permalink / raw)
  To: u-boot

This patch series adds support for CompuLab CL-SOM-AM57X board and the
SBC-AM57X evaluation kit.

CL-SOM-AM57x is a miniature System-on-Module (SoM) based on
TI Sitara AM57x ARM Cortex-A15 System-on-Chip family.

SBC-AM57x is a single board computer, implemented with the
CL-SOM-AM57x computer-on-module and the SB-SOM-AM57x carrier board.
The CL-SOM-AM57x providing most of the functions and the SB-SOM-AM57x providing
additional peripheral functions and connectors.

The SBC-AM57x has the following features:


CPU:		Texas Instruments Sitara AM5728 dual-core ARM Cortex-A15, 1.5GHz or
		Texas Instruments Sitara AM5718 single-core ARM Cortex-A15, 1.5GHz

RAM:		DDR3, 512MB ? 4GB

Storage:	NAND flash, 512MB - 1GB or eMMC flash, 4GB - 32GB
		SPI-flash 2MB

Ethernet:	Up to 2x 10/100/1000Mbps Ethernet ports (MAC+PHY)

WiFi/BT:	802.11b/g/n WiFi interface (TI WiLink 8 WL1801 chipset) or
		Dual-band 2x2 802.11a/b/g/n WiFi interface (TI WiLink 8 WL1837 chipset)

Analog Audio:	Audio codec with stereo output, stereo input and microphone support

More details can be found here:

https://www.compulab.co.il/products/computer-on-modules/cl-som-am57x-ti-am5728-am5718-system-on-module/

https://www.compulab.co.il/products/sbcs/sbc-am57x-ti-am5728-am5718-single-board-computer/

---
v3 -> v4: Adjusted to v2017.01-rc2

Dmitry Lifshitz (3):
  arm: am57xx: cl-som-am57x: add initial board support
  arm: am57xx: cl-som-am57x: fetch board rev from EEPROM
  arm: am57xx: cl-som-am57x: add ETH support

Uri Mashiach (1):
  arm: am57xx: cl-som-am57x: update default env

 arch/arm/mach-omap2/omap5/Kconfig          |   4 +
 board/compulab/cl-som-am57x/Kconfig        |  12 ++
 board/compulab/cl-som-am57x/MAINTAINERS    |   6 +
 board/compulab/cl-som-am57x/Makefile       |  17 +++
 board/compulab/cl-som-am57x/cl-som-am57x.c |  76 ++++++++++
 board/compulab/cl-som-am57x/eth.c          | 198 ++++++++++++++++++++++++
 board/compulab/cl-som-am57x/mux.c          | 123 +++++++++++++++
 board/compulab/cl-som-am57x/spl.c          | 234 +++++++++++++++++++++++++++++
 configs/cl-som-am57x_defconfig             |  41 +++++
 include/configs/cl-som-am57x.h             | 197 ++++++++++++++++++++++++
 10 files changed, 908 insertions(+)
 create mode 100644 board/compulab/cl-som-am57x/Kconfig
 create mode 100644 board/compulab/cl-som-am57x/MAINTAINERS
 create mode 100644 board/compulab/cl-som-am57x/Makefile
 create mode 100644 board/compulab/cl-som-am57x/cl-som-am57x.c
 create mode 100644 board/compulab/cl-som-am57x/eth.c
 create mode 100644 board/compulab/cl-som-am57x/mux.c
 create mode 100644 board/compulab/cl-som-am57x/spl.c
 create mode 100644 configs/cl-som-am57x_defconfig
 create mode 100644 include/configs/cl-som-am57x.h

-- 
2.7.4

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

end of thread, other threads:[~2017-01-03  1:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-28 16:28 [U-Boot] [PATCH v4 0/4] cl-som-am57x: initial support Uri Mashiach
2016-12-28 16:28 ` [U-Boot] [PATCH v4 1/4] arm: am57xx: cl-som-am57x: add initial board support Uri Mashiach
2017-01-03  1:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-12-28 16:28 ` [U-Boot] [PATCH v4 2/4] arm: am57xx: cl-som-am57x: fetch board rev from EEPROM Uri Mashiach
2017-01-03  1:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-12-28 16:28 ` [U-Boot] [PATCH v4 3/4] arm: am57xx: cl-som-am57x: add ETH support Uri Mashiach
2017-01-03  1:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-12-28 16:28 ` [U-Boot] [PATCH v4 4/4] arm: am57xx: cl-som-am57x: update default env Uri Mashiach
2017-01-03  1:05   ` [U-Boot] [U-Boot, v4, " Tom Rini

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