[PATCH 0/3] iot2050: Re-unify its configs and build processes
Jan Kiszka
jan.kiszka at siemens.com
Mon Jun 5 16:39:50 CEST 2023
This restores the possibility to build firmware images for both PG1 and
PG2-based IOT2050 devices in one run. We still end up with different
binaries, but the the build is now fed again from a single defconfig.
Should simplify maintenance and will also simplify our generation
tooling around it.
Jan
CC: Simon Glass <sjg at chromium.org>
Jan Kiszka (3):
binman: Allow to define custom arguments
iot2050: Use binman in signing script
boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations again
Makefile | 1 +
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 299 ++++++++++--------
board/siemens/iot2050/Kconfig | 30 +-
board/siemens/iot2050/board.c | 14 +-
board/siemens/iot2050/config.mk | 6 +-
...ot2050_pg1_defconfig => iot2050_defconfig} | 3 +-
configs/iot2050_pg2_defconfig | 150 ---------
doc/board/siemens/iot2050.rst | 29 +-
tools/iot2050-sign-fw.sh | 13 +-
9 files changed, 203 insertions(+), 342 deletions(-)
rename configs/{iot2050_pg1_defconfig => iot2050_defconfig} (97%)
delete mode 100644 configs/iot2050_pg2_defconfig
--
2.35.3
More information about the U-Boot
mailing list