commit | 4d03486226ea8043dc1b103b2801811f9ad47511 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Aug 30 13:34:38 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:35:37 2024 +0200 |
tree | 623845d6cc4f25d5cacfd760a02189423bf5484c | |
parent | 29cab7c8fed96953976fd9ead43b2de66722569c [diff] |
tools: mkeficapsule: use u-boot UUID library Replace the use of libuuid with U-Boot's own UUID library. This prepares us to add support for generating v5 GUIDs. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>