[U-Boot] [PATCH 00/10] Add Marvell ESPRESSOBin community board support
kostap at marvell.com
kostap at marvell.com
Mon Feb 13 13:38:01 UTC 2017
From: Konstantin Porotchkin <kostap at marvell.com>
This patch set adds support for Marvell ESPRESSOBin community board.
The Marvell ESPRESSOBin is a tiny board made by Globalscale
and available on KickStarter site.
It has (current board version 3.1.1):
- Dual core Cortex-A53 @1.2GHz CPU (Marvell Armada-3720)
- 512MB/1GB/2GB DDR3 RAM (depends on selected configuration)
- Mini-PCIe 2.0 slot
- Single SATA-3 port with Molex SATA power connector
- USB 2.0 port
- USB 3.0 port
- Gigabit Ethernet switch with 3 ports
- Micro-SD socket
- Two 46-pin GPIO connectors.
- SPI boot flash
- Boot source selection jumpers (SPI/SATA/UART/Auto)
- Micro JTAG connector (10 pin)
- Micro USB serial port
Konstantin Porotchkin (10):
arm64: a37xx: Enable Marvell ETH PHY support
arm64: a37xx: Enable bubt command support on A3720-DB
arm64: a37xx: dts: Add pin control nodes to DT
arm64: a37xx: Handle pin controls in early board init
mvebu: neta: Add support for board init function
mvebu: neta: a37xx: Add fixed link support to neta driver
mvebu: a37xx: Add init for ESPRESSBin Topaz switch
arm64: dts: Add device tree for ESPRESSOBin board
arm64: mvebu: Add default config for ESPRESSOBin board
arm64: a3720: Disable DB configurations on ESPRESSOBin board
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-3720-espressobin.dts | 135 ++++++++++++++++++++++++++++
arch/arm/dts/armada-37xx.dtsi | 14 +++
board/Marvell/mvebu_db-88f3720/board.c | 83 ++++++++++++++++-
configs/mvebu_db-88f3720_defconfig | 3 +
configs/mvebu_espressobin-88f3720_defconfig | 67 ++++++++++++++
drivers/net/mvneta.c | 125 ++++++++++++++++++++------
include/configs/mvebu_db-88f3720.h | 1 +
8 files changed, 400 insertions(+), 29 deletions(-)
create mode 100644 arch/arm/dts/armada-3720-espressobin.dts
create mode 100644 configs/mvebu_espressobin-88f3720_defconfig
--
2.7.4
More information about the U-Boot
mailing list