mbox series

[v1,0/7] board: toradex: verdin-imx8mm: target refresh

Message ID 20210820205230.1369683-1-marcel@ziswiler.com
Headers show
Series board: toradex: verdin-imx8mm: target refresh | expand

Message

Marcel Ziswiler Aug. 20, 2021, 8:52 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>


An assortment of fixes and improvements like a legacy image generation
fix, an Ethernet PHY configuration fix, DEK blob encapsulation
preparation, migration to using binman to pack images, SLEEP_MOCI#
enablement and dropping of V1.0 hardware support [1].

One last issue I am still trying to debug the root cause of. As already
once mentioned back here [2] it still prints the following error
message during boot:

imx_wdt watchdog@30280000:
 pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19

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

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


Marcel Ziswiler (5):
  imx: mkimage_fit_atf: fix legacy image generation
  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

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

 arch/arm/dts/imx8mm-verdin-u-boot.dtsi      | 129 +++++++++++++++++++-
 arch/arm/dts/imx8mm-verdin.dts              |  20 ++-
 arch/arm/mach-imx/imx8m/Kconfig             |  21 ++--
 arch/arm/mach-imx/mkimage_fit_atf.sh        |  26 ++--
 board/toradex/verdin-imx8mm/imximage.cfg    |  11 +-
 board/toradex/verdin-imx8mm/verdin-imx8mm.c |  77 +-----------
 configs/verdin-imx8mm_defconfig             |   3 +-
 doc/board/toradex/verdin-imx8mm.rst         |  54 ++++----
 8 files changed, 210 insertions(+), 131 deletions(-)