commit | cb03020e20859e61e94a2cf6a3eda86f87e796e2 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Thu Feb 27 15:06:39 2025 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Tue Apr 15 11:14:00 2025 +0000 |
tree | a390a79d213afa2f073af62c9c4309523b3ea980 | |
parent | 4d913df8f85e2039e750e6fc28a2201633930717 [diff] |
feat(measured-boot): make event log lib standalone Remove dependencies on TF-A so the library can be conveniently exported by other projets. The main changes are to remove explicit error handling, and ensure that functions instead return errno codes that consumers can rely on instead. Some work has also been done to make the function naming a little more consistent. Change-Id: Ic182dfe7dd6f56a4b73e0da4c9051813938cfe44 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>