mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/11] Switch ZII boards to use MMC boot partitions
@ 2018-09-18 22:22 Andrey Smirnov
  2018-09-18 22:22 ` [PATCH 01/11] ARM: i.MX: bbu: Add support for v1 header to MMC boot handler Andrey Smirnov
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Andrey Smirnov @ 2018-09-18 22:22 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This patchset contains code to switch all supported ZII platforms to
use MMC boot partitions for BBU functionality as well as various
additional fixes that were developed in the process. Hopefully all of
the patches are self-explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (11):
  ARM: i.MX: bbu: Add support for v1 header to MMC boot handler
  ARM: i.MX51: bbu: Add a handler for MMC boot partitions
  ARM: i.MX: bbu: Check retrun value of getenv()
  ARM: i.MX: bbu: Convert devicefile to device name
  ARM: i.MX: bbu: Detect MMC before reading current boot partition
  ARM: VFxxx: bbu: Add a handler for MMC boot partitions
  dts: VFxxx: Add aliases for ESDHC controllers
  ARM: zii-vf610-dev: Switch MMC BBU to use boot partitions
  ARM: rdu2: Switch MMC BBU to use boot partitions
  ARM: rdu1: Change BBU names to match RDU2
  ARM: rdu1: Switch MMC BBU to use boot partitions

 arch/arm/boards/zii-imx51-rdu1/board.c |  4 +-
 arch/arm/boards/zii-imx6q-rdu2/board.c |  2 +-
 arch/arm/boards/zii-vf610-dev/board.c  | 12 +++---
 arch/arm/dts/vf610-twr.dts             |  1 +
 arch/arm/dts/vf610-zii-dev.dtsi        |  1 +
 arch/arm/dts/vf610.dtsi                | 12 ++++++
 arch/arm/mach-imx/imx-bbu-internal.c   | 58 ++++++++++++++++++--------
 arch/arm/mach-imx/include/mach/bbu.h   | 21 ++++++++++
 8 files changed, 86 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/dts/vf610.dtsi

-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-09-19  7:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18 22:22 [PATCH 00/11] Switch ZII boards to use MMC boot partitions Andrey Smirnov
2018-09-18 22:22 ` [PATCH 01/11] ARM: i.MX: bbu: Add support for v1 header to MMC boot handler Andrey Smirnov
2018-09-18 22:22 ` [PATCH 02/11] ARM: i.MX51: bbu: Add a handler for MMC boot partitions Andrey Smirnov
2018-09-18 22:22 ` [PATCH 03/11] ARM: i.MX: bbu: Check retrun value of getenv() Andrey Smirnov
2018-09-18 22:22 ` [PATCH 04/11] ARM: i.MX: bbu: Convert devicefile to device name Andrey Smirnov
2018-09-18 22:22 ` [PATCH 05/11] ARM: i.MX: bbu: Detect MMC before reading current boot partition Andrey Smirnov
2018-09-18 22:23 ` [PATCH 06/11] ARM: VFxxx: bbu: Add a handler for MMC boot partitions Andrey Smirnov
2018-09-18 22:23 ` [PATCH 07/11] dts: VFxxx: Add aliases for ESDHC controllers Andrey Smirnov
2018-09-18 22:23 ` [PATCH 08/11] ARM: zii-vf610-dev: Switch MMC BBU to use boot partitions Andrey Smirnov
2018-09-18 22:23 ` [PATCH 09/11] ARM: rdu2: " Andrey Smirnov
2018-09-18 22:23 ` [PATCH 10/11] ARM: rdu1: Change BBU names to match RDU2 Andrey Smirnov
2018-09-18 22:23 ` [PATCH 11/11] ARM: rdu1: Switch MMC BBU to use boot partitions Andrey Smirnov
2018-09-19  7:54 ` [PATCH 00/11] Switch ZII boards to use MMC " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox