U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] cl-som-am57x: initial support
@ 2016-12-01  8:28 Uri Mashiach
  2016-12-01  8:28 ` [U-Boot] [PATCH 1/5] arm: am57xx: cl-som-am57x: add initial board support Uri Mashiach
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Uri Mashiach @ 2016-12-01  8: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/

Dmitry Lifshitz (4):
  arm: am57xx: cl-som-am57x: add initial board support
  arm: am57xx: cl-som-am57x: add MMC as a boot devices for spl
  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/cpu/armv7/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          | 199 ++++++++++++++++++++++++++
 board/compulab/cl-som-am57x/mux.c          | 123 ++++++++++++++++
 board/compulab/cl-som-am57x/spl.c          | 222 +++++++++++++++++++++++++++++
 configs/cl-som-am57x_defconfig             |  41 ++++++
 include/configs/cl-som-am57x.h             | 204 ++++++++++++++++++++++++++
 10 files changed, 904 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] 13+ messages in thread

end of thread, other threads:[~2016-12-04 14:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01  8:28 [U-Boot] [PATCH 0/5] cl-som-am57x: initial support Uri Mashiach
2016-12-01  8:28 ` [U-Boot] [PATCH 1/5] arm: am57xx: cl-som-am57x: add initial board support Uri Mashiach
2016-12-01 15:36   ` Tom Rini
2016-12-04  7:58     ` Uri Mashiach
2016-12-04 14:26       ` Tom Rini
2016-12-01  8:28 ` [U-Boot] [PATCH 2/5] arm: am57xx: cl-som-am57x: add MMC as a boot devices for spl Uri Mashiach
2016-12-01 15:37   ` Tom Rini
2016-12-01  8:28 ` [U-Boot] [PATCH 3/5] arm: am57xx: cl-som-am57x: fetch board rev from EEPROM Uri Mashiach
2016-12-01 15:37   ` Tom Rini
2016-12-01  8:28 ` [U-Boot] [PATCH 4/5] arm: am57xx: cl-som-am57x: add ETH support Uri Mashiach
2016-12-01 15:38   ` Tom Rini
2016-12-01  8:28 ` [U-Boot] [PATCH 5/5] arm: am57xx: cl-som-am57x: update default env Uri Mashiach
2016-12-01 15:39   ` Tom Rini

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