|
@@ -295,6 +295,17 @@ config BR2_TARGET_UBOOT_NEEDS_ROCKCHIP_RKBIN
|
|
|
This option makes sure that the needed binary blobs are copied
|
|
|
into the U-Boot source directory.
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_USE_BINMAN
|
|
|
+ bool "U-Boot use binman"
|
|
|
+ depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-rpds-py -> python-jsonschema
|
|
|
+ select BR2_TARGET_UBOOT_NEEDS_PYTHON3
|
|
|
+ select BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS
|
|
|
+ select BR2_TARGET_UBOOT_NEEDS_PYLIBFDT
|
|
|
+ help
|
|
|
+ Use binman tool for generation and signing of boot images.
|
|
|
+
|
|
|
+ https://docs.u-boot.org/en/v2024.01/develop/package/binman.html
|
|
|
+
|
|
|
menu "U-Boot binary format"
|
|
|
|
|
|
config BR2_TARGET_UBOOT_FORMAT_AIS
|