public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v5 00/10] board: toradex: verdin-imx8mm: target refresh
@ 2021-10-08  0:28 Marcel Ziswiler
  2021-10-08  0:28 ` [PATCH v5 01/10] imx8m: clean-up kconfig indentation Marcel Ziswiler
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Marcel Ziswiler @ 2021-10-08  0:28 UTC (permalink / raw)
  To: u-boot
  Cc: Fabio Estevam, Stefano Babic, Heiko Thiery, Frieder Schrempf,
	Marcel Ziswiler, Heiko Schocher, Igor Opaniuk, Ilko Iliev,
	Jaehoon Chung, Jagan Teki, Marek Vasut, Max Krummenacher,
	NXP i.MX U-Boot Team, Oleksandr Andrushchenko, Patrick Delaunay,
	Peng Fan, Rick Chen, Simon Glass, Teresa Remmet, Tero Kristo,
	Tom Rini, Wolfgang Denk

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>


An assortment of fixes and improvements like an Ethernet PHY
configuration fix, DEK blob encapsulation preparation, migration to
using binman to pack images, SLEEP_MOCI# enablement, dropping of V1.0
hardware support [1], renaming kernel image variable, using preboot
for fdtfile evaluation and watchdog pinctrl fix.

Note that this series is applied on top of Peng's Makefile fix [2] as
otherwise, it may not quite generate all binman artefacts in the right
order as discussed here [3].

[1] https://developer.toradex.com/verdin-sample-phase-over
[2] https://marc.info/?l=u-boot&m=162908373904742
[3] https://marc.info/?l=u-boot&m=162945614207220

Changes in v5:
- Drop device tree part already done by Marek's patch.
- Add another fixes tag as his patch forgot the board code part.
- Re-based on top of u-boot-imx, master yet again.

Changes in v4:
- Add Heiko Schocher's reviewed-by tag.
- Fix copyright periods.
- Re-based.

Changes in v3:
- Case fold hex string.
- Revert binman part of imx8mm-verdin-u-boot.dtsi to a plain copy from
  imx8mm-evk and postpone further improvements to after migrating to a
  common binman config as agreed with Frieder and Simon.
- New patch cleaning up include order.
- Add Fabio's reviewed-by tag.
- Fix patch.
- Add missing apalis-imx8 part.
- While at it update copyright year resp. period.
- Fix closing endif comment.

Changes in v2:
- Explicitly pass filename to binman when generating binaries as
  suggested by Heiko.
- Use proper intermediate binary u-boot-spl-ddr.bin for imximage as
  pointed out by Heiko.
- Drop first patch ("imx: mkimage_fit_atf: fix legacy image generation")
  as a similar fix was already refused earlier.
- New patch allows booting recent embedded Linux BSPs.
- New patch addressing dynamic fdtfile definition.
- New patch fixing watchdog pinctrl issue.

Igor Opaniuk (1):
  verdin-imx8mm: use preboot for fdtfile evaluation

Marcel Ziswiler (6):
  imx8m: clean-up kconfig indentation
  verdin-imx8mm: fix ethernet
  ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
  verdin-imx8mm: switch to use binman to pack images
  verdin-imx8mm: clean-up include order
  verdin-imx8mm: fix watchdog pinctrl issue

Max Krummenacher (2):
  verdin-imx8mm: enable sleep_moci output
  verdin-imx8mm: drop support for v1.0 hardware

Oleksandr Suvorov (1):
  include/configs: apalis-imx8/verdin-imx8mm: rename kernel image
    variable

 arch/arm/dts/imx8mm-verdin-u-boot.dtsi      | 135 +++++++++++++++++++-
 arch/arm/dts/imx8mm-verdin.dts              |  18 +++
 arch/arm/mach-imx/imx8m/Kconfig             |  21 +--
 board/toradex/verdin-imx8mm/imximage.cfg    |  11 +-
 board/toradex/verdin-imx8mm/verdin-imx8mm.c |  81 +-----------
 configs/verdin-imx8mm_defconfig             |   6 +-
 doc/board/toradex/verdin-imx8mm.rst         |  53 ++++----
 include/configs/apalis-imx8.h               |   6 +-
 include/configs/verdin-imx8mm.h             |  10 +-
 9 files changed, 214 insertions(+), 127 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-10-09 16:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-08  0:28 [PATCH v5 00/10] board: toradex: verdin-imx8mm: target refresh Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 01/10] imx8m: clean-up kconfig indentation Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 02/10] verdin-imx8mm: fix ethernet Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 03/10] ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 04/10] verdin-imx8mm: switch to use binman to pack images Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 05/10] verdin-imx8mm: enable sleep_moci output Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 06/10] verdin-imx8mm: clean-up include order Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 07/10] verdin-imx8mm: drop support for v1.0 hardware Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 08/10] include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable Marcel Ziswiler
2021-10-09 16:07   ` Wolfgang Denk
2021-10-08  0:28 ` [PATCH v5 09/10] verdin-imx8mm: use preboot for fdtfile evaluation Marcel Ziswiler
2021-10-08  0:28 ` [PATCH v5 10/10] verdin-imx8mm: fix watchdog pinctrl issue Marcel Ziswiler

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