commit | 62200d79c1d9085a7512cb47a21e16d74895e163 | [log] [tgz] |
---|---|---|
author | Juan Pablo Conde <juanpablo.conde@arm.com> | Sat Jun 29 00:50:22 2024 -0500 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Sep 05 07:25:56 2024 +0200 |
tree | 85f50df3276e21536e45d65968b838635ba3c6ed | |
parent | 4377ab3e8260d88c549a963e2bab3dae220b4fc7 [diff] |
refactor(lib/attestation): build option for plat token buffer size Until now, the size of the buffer for the platform token received from EL3 was fixed at 4kB. Now it can be configured through build option ATTEST_PLAT_TOKEN_SIZE (defaults to 4kB). Also suppresses a coverity misra error about uninitialized `platform_token_len` variable. Change-Id: Ib11b325dbc1db930e517ce55c2f61dc36f594b8b Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>