[PATCH] doc: uefi: Fix reference to CONFIG_EFI_SECURE_BOOT

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Mar 16 13:08:28 CET 2022


On 3/16/22 12:12, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka at siemens.com>
>
> There is no CONFIG_UEFI_SECURE_BOOT, and there was never any.
>
> Signed-off-by: Jan Kiszka <jan.kiszka at siemens.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

> ---
>
> Was briefly nervous finding only the documentation but no implementation
> yet. ;)
>
>   doc/develop/uefi/uefi.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
> index b7bf1356276..fe337c88bda 100644
> --- a/doc/develop/uefi/uefi.rst
> +++ b/doc/develop/uefi/uefi.rst
> @@ -105,7 +105,7 @@ The UEFI specification[1] defines a secure way of executing UEFI images
>   by verifying a signature (or message digest) of image with certificates.
>   This feature on U-Boot is enabled with::
>
> -    CONFIG_UEFI_SECURE_BOOT=y
> +    CONFIG_EFI_SECURE_BOOT=y
>
>   To make the boot sequence safe, you need to establish a chain of trust;
>   In UEFI secure boot the chain trust is defined by the following UEFI variables



More information about the U-Boot mailing list