All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] IOT2050-related enhancements
@ 2022-05-28 13:02 Jan Kiszka
  2022-05-28 13:02 ` [PATCH 01/12] env: Complete generic support for writable list Jan Kiszka
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Jan Kiszka @ 2022-05-28 13:02 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Joe Hershberger, Marek Vasut, Su Baocheng

Flushing our upstream queue for the IOT2050 device, this mostly brings
board-specific changes such as:

 - updated build process and firmware layout for PG1 vs. PG2 devices
 - more watchdog preparations
 - preparations for verified boot on IOT2050 Advanced devices

There are also some generic extensions in this series which are
dependencies for the above:

 - env: Complete generic support for writable list
 - env: Couple networking-related variable flags to CONFIG_NET (repost)
 - tools: Add script for converting public key into device tree include

Jan

CC: Joe Hershberger <joe.hershberger@ni.com>
CC: Marek Vasut <marex@denx.de>
CC: Su Baocheng <baocheng.su@siemens.com>

Jan Kiszka (10):
  env: Complete generic support for writable list
  env: Couple networking-related variable flags to CONFIG_NET
  tools: Add script for converting public key into device tree include
  iot2050: Update firmware layout
  iot2050: Add watchdog start to bootcmd
  iot2050: Add CONFIG_ENV_FLAGS_LIST_STATIC
  arm: dts: iot2050: Allow verifying U-Boot proper by SPL
  iot2050: Add script for signing artifacts
  arm: dts: iot2050: Optionally embed  OTP programming data into image
  doc: iot2050: Add a note about the watchdog firmware

Su Baocheng (2):
  board: siemens: iot2050: Split the build for PG1 and PG2
  arm: dts: iot2050: Use the auto generator nodes for fdt

 arch/arm/dts/k3-am65-iot2050-boot-image.dtsi  | 134 ++++++------------
 board/siemens/iot2050/Kconfig                 |  35 ++++-
 board/siemens/iot2050/board.c                 |  15 +-
 ...ot2050_defconfig => iot2050_pg1_defconfig} |   7 +-
 ...ot2050_defconfig => iot2050_pg2_defconfig} |  10 +-
 doc/board/siemens/iot2050.rst                 |  79 ++++++++++-
 env/Kconfig                                   |   2 +
 env/env.c                                     |  17 ++-
 env/flags.c                                   |  10 +-
 include/configs/iot2050.h                     |  17 +++
 include/env_flags.h                           |   4 +-
 tools/binman/missing-blob-help                |  14 +-
 tools/iot2050-sign-fw.sh                      |  51 +++++++
 tools/key2dtsi.py                             |  64 +++++++++
 14 files changed, 328 insertions(+), 131 deletions(-)
 copy configs/{iot2050_defconfig => iot2050_pg1_defconfig} (93%)
 rename configs/{iot2050_defconfig => iot2050_pg2_defconfig} (91%)
 create mode 100755 tools/iot2050-sign-fw.sh
 create mode 100755 tools/key2dtsi.py

-- 
2.35.3


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

end of thread, other threads:[~2022-06-13 21:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-28 13:02 [PATCH 00/12] IOT2050-related enhancements Jan Kiszka
2022-05-28 13:02 ` [PATCH 01/12] env: Complete generic support for writable list Jan Kiszka
2022-05-29  1:46   ` Marek Vasut
2022-05-29 15:37     ` Jan Kiszka
2022-06-06  6:42       ` Marek Vasut
2022-06-08 14:39         ` Jan Kiszka
2022-06-13 21:25           ` Marek Vasut
2022-05-28 13:02 ` [PATCH 02/12] env: Couple networking-related variable flags to CONFIG_NET Jan Kiszka
2022-05-28 13:02 ` [PATCH 03/12] tools: Add script for converting public key into device tree include Jan Kiszka
2022-05-28 13:02 ` [PATCH 04/12] board: siemens: iot2050: Split the build for PG1 and PG2 Jan Kiszka
2022-05-28 13:02 ` [PATCH 05/12] arm: dts: iot2050: Use the auto generator nodes for fdt Jan Kiszka
2022-05-28 13:02 ` [PATCH 06/12] iot2050: Update firmware layout Jan Kiszka
2022-05-28 13:02 ` [PATCH 07/12] iot2050: Add watchdog start to bootcmd Jan Kiszka
2022-05-28 13:02 ` [PATCH 08/12] iot2050: Add CONFIG_ENV_FLAGS_LIST_STATIC Jan Kiszka
2022-05-28 13:02 ` [PATCH 09/12] arm: dts: iot2050: Allow verifying U-Boot proper by SPL Jan Kiszka
2022-05-28 13:02 ` [PATCH 10/12] iot2050: Add script for signing artifacts Jan Kiszka
2022-05-28 13:03 ` [PATCH 11/12] arm: dts: iot2050: Optionally embed OTP programming data into image Jan Kiszka
2022-05-28 13:03 ` [PATCH 12/12] doc: iot2050: Add a note about the watchdog firmware Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.