commit | 7d7b24c080eb3ebcf9265b3b80f437ed754d11ac | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Fri Aug 13 13:40:38 2021 +0100 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Oct 06 00:49:16 2021 +0200 |
tree | 4b4db27dd09f0d6446f5ef0b327442b5b84f6155 | |
parent | c203872fe81bbef0c66f0b0d86ccbb84743238f1 [diff] |
Improve reusability of service_name and uuid components To allow the service_name and uuid components to be reused in constrained environments such as 'opteesp', the dependency on sscanf (stdio.h) is removed and replaced with a portable hex to byte and string to integer implementation. This allows the service locator to be used in SPs. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: I51bf7849d13568ef506c6244cab108e79b8bd09a