]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mkeficapsule: use u-boot UUID library
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 30 Aug 2024 12:34:38 +0000 (13:34 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 15:35:37 +0000 (17:35 +0200)
commitf102e0d08d53098dd171de773a5742ab7b66348c
tree623845d6cc4f25d5cacfd760a02189423bf5484c
parent58d825fb18053ec7e432de7bbb70a452b9228076
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>
tools/Makefile
tools/mkeficapsule.c