
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(-)