aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugfs
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-06-11 21:02:03 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2020-06-24 08:44:26 +0100
commitce10f9f4629181ce9cb0b574c9cde1fad94a5027 (patch)
tree8883705994a35224ff8b8d59fa03fa3fb72a624d /lib/debugfs
parent3cb84a54258e148ba0240fc5fbe4ef828339c13d (diff)
downloadplatform_external_arm-trusted-firmware-ce10f9f4629181ce9cb0b574c9cde1fad94a5027.tar.gz
platform_external_arm-trusted-firmware-ce10f9f4629181ce9cb0b574c9cde1fad94a5027.tar.bz2
platform_external_arm-trusted-firmware-ce10f9f4629181ce9cb0b574c9cde1fad94a5027.zip
fiptool: Add fw_config in FIP
Added support in fiptool to include fw_config image in FIP. Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: Ibbd14723a4141598d9d7f6bfcf88a0ef92cf87bc
Diffstat (limited to 'lib/debugfs')
-rw-r--r--lib/debugfs/devfip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debugfs/devfip.c b/lib/debugfs/devfip.c
index 70ac3bc04..b0ee39a11 100644
--- a/lib/debugfs/devfip.c
+++ b/lib/debugfs/devfip.c
@@ -73,6 +73,7 @@ static const struct uuidnames uuidnames[] = {
{"soc-fw.cfg", UUID_SOC_FW_CONFIG},
{"tos-fw.cfg", UUID_TOS_FW_CONFIG},
{"nt-fw.cfg", UUID_NT_FW_CONFIG},
+ {"fw.cfg", UUID_FW_CONFIG},
{"rot-k.crt", UUID_ROT_KEY_CERT},
{"nt-k.crt", UUID_NON_TRUSTED_WORLD_KEY_CERT},
{"sip-sp.crt", UUID_SIP_SECURE_PARTITION_CONTENT_CERT}