]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(fvp): use RSS API to retrieve attestation token and key
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Sun, 12 Mar 2023 21:34:44 +0000 (21:34 +0000)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Wed, 22 Mar 2023 15:18:30 +0000 (16:18 +0100)
commitd679cdecb1454e593d764a29590233e4455a35cb
treeb1da29f01712f28b823293faaf0e6557383d5bfe
parent0ed75fb78fc43ee4f5319702a3b2adff1f09cddb
refactor(fvp): use RSS API to retrieve attestation token and key

Retrieved the platform attestation token and delegated realm attestation
key through the PSA delegated attestation layer.

Even though FVP doesn't support RSS hardware today, it can still
leverage the RSS implementation of these PSA interfaces in their mocking
form (see PLAT_RSS_NOT_SUPPORTED).

Therefore, platform APIs now call these PSA interfaces instead of
directly providing these hardcoded values.

Change-Id: I31d0ca58f6f1a444f513d954da4e3e67757321ad
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
lib/psa/delegated_attestation.c
plat/arm/board/fvp/fvp_plat_attest_token.c
plat/arm/board/fvp/fvp_realm_attest_key.c
plat/arm/board/fvp/platform.mk