mbox series

[U-Boot,0/5] Fixes to Marvell A38x platforms

Message ID 1535549696-17222-1-git-send-email-kostap@marvell.com
Headers show
Series Fixes to Marvell A38x platforms | expand

Message

Kostya Porotchkin Aug. 29, 2018, 1:34 p.m. UTC
From: Konstantin Porotchkin <kostap@marvell.com>

The support for legacy Marvell SoC plaform  db-88f6820-gp is broken starting 
middle of 2017.
This patch series returns functionality to this platform by fixing
problem in environment handling load from SPI flash.
Additionally the "bubt" command is extended to support legacy image verification
and added to db-88f6820-gp default configuration.

Konstantin Porotchkin (5):
  fix: env: Fix the SPI flash device setup for DM mode
  fix: mvebu: Add SPI parameters for environment setup
  fix: cmd: mvebu: Eclude mvebu commands from SPL builds
  cmd: mvebu: bubt: Add support for legacy Marvell SoCs
  defconfig: db-88f6820-gp: Add bubt command to the build

 cmd/Makefile                    |  3 +-
 cmd/mvebu/bubt.c                | 75 +++++++++++++++++++++++++++++++++++++++--
 configs/db-88f6820-gp_defconfig |  1 +
 env/sf.c                        |  3 +-
 include/configs/db-88f6820-gp.h |  6 ++++
 5 files changed, 83 insertions(+), 5 deletions(-)