fip_create: don't succeed if one of the passed files doesn't exist
authorKévin Petit <kevin.petit@arm.com>
Mon, 8 Dec 2014 13:23:09 +0000 (13:23 +0000)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 10 Dec 2014 13:06:14 +0000 (13:06 +0000)
commit38410f801f75bcbaf1dde0887d916b5e2c4eefd9
tree175b390ad726649d8d5fa542a20fa168343932fb
parent29e32cba4ad243071c643c839dfd4f46a0b19655
fip_create: don't succeed if one of the passed files doesn't exist

If one of the files passed to fip_create on the command line doesn't
exist, it will print an error message but produce an incomplete
fip.bin file and report success. This behaviour could potentially
hide errors made in the command line arguments.

This patch addresses the issue by having the tool bail out if one of
the supplied files can't be processed.

Signed-off-by: Kévin Petit <kevin.petit@arm.com>
Fixes ARM-software/tf-issues#279

Change-Id: I1c7d87d09eb4c063005b7969bdaad1d043c29dec
tools/fip_create/fip_create.c