[Buildroot] [PATCH 2/2] u-boot: build signed image for OMAP processors

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Sep 13 18:14:06 UTC 2011


On Tue, 13 Sep 2011 19:19:33 +0200, Luca Ceresoli wrote:

> Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
> ---
>  boot/uboot/Config.in |   15 +++++++++++++++
>  boot/uboot/uboot.mk  |   24 ++++++++++++++++++++++++
>  2 files changed, 39 insertions(+), 0 deletions(-)
>
> diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
> index a0b2bfc..5a8af98 100644
> --- a/boot/uboot/Config.in
> +++ b/boot/uboot/Config.in
> @@ -91,6 +91,21 @@ config BR2_TARGET_UBOOT_FORMAT_LDR
>
>  endchoice
>
> +config BR2_TARGET_UBOOT_OMAP_IFT
> +	depends on BR2_TARGET_UBOOT_FORMAT_BIN
> +	select BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
> +	bool "produce a .ift signed image (OMAP)"
> +	help
> +	  Use gpsign to produce an image of u-boot.bin signed with
> +	  a Configuration Header for booting on OMAP processors.

Maybe make it depend on BR2_ARCH = arm || armeb to avoid pointless 
options for other architectures?
Regards.



More information about the buildroot mailing list