]> git.baikalelectronics.ru Git - arm-tf.git/commit
cert_create: add Platform owned secure partitions support
authorManish Pandey <manish.pandey2@arm.com>
Fri, 24 Jul 2020 15:43:54 +0000 (16:43 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Wed, 12 Aug 2020 13:30:18 +0000 (14:30 +0100)
commit23d5f03ad00a7a815555d52a15f34fdcc958cccd
tree6b1f0191d5e68e368d361f1c5fdf1f4fba300bcc
parent8f09da46e263cdb97f01edce449aa5b769cca2f5
cert_create: add Platform owned secure partitions support

Add support to generate a certificate named "plat-sp-cert" for Secure
Partitions(SP) owned by Platform.
Earlier a single certificate file "sip-sp-cert" was generated which
contained hash of all 8 SPs, with this change SPs are divided into
two categories viz "SiP owned" and "Plat owned" containing 4 SPs each.

Platform RoT key pair is used for signing.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I5bd493cfce4cf3fc14b87c8ed1045f633d0c92b6
include/tools_share/firmware_image_package.h
lib/debugfs/devfip.c
make_helpers/tbbr/tbbr_tools.mk
tools/cert_create/include/dualroot/cot.h
tools/cert_create/src/dualroot/cot.c
tools/fiptool/tbbr_config.c