All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] Add Marvell ESPRESSOBin community board support
@ 2017-02-13 13:38 kostap at marvell.com
  2017-02-13 13:38 ` [U-Boot] [PATCH 01/10] arm64: a37xx: Enable Marvell ETH PHY support kostap at marvell.com
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: kostap at marvell.com @ 2017-02-13 13:38 UTC (permalink / raw)
  To: u-boot

From: Konstantin Porotchkin <kostap@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

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

end of thread, other threads:[~2017-02-15 16:38 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 13:38 [U-Boot] [PATCH 00/10] Add Marvell ESPRESSOBin community board support kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 01/10] arm64: a37xx: Enable Marvell ETH PHY support kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 02/10] arm64: a37xx: Enable bubt command support on A3720-DB kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 03/10] arm64: a37xx: dts: Add pin control nodes to DT kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 04/10] arm64: a37xx: Handle pin controls in early board init kostap at marvell.com
2017-02-14 11:43   ` Stefan Roese
2017-02-14 12:07     ` Konstantin Porotchkin
2017-02-14 12:21       ` Stefan Roese
2017-02-14 12:25         ` Konstantin Porotchkin
2017-02-15  9:09           ` Konstantin Porotchkin
2017-02-13 13:38 ` [U-Boot] [PATCH 05/10] mvebu: neta: Add support for board init function kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 06/10] mvebu: neta: a37xx: Add fixed link support to neta driver kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 07/10] mvebu: a37xx: Add init for ESPRESSBin Topaz switch kostap at marvell.com
2017-02-14 11:49   ` Stefan Roese
2017-02-14 12:13     ` Konstantin Porotchkin
2017-02-14 12:32       ` Stefan Roese
2017-02-14 17:17         ` Joe Hershberger
2017-02-15  9:07           ` Konstantin Porotchkin
2017-02-15 15:32             ` Konstantin Porotchkin
2017-02-15 16:38               ` Joe Hershberger
2017-02-13 13:38 ` [U-Boot] [PATCH 08/10] arm64: dts: Add device tree for ESPRESSOBin board kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 09/10] arm64: mvebu: Add default config " kostap at marvell.com
2017-02-13 13:38 ` [U-Boot] [PATCH 10/10] arm64: a3720: Disable DB configurations on " kostap at marvell.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.