TBB: add support to include certificates in a FIP image
authorJuan Castillo <juan.castillo@arm.com>
Tue, 4 Nov 2014 17:36:40 +0000 (17:36 +0000)
committerDan Handley <dan.handley@arm.com>
Wed, 28 Jan 2015 18:26:59 +0000 (18:26 +0000)
commitb7124ea7f6fe1e1e73a0975cfb0fa34cabd73b2a
treed1880c2a689f4284c79fafb856be54395075f323
parent6f97162237603eb6e5c497e5ba903512bdd428a9
TBB: add support to include certificates in a FIP image

This patch extends the FIP tool to include the certificates
generated by the 'cert_create' tool.

If GENERATE_COT build option is enabled, the Makefile adds the
certificates as dependencies to create the FIP file. Thus, make
target 'fip' will also build the certificates as part of the
Trusted Firmware build process.

Change-Id: I5eee500da7f7be6cfb6e3df0423599739d260074
Makefile
include/common/firmware_image_package.h
tools/fip_create/fip_create.c
tools/fip_create/fip_create.h