[PATCH v4 4/5] Makefile.imx: add build_imx_habv4img for creation of signed/encrypted images

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



add the function build_imx_habv4img, which based on the prototype of
Roland Hieber, for creation of unsigned,signed and encrypted images

Signed-off-by: Maik Otto <m.otto@xxxxxxxxx>
---
Changes in v4:
    - add build_imx_habv4img, which based on prototype from Roland Hieber
    - move the barebox image definition changes in a seperated patch
Changes in v3:
    - nothing                                                                   
Changes in v2:                                                        
    - was Patch 2/4 in v1           
    - no dynamic variable, parallel building of different image types now
---
 images/Makefile.imx | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/images/Makefile.imx b/images/Makefile.imx
index 42c194b..bfe77ec 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -2,6 +2,24 @@
 # barebox image generation Makefile for i.MX images
 #
 
+# params: CONFIG symbol, entry point, flash header path string, board identifier string
+define build_imx_habv4img =
+$(eval
+ifeq ($($(strip $(1))), y)
+	pblb-y += $(strip $(2))
+	CFG_$(strip $(2)).pblb.imximg = $(board)/$(strip $(3)).imxcfg
+	FILE_barebox-$(strip $(4)).img    = $(strip $(2)).pblb.imximg
+	FILE_barebox-$(strip $(4))-s.img  = $(strip $(2)).pblb.simximg
+	FILE_barebox-$(strip $(4))-us.img = $(strip $(2)).pblb.usimximg
+	FILE_barebox-$(strip $(4))-es.img = $(strip $(2)).pblb.esimximg
+	image-y += barebox-$(strip $(4)).img
+	image-$(CONFIG_HABV4_IMAGE_SIGNED) += barebox-$(strip $(4))-s.img
+	image-$(CONFIG_HABV4_IMAGE_SIGNED_USB) += barebox-$(strip $(4))-us.img
+	image-$(CONFIG_HABV4_IMAGE_SIGNED_ENCRYPTED) += barebox-$(strip $(4))-es.img
+endif
+)
+endef
+
 # %.imximg - convert into i.MX image
 # ----------------------------------------------------------------
 
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux