]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(arm): retrieve the right ROTPK for cca
authorlaurenw-arm <lauren.wehrmeister@arm.com>
Thu, 21 Apr 2022 21:53:37 +0000 (16:53 -0500)
committerlaurenw-arm <lauren.wehrmeister@arm.com>
Tue, 14 Jun 2022 14:47:37 +0000 (09:47 -0500)
commit50b449776df11cac06347e8ef1af5dae701a0e3a
tree00e0cd247bda630f1b3e403597627dd9b26bd331
parentf24237921e3fa61e64fa1ec845e14e2748d04a2b
feat(arm): retrieve the right ROTPK for cca

The cca chain of trust involves 3 root-of-trust public keys:
- The CCA components ROTPK.
- The platform owner ROTPK (PROTPK).
- The secure world ROTPK (SWD_ROTPK).

Use the cookie argument as a key ID for plat_get_rotpk_info() to return
the appropriate one.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: Ieaae5b0bc4384dd12d0b616596596b031179044a
plat/arm/board/common/board_arm_trusted_boot.c