commit | d2897cb3c7229328ffbda4c7bb7a8af9fea1a99c | [log] [tgz] |
---|---|---|
author | Sherry Zhang <sherry.zhang2@arm.com> | Thu May 18 11:04:44 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Wed May 31 11:17:14 2023 +0200 |
tree | 6b707a80853e973b72f050ef0addc69988bdb716 | |
parent | cc5bfaafa2ee85cfbe21efcdc8e4e9eb5dd2ad92 [diff] |
Attest: Remove fetching claims info from shared memory Currently, the security lifecycle, boot seed, and hardware version info are searched in the shared memory first before calling the platform hal API. Sharing this information via shared memory is not the designed way anymore. The related code is a legacy. This patch removes the legacy code. Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com> Change-Id: I1ff9d5cc165e530aae5a5a1b83369b6411a9e792