From patchwork Mon May 4 06:08:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Vollmer X-Patchwork-Id: 244974 List-Id: U-Boot discussion From: peter.vollmer at gmail.com (Peter Vollmer) Date: Mon, 4 May 2020 08:08:05 +0200 Subject: [PATCH 0/2] fixes for basic espressobin support Message-ID: With current u-boot mainline espressobin is not working: - SATA causes synchronous abort on startup - USB3, SD card, EMMC flash and ethernet are not working out of the box This patch series fixes above (with SATA not yet working) and makes espressobin usable again with mainline u-boot, based on the devicetree differences with the Marvell-hosted u-boot-marvell git repository at https://github.com/MarvellEmbeddedProcessors/u-boot-marvell Also tested on top of current u-boot-marvell custodian. Peter Vollmer (2): arm64: armada-37xx: dts: sync armada-3720-espressobin.dts with u-boot-marvell arm64: armada-37xx: espressobin: enable SD card and network arch/arm/dts/armada-3720-espressobin.dts | 49 ++++++++++++++++++--- configs/mvebu_espressobin-88f3720_defconfig | 4 +- 2 files changed, 47 insertions(+), 6 deletions(-) --- 2.20.1