This series adds support materials for UEFI Secure Boot in U-Boot, including a reusable configuration fragment and user documentation.
It also updates documentation indexes to make the Secure Boot guide easier to discover. --- Changes in v2: 1. The secure boot config fragment is now moved to config dir to make it generic for all boards. 2. Added documentation describing EFI Secure Boot enablement and usage. Link to v1: https://lore.kernel.org/u-boot/[email protected]/ Aswin Murugan (2): configs: add generic efi_secureboot.config fragment doc: usage: add EFI Secure Boot guide configs/efi_secureboot.config | 8 ++ doc/board/qualcomm/index.rst | 6 ++ doc/usage/efi_secureboot.rst | 174 ++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + 4 files changed, 189 insertions(+) create mode 100644 configs/efi_secureboot.config create mode 100644 doc/usage/efi_secureboot.rst -- 2.34.1
