* [U-Boot] [PATCH 2/2] Makefile: Build firmware-ivt image type for HAB verification also for mx7
@ 2018-02-28 7:51 Eran Matityahu
2018-03-29 15:57 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Eran Matityahu @ 2018-02-28 7:51 UTC (permalink / raw)
To: u-boot
Create u-boot-ivt.img and u-boot-ivt.img.log when building U-Boot
with SPL and Secure Boot enabled for imx7 (like it is done for imx6).
See commit d21bd69b6e95ca7824941e7f527871cd5c63c7f7 for more info.
Signed-off-by: Eran Matityahu <eran.m@variscite.com>
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 57cb4b8..9650df5 100644
--- a/Makefile
+++ b/Makefile
@@ -781,8 +781,12 @@ ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
ifeq ($(CONFIG_MX6)$(CONFIG_SECURE_BOOT), yy)
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
else
+ifeq ($(CONFIG_MX7)$(CONFIG_SECURE_BOOT), yy)
+ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
+else
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
endif
+endif
ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
ifeq ($(CONFIG_SPL_FRAMEWORK),y)
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 2/2] Makefile: Build firmware-ivt image type for HAB verification also for mx7
2018-02-28 7:51 [U-Boot] [PATCH 2/2] Makefile: Build firmware-ivt image type for HAB verification also for mx7 Eran Matityahu
@ 2018-03-29 15:57 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2018-03-29 15:57 UTC (permalink / raw)
To: u-boot
On 28/02/2018 08:51, Eran Matityahu wrote:
> Create u-boot-ivt.img and u-boot-ivt.img.log when building U-Boot
> with SPL and Secure Boot enabled for imx7 (like it is done for imx6).
>
> See commit d21bd69b6e95ca7824941e7f527871cd5c63c7f7 for more info.
>
> Signed-off-by: Eran Matityahu <eran.m@variscite.com>
> ---
> Makefile | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index 57cb4b8..9650df5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -781,8 +781,12 @@ ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
> ifeq ($(CONFIG_MX6)$(CONFIG_SECURE_BOOT), yy)
> ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
> else
> +ifeq ($(CONFIG_MX7)$(CONFIG_SECURE_BOOT), yy)
> +ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
> +else
> ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
> endif
> +endif
> ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
> ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
> ifeq ($(CONFIG_SPL_FRAMEWORK),y)
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-29 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 7:51 [U-Boot] [PATCH 2/2] Makefile: Build firmware-ivt image type for HAB verification also for mx7 Eran Matityahu
2018-03-29 15:57 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox