]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(drivers/measured_boot): add RSS backend
authorTamas Ban <tamas.ban@arm.com>
Tue, 11 Jan 2022 19:24:24 +0000 (20:24 +0100)
committerDavid Vincze <david.vincze@arm.com>
Wed, 11 May 2022 13:47:02 +0000 (15:47 +0200)
commit0442ebd2e9bcf5fa4344d8fa8ef4b69a3b249e33
treee5cfcc4c93f2f7e7ba39be728c72637b75405b91
parentce0c40edc93aa403cdd2eb6c630ad23e28b01c3e
feat(drivers/measured_boot): add RSS backend

Runtime Security Subsystem (RSS) provides for the host:
- Runtime service to store measurments, which were
  computed by the host during measured boot.

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: Ia9e4e8a1fe8f01a28da1fd8c434b780f2a08f94e
drivers/measured_boot/rss/rss_measured_boot.c [new file with mode: 0644]
drivers/measured_boot/rss/rss_measured_boot.mk [new file with mode: 0644]
include/drivers/measured_boot/rss/rss_measured_boot.h [new file with mode: 0644]