]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(lib/psa): add measured boot API
authorTamas Ban <tamas.ban@arm.com>
Tue, 18 Jan 2022 15:19:17 +0000 (16:19 +0100)
committerDavid Vincze <david.vincze@arm.com>
Wed, 11 May 2022 13:47:02 +0000 (15:47 +0200)
commit758c64715b691be92de623f81032494e38a43cc8
treec2834ed8f6345ce0c87abe265bc28517449ee4a9
parentaf26d7d6f01068809f17cc2d49a9b3d573c640a9
feat(lib/psa): add measured boot API

A secure enclave could provide an alternate
backend for measured boot. This API can be used
to store measurements in a secure enclave, which
provides the measured boot runtime service.

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I2448e324e7ece6b318403c5937dfe7abea53d0f3
include/lib/psa/measured_boot.h [new file with mode: 0644]
include/lib/psa/psa/client.h [new file with mode: 0644]
include/lib/psa/psa/error.h [new file with mode: 0644]
include/lib/psa/psa_manifest/sid.h [new file with mode: 0644]
lib/psa/measured_boot.c [new file with mode: 0644]
lib/psa/measured_boot_private.h [new file with mode: 0644]