[PATCH v3 6/7] tools: add genguid tool
Simon Glass
sjg at chromium.org
Wed Jun 5 04:13:31 CEST 2024
Hi Caleb,
On Fri, 31 May 2024 at 07:50, Caleb Connolly <caleb.connolly at linaro.org> wrote:
>
> Add a tool that can generate GUIDs that match those generated internally
> by U-Boot for capsule update fw_images.
>
> Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it
> with the board model, compatible, and fw_image name.
>
> This tool accepts the same inputs and will produce the same GUID as
> U-Boot would at runtime.
>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
> doc/genguid.1 | 52 +++++++++++++++++++
> tools/Kconfig | 7 +++
> tools/Makefile | 3 ++
> tools/genguid.c | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 216 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Can I suggest you look at patman, which will provide a per-patch change list?
Regards,
SImon
More information about the U-Boot
mailing list