iot2050: Update firmware layout
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 28 Feb 2023 18:19:11 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 15:58:26 +0000 (11:58 -0400)
commit6ac9131702768343bec150894daac7208963b440
tree16adf6f1ea559a6b96d4aa1d3c74eb0203e6938a
parentffbd5b29a4820a874520273c9140d7d125500af7
iot2050: Update firmware layout

The latest version of the binary-only firmware parts come in a combined
form of FSBL and sysfw containers. This implies some layout changes to
the generated firmware image but also makes handling of artifacts much
simpler (4 files less). The env locations will not change, just the
space reserved for U-Boot will shrink from 4 to 3 MB - still plenty of
space left in practice.

Adjust configuration and documentation accordingly.

Along this change, add a new reservation for update commands of the
user-controlled OTP part. A specific userspace tool will fill it, and
the FSBL will evaluate it during boot. This reservation will use 64K of
the former sysfw section.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi
configs/iot2050_pg1_defconfig
configs/iot2050_pg2_defconfig
doc/board/siemens/iot2050.rst
tools/binman/missing-blob-help