commit | f102e0d08d53098dd171de773a5742ab7b66348c | [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 | 58d825fb18053ec7e432de7bbb70a452b9228076 [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>