]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: use well-known guid for auto-created boot option
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 12 Oct 2023 05:31:59 +0000 (14:31 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Oct 2023 06:32:27 +0000 (08:32 +0200)
commitc1ab04626d6b05c6e82dfe4d97d3f62f7310d612
tree69c891bac17032fc49d15db691afeabc708f8856
parentc4054c1c67c0293b13d0a46b081eb6158427c20e
efi_loader: use well-known guid for auto-created boot option

The boot option automatically created by efibootmgr is identified
by the special guid appended in the optional data of boot option.
The same mechanism is implemented in the EDK II reference
implementation, it uses the different guid from the one currently
U-Boot uses.
The guid indicating auto-created boot option is not defined in the
UEFI specification, but some userspace tools such as 'efivar' package
are aware of the guid used in EDK II as auto-created boot option.

So let's use the same guid as EDK II reference implementation.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/efi_loader.h