From: Heiko Schocher <hs@nabladev.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Fabio Estevam <festevam@gmail.com>,
Peng Fan <peng.fan@oss.nxp.com>, Heiko Schocher <hs@nabladev.com>,
Adrian Freihofer <adrian.freihofer@siemens.com>,
Alexander Sverdlin <alexander.sverdlin@siemens.com>,
Lukas Stockmann <lukas.stockmann@siemens.com>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
Peng Fan <peng.fan@nxp.com>, Simon Glass <sjg@chromium.org>,
Stefano Babic <sbabic@nabladev.com>,
Tom Rini <trini@konsulko.com>, Tomas Peterka <atheiste@seznam.cz>,
Walter Schweizer <walter.schweizer@siemens.com>
Subject: [PATCH v2 00/11] imx8qxp: siemens: small board updates
Date: Sat, 14 Feb 2026 05:56:52 +0100 [thread overview]
Message-ID: <20260214045703.28051-1-hs@nabladev.com> (raw)
- 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.
Some patches has changes in environment text file with
long lines, ignored the checkpatch warning for these
added commit note in the individual patches.
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 | 17 +++---
configs/imx8qxp_capricorn.config | 3 +
include/configs/capricorn-common.h | 13 ++++
7 files changed, 106 insertions(+), 89 deletions(-)
--
2.20.1
base-commit: 0896b4ebe74a7d1ba0baa3b2fecedb62a60d8b52
next reply other threads:[~2026-02-14 4:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 4:56 Heiko Schocher [this message]
2026-02-14 4:56 ` [PATCH v2 01/11] arm: dts: capricorn: pinctrl_usdhc1 cleanup Heiko Schocher
2026-02-14 4:56 ` [PATCH v2 02/11] siemens: capricorn: set max-frequency for usdhc1 Heiko Schocher
2026-02-14 4:56 ` [PATCH v2 03/11] arm: dts: capricorn: remove pinctrl_usdhc2 Heiko Schocher
2026-02-14 4:56 ` [PATCH v2 04/11] arm: dts: capricorn: move fec2 config Heiko Schocher
2026-02-14 4:56 ` [PATCH v2 05/11] imx8qxp_capricorn config: add wget command Heiko Schocher
2026-02-16 10:15 ` Marek Vasut
2026-02-16 10:53 ` Heiko Schocher
2026-02-16 11:19 ` Marek Vasut
2026-02-16 11:54 ` Fabio Estevam
2026-02-14 4:56 ` [PATCH v2 06/11] capricorn: config: add bootcounter command Heiko Schocher
2026-02-14 4:56 ` [PATCH v2 07/11] siemens: capricorn: add logic to U-Boot to avoid zig-zag boot Heiko Schocher
2026-02-14 4:57 ` [PATCH v2 08/11] siemens: capricorn: always detect emmc device Heiko Schocher
2026-02-14 4:57 ` [PATCH v2 09/11] siemens: capricorn: fix fallback bootm call for fitImage Heiko Schocher
2026-02-14 4:57 ` [PATCH v2 10/11] siemens: capricorn: rework bootcmd environment variables Heiko Schocher
2026-02-14 4:57 ` [PATCH v2 11/11] siemens: capricorn: protect environment Heiko Schocher
2026-02-16 7:33 ` [PATCH v2 00/11] imx8qxp: siemens: small board updates Max Merchel
2026-02-16 7:49 ` Heiko Schocher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260214045703.28051-1-hs@nabladev.com \
--to=hs@nabladev.com \
--cc=adrian.freihofer@siemens.com \
--cc=alexander.sverdlin@siemens.com \
--cc=atheiste@seznam.cz \
--cc=festevam@gmail.com \
--cc=lukas.stockmann@siemens.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=sbabic@nabladev.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=walter.schweizer@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox