diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2023-02-28 19:19:11 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-29 11:58:26 -0400 |
commit | 6ac9131702768343bec150894daac7208963b440 (patch) | |
tree | 16adf6f1ea559a6b96d4aa1d3c74eb0203e6938a /tools | |
parent | ffbd5b29a4820a874520273c9140d7d125500af7 (diff) | |
download | u-boot-6ac9131702768343bec150894daac7208963b440.zip u-boot-6ac9131702768343bec150894daac7208963b440.tar.gz u-boot-6ac9131702768343bec150894daac7208963b440.tar.bz2 |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/missing-blob-help | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index f3a44d0..5fdb22c 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -21,13 +21,7 @@ Please read the section on SCP firmware in board/sunxi/README.sunxi64 iot2050-seboot: See the documentation for IOT2050 board. Your image is missing SEBoot which is mandatory for board startup. Prebuilt SEBoot located at -meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/tiboot3.bin. - -iot2050-sysfw: -See the documentation for IOT2050 board. Your image is missing system -firmware which is mandatory for board startup. Prebuilt system firmware -located at meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/ -with sysfw prefix. +meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/seboot_pg*.bin. k3-rti-wdt-firmware: If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for |