[PATCH v4 00/10] rockchip: binman: Use a template for FIT and other improvements
Jonas Karlman
jonas at kwiboo.se
Sat Mar 29 16:06:03 CET 2025
This series split out generic Rockchip binman image related commits from
Simons "VBE serial part H: Implement VBE on Rockchip RK3399" [1] series.
These are generic binman image patches fixing an existing issue [2][3]
and that other series [4] already depends on.
They are being split out to ease continued work for other U-Boot
developers as the main parts of the VBE series have not yet been tested
using the mainline U-Boot tree, so cannot yet be seen as ready.
Changes in v4:
- Patch 1-7 matches corresponding patch in Simons series, possible with
minor updates in commit messages.
- Patch 8 drops changes to defconfig-files.
- Patch 9 adds support for using crc32 as checksum algo.
- Patch 10 adds a default value for SPL_PAD_TO.
This series holds off on any defconfig changes to let it be handled by
next "configs: Resync with savedefconfig". Changing SPL_PAD_TO to be
storage media relative has also been held off and is something that can
be picked up in a series for a future release after this has landed in a
release.
See [5] for a copy of this series on top of patch 1-2 from [3]. This
series does not depend on those two patches, but are related for a full
cleanup of use of u-boot.itb in Rockchip binman images.
[1] https://lore.kernel.org/u-boot/20250328153522.3555472-1-sjg@chromium.org/
[2] https://lore.kernel.org/u-boot/20250129132529.807031-3-naoki@radxa.com/
[3] https://lore.kernel.org/u-boot/20250220-has_rom-u-boot-rockchip-spi-bin-v2-3-d1768ee87808@cherry.de/
[4] https://lore.kernel.org/u-boot/20250220231358.432367-1-jonas@kwiboo.se/
[5] https://source.denx.de/u-boot/contributors/kwiboo/u-boot/-/commits/binman-image-refactor
Jonas Karlman (2):
rockchip: binman: Support use of crc32 for SPL_FIT_SIGNATURE
rockchip: Add SPL_PAD_TO Kconfig default value
Simon Glass (8):
rockchip: binman: Correct the OS prop for U-Boot
rockchip: binman: Factor out arch and compression
rockchip: binman: Add an fdtmap
rockchip: binman: Create a template for the FIT
rockchip: binman: Un-indent the FIT template
rockchip: binman: Use the FIT template in the SPI image
rockchip: binman: Include a compatible string in each configuration
rockchip: binman: Use the skip-at-start prop in simple-bin image
arch/arm/dts/rockchip-u-boot.dtsi | 296 ++++++++++++++++--------------
common/spl/Kconfig | 1 +
2 files changed, 162 insertions(+), 135 deletions(-)
--
2.49.0
More information about the U-Boot
mailing list