From: Simon Glass <simon.glass@canonical.com> Several bootmeth drivers (BLS, EFI, EFI boot manager, FEL) have no dedicated page under doc/develop/bootstd/. Add developer-focused documentation for each, following the concise style of the existing extlinux and pxelinux pages. Each new page covers the discovery and boot phases, compatible string and CONFIG option. The overview list is also updated with cross-references. Simon Glass (5): doc: bls: Fix Sphinx cross-references and improve text doc: bls: Add developer documentation for BLS bootmeth doc: bootstd: Add developer docs for the EFI bootmeth doc: bootstd: Add docs for EFI boot-manager bootmeth doc: bootstd: Add developer documentation for FEL bootmeth doc/board/allwinner/sunxi.rst | 3 +++ doc/develop/bootstd/bls.rst | 34 ++++++++++++++++++++++++++++++++ doc/develop/bootstd/efi.rst | 25 +++++++++++++++++++++++ doc/develop/bootstd/efi_mgr.rst | 29 +++++++++++++++++++++++++++ doc/develop/bootstd/fel.rst | 24 ++++++++++++++++++++++ doc/develop/bootstd/index.rst | 4 ++++ doc/develop/bootstd/overview.rst | 6 ++++-- doc/develop/uefi/uefi.rst | 6 ++++++ doc/usage/bls.rst | 33 +++++++++++++++++-------------- 9 files changed, 147 insertions(+), 17 deletions(-) create mode 100644 doc/develop/bootstd/bls.rst create mode 100644 doc/develop/bootstd/efi.rst create mode 100644 doc/develop/bootstd/efi_mgr.rst create mode 100644 doc/develop/bootstd/fel.rst -- 2.43.0 base-commit: 565fbb79f87c52cb30857a90fe00e0683b2d4936 branch: booc