All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Fixes to Marvell A38x platforms
@ 2018-08-29 13:34 kostap at marvell.com
  2018-08-29 13:34 ` [U-Boot] [PATCH 1/5] fix: env: Fix the SPI flash device setup for DM mode kostap at marvell.com
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: kostap at marvell.com @ 2018-08-29 13:34 UTC (permalink / raw)
  To: u-boot

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

-- 
2.7.4

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

end of thread, other threads:[~2018-11-20 14:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 13:34 [U-Boot] [PATCH 0/5] Fixes to Marvell A38x platforms kostap at marvell.com
2018-08-29 13:34 ` [U-Boot] [PATCH 1/5] fix: env: Fix the SPI flash device setup for DM mode kostap at marvell.com
2018-09-19 13:11   ` Stefan Roese
2018-11-20 14:31   ` Adam Ford
2018-08-29 13:34 ` [U-Boot] [PATCH 2/5] fix: mvebu: Add SPI parameters for environment setup kostap at marvell.com
2018-09-19 13:12   ` Stefan Roese
2018-08-29 13:34 ` [U-Boot] [PATCH 3/5] fix: cmd: mvebu: Eclude mvebu commands from SPL builds kostap at marvell.com
2018-09-19 13:12   ` Stefan Roese
2018-08-29 13:34 ` [U-Boot] [PATCH 4/5] cmd: mvebu: bubt: Add support for legacy Marvell SoCs kostap at marvell.com
2018-08-29 14:27   ` Jon Nettleton
2018-08-29 14:34     ` [U-Boot] [EXT] " Kostya Porotchkin
2018-09-19 13:13   ` [U-Boot] " Stefan Roese
2018-08-29 13:34 ` [U-Boot] [PATCH 5/5] defconfig: db-88f6820-gp: Add bubt command to the build kostap at marvell.com
2018-09-19 13:13   ` Stefan Roese

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.