[PATCH v2 0/5] Updates for the siemens cxg3 for 2025.07
Heiko Schocher
hs at denx.de
Mon Apr 28 07:28:52 CEST 2025
some small updates for the cxg3 board:
- collect common Kconfig options in an include file, which
makes syncing downstream defconfig files easier
- Move the U-Boot Environment setttings in a txt file
- minor defconfig updates
- remove now unused file include/configs/giedi.h
- base is now
62ea9c329a0 - (origin/master, origin/HEAD) board: starfive: visionfive2: Order board detection logic to match config
Changes in v2:
- simple spelling change recomended from Fabio
s/siemens/Siemens
- removed ipaddr and serverip as suggested from Fabio
- respelled commit subject and message as suggested
from Fabio
- new patch arm: imx8qxp: capricorn: move env offset settings
in v2
- patch siemens: imx8qxp: remove unused config file
new in v2
Heiko Schocher (3):
imx8qxp: capricorn defconfig: collect common Kconfig options
arm: imx8qxp: capricorn: move env offset settings
siemens: imx8qxp: remove unused config file
Walter Schweizer (2):
siemens: capricorn: enable text based default environment
siemens: capricorn: defconfig updates
board/siemens/capricorn/MAINTAINERS | 1 +
board/siemens/capricorn/capricorn_default.env | 49 +++++++
configs/capricorn_cxg3_defconfig | 135 +-----------------
configs/imx8qxp_capricorn.config | 134 +++++++++++++++++
include/configs/capricorn-common.h | 52 +------
include/configs/giedi.h | 16 ---
6 files changed, 192 insertions(+), 195 deletions(-)
create mode 100644 board/siemens/capricorn/capricorn_default.env
create mode 100644 configs/imx8qxp_capricorn.config
delete mode 100644 include/configs/giedi.h
--
2.20.1
base-commit: 62ea9c329a0d013993bae538c55dfea06e4551bd
branch: feat/capricorn-upstream-hs
More information about the U-Boot
mailing list