commit | 5d49edd30130a9ae36f0de1133b8d0f358963ebf | [log] [tgz] |
---|---|---|
author | Jamie Fox <jamie.fox@arm.com> | Mon Jul 24 15:41:48 2023 +0100 |
committer | David Hu <david.hu@arm.com> | Fri Aug 11 07:10:20 2023 +0200 |
tree | 75262ff3d4fa4896a507591cb3873306a5357321 | |
parent | 969d22d953cb86708f285cf735677749b034e4cb [diff] |
Measured boot: Share image version as integer values Changes the boot-time measured boot API to store the image version in the shared boot area as a struct of integer values, rather than a string. This saves doing the conversion from integers to a string in boot code, which reduces bootloader code size. Signed-off-by: Jamie Fox <jamie.fox@arm.com> Change-Id: I0c1006dfa62d61e0a3e0ae140d5710b1c7505006