]> Git Repo - u-boot.git/commit
tools: mkeficapsule: support generating dynamic GUIDs
authorCaleb Connolly <[email protected]>
Fri, 30 Aug 2024 12:34:39 +0000 (13:34 +0100)
committerHeinrich Schuchardt <[email protected]>
Thu, 12 Sep 2024 15:35:37 +0000 (17:35 +0200)
commit7558385e483c8c89ceaa6c24485827255fcceef8
tree0331216297f1192233f11130882200a94b828bd4
parentf102e0d08d53098dd171de773a5742ab7b66348c
tools: mkeficapsule: support generating dynamic GUIDs

Add support for generating GUIDs that match those generated internally
by U-Boot for capsule update fw_images when using dynamic UUIDs.

Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it
with the board compatible and fw_image name. This feature just provides
a way to determine the UUIDs for a particular board without having to
actually boot U-Boot on it.

Acked-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
doc/mkeficapsule.1
tools/mkeficapsule.c
This page took 0.033318 seconds and 4 git commands to generate.