diff options
| author | Tom Rini <[email protected]> | 2022-03-20 15:14:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-20 15:14:59 -0400 |
| commit | 5f68470d69f853b1652ebe93525b60064717fe2e (patch) | |
| tree | 6e2f61a2ee43a37f1217289c5896ea1067743ffb /doc/develop | |
| parent | 9776c4e9d00ac49d6388ffe9e084ff03b37ae479 (diff) | |
| parent | 9c045a49a9c96ffb6e6b43f7e615fc2bd0e2077d (diff) | |
Merge tag 'efi-2022-04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc5
Documentation:
* Fix documentation of FIP creation for Amlogic boards
* Update Nokia RX-51 QEMU documentation
* Add Raspberry Pi documentation
UEFI:
* Fix booting via short form device paths
* Support short form device paths in 'efidebug boot add'
* Fix ESP detection for capsule updates
* Allow ACPI table usage even if device-tree exists - ignore DT
* OP-TEE based GetVariable(): return attributes when buffer too small
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
