public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 00/11] imx8qxp: siemens: small board updates
@ 2026-02-17 16:39 Heiko Schocher
  2026-02-17 16:39 ` [PATCH v3 01/11] arm: dts: capricorn: pinctrl_usdhc1 cleanup Heiko Schocher
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Heiko Schocher @ 2026-02-17 16:39 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Fabio Estevam, Peng Fan, Heiko Schocher, Adrian Freihofer,
	Alexander Sverdlin, Lukas Stockmann, Marek Vasut,
	NXP i.MX U-Boot Team, Peng Fan, Simon Glass, Stefano Babic,
	Tom Rini, Walter Schweizer


- small DTS fixes
- add wget and bootcounter command
- Environment changes
  - introduce protected Environment
  - a lot of fixes and tries to simplify environment
    as it has grown over the years.

Changes in v3:
Improve the commit message as Marek suggested.
Fix checkpatch warning
board/siemens/capricorn/capricorn_default.env:23: warning: line length of 266 exceeds 100 columns
as Max suggested
fixed long line length in environment file as Max suggested.

Changes in v2:
- rebased to mainline
  b99da05e153 - (tag: v2026.04-rc2, origin/master, origin/HEAD) Prepare v2026.04-rc2
- respell the commit message as Peng suggested
Added Reviewed-by from Peng
Added Reviewed-by from Peng
Added Reviewed-by from Peng
Added Reviewed-by from Peng
Added Reviewed-by from Peng
enhanced commit message
Added Reviewed-by from Peng
fixed typos in commit message and board code
Added Reviewed-by from Peng
Added Reviewed-by from Peng
Added Acked-by from Peng, fixed typo in commit message
Added small fixes in Environment from Adrian: It fixes a serious bug which
Adrian detect. It occurs when a broken firmware is applied as a downgrade.
The old bootloader ended up in an endless reboot boot loop. With this fix
also the old bootloader is able to reject the update and recover. Also
slightly reworked bootcmd.
Added Reviewed-by from Peng
Reworked writeable variable list, as we dropped patch
"env: add w flags for net config in explicit write mode"

Adrian Freihofer (3):
  siemens: capricorn: set max-frequency for usdhc1
  siemens: capricorn: rework bootcmd environment variables
  siemens: capricorn: protect environment

Heiko Schocher (3):
  capricorn: config: add bootcounter command
  siemens: capricorn: add logic to U-Boot to avoid zig-zag boot
  siemens: capricorn: always detect emmc device

Lukas Stockmann (3):
  arm: dts: capricorn: pinctrl_usdhc1 cleanup
  arm: dts: capricorn: remove pinctrl_usdhc2
  arm: dts: capricorn: move fec2 config

Walter Schweizer (2):
  imx8qxp_capricorn config: add wget command
  siemens: capricorn: fix fallback bootm call for fitImage

 arch/arm/dts/imx8-capricorn-cxg3.dts          |  44 ++++++++
 arch/arm/dts/imx8-capricorn.dtsi              |  60 +----------
 board/siemens/capricorn/Kconfig               |   2 +
 board/siemens/capricorn/board.c               |  56 ++++++----
 board/siemens/capricorn/capricorn_default.env | 100 ++++++++++++++----
 configs/imx8qxp_capricorn.config              |   3 +
 include/configs/capricorn-common.h            |  13 +++
 7 files changed, 180 insertions(+), 98 deletions(-)

-- 
2.20.1

base-commit: 093253c7fe00ee0bb1d63f565616c576f95b16ef

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

end of thread, other threads:[~2026-02-28 12:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 16:39 [PATCH v3 00/11] imx8qxp: siemens: small board updates Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 01/11] arm: dts: capricorn: pinctrl_usdhc1 cleanup Heiko Schocher
2026-02-28 12:15   ` Peng Fan
2026-02-17 16:39 ` [PATCH v3 02/11] siemens: capricorn: set max-frequency for usdhc1 Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 03/11] arm: dts: capricorn: remove pinctrl_usdhc2 Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 04/11] arm: dts: capricorn: move fec2 config Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 05/11] imx8qxp_capricorn config: add wget command Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 06/11] capricorn: config: add bootcounter command Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 07/11] siemens: capricorn: add logic to U-Boot to avoid zig-zag boot Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 08/11] siemens: capricorn: always detect emmc device Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 09/11] siemens: capricorn: fix fallback bootm call for fitImage Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 10/11] siemens: capricorn: rework bootcmd environment variables Heiko Schocher
2026-02-17 16:39 ` [PATCH v3 11/11] siemens: capricorn: protect environment Heiko Schocher
2026-02-18 17:19   ` Schweizer, Walter
2026-02-19  8:24     ` Schweizer, Walter

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