arm-trusted-firmware/tools/fiptool
Manish Pandey 0792dd7d64 cert_create: add SiP owned secure partitions support
Add support to generate certificate "sip-sp-cert" for Secure
Partitions(SP) owned by Silicon provider(SiP).
To avoid deviation from TBBR specification the support is only added for
dualroot CoT and not for TBBR CoT.

A single certificate file is generated containing hash of individual
packages. Maximum 8 secure partitions are supported.

Following new options added to cert_tool:
 --sip-sp-cert --> SiP owned Secure Partition Content Certificate
 --sp-pkg1 --> Secure Partition Package1 file
 --sp-pkg2
 .....
 --sp-pkg8

Trusted world key pair is used for signing.

Going forward, this feature can be extended for Platfrom owned
Partitions, if required.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ia6dfbc1447cfb41b1fcbd12cf2bf7b88f409bd8d
2020-06-08 22:42:06 +01:00
..
Makefile tools: Make invocation of host compiler correct 2018-10-04 14:35:38 +01:00
Makefile.msvc tools/fiptool: Add Makefile.msvc to build on Windows. 2019-07-02 14:12:01 +01:00
fiptool.c tools/fiptool: Fix UUID parsing in blob handling 2019-01-29 09:25:14 +00:00
fiptool.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
fiptool_platform.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
tbbr_config.c cert_create: add SiP owned secure partitions support 2020-06-08 22:42:06 +01:00
tbbr_config.h tools: Remove TODO from fiptool 2019-03-12 13:42:08 +00:00
win_posix.c fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
win_posix.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00