FWU: Add FWU support to `fip_create` tool
authorYatharth Kochar <yatharth.kochar@arm.com>
Mon, 10 Aug 2015 10:57:41 +0000 (11:57 +0100)
committerYatharth Kochar <yatharth.kochar@arm.com>
Wed, 9 Dec 2015 17:41:19 +0000 (17:41 +0000)
commit2d4d22031170128d4609afc235df19935d4c3ce2
tree802ecc8faedc8bb936da06617d87dd7c28424f1d
parentcebe1f238fff5ad7eadb42dd1abd3ec897c27e64
FWU: Add FWU support to `fip_create` tool

Firmware Update (FWU) introduces a new set of images called
SCP_BL2U, BL2U and NS_BL2U, which can be packed in a FWU FIP file.

This patch introduces new UUIDs for the Firmware Update images
and extends the 'fip'create' tool so that these new images can be
packed in a FIP file.

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