-
- Downloads
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
Showing
- include/tools_share/dualroot_oid.h 12 additions, 0 deletionsinclude/tools_share/dualroot_oid.h
- include/tools_share/firmware_image_package.h 2 additions, 0 deletionsinclude/tools_share/firmware_image_package.h
- lib/debugfs/devfip.c 2 additions, 1 deletionlib/debugfs/devfip.c
- make_helpers/tbbr/tbbr_tools.mk 5 additions, 0 deletionsmake_helpers/tbbr/tbbr_tools.mk
- tools/cert_create/include/cert.h 1 addition, 1 deletiontools/cert_create/include/cert.h
- tools/cert_create/include/dualroot/cot.h 9 additions, 0 deletionstools/cert_create/include/dualroot/cot.h
- tools/cert_create/src/dualroot/cot.c 103 additions, 0 deletionstools/cert_create/src/dualroot/cot.c
- tools/fiptool/tbbr_config.c 5 additions, 0 deletionstools/fiptool/tbbr_config.c
Please register or sign in to comment