[U-Boot] [PATCH v2 1/1] doc: integrate UEFI documentation into Sphinx toctree
Bin Meng
bmeng.cn at gmail.com
Sat Jul 27 13:16:30 UTC 2019
On Sat, Jul 27, 2019 at 2:10 AM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Change the UEFI documentation to Sphinx style and integrate it into the
> rest of the Sphinx generated documentation.
>
> Remove the inaccurate TODO list in doc/uefi/uefi.rst.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
> correct formatting, thanks to Bin
> ---
> MAINTAINERS | 4 +-
> doc/README.iscsi | 170 ------------------
> doc/README.u-boot_on_efi | 252 --------------------------
> doc/README.uefi | 352 -------------------------------------
> doc/index.rst | 13 ++
> doc/uefi/index.rst | 11 ++
> doc/uefi/iscsi.rst | 184 +++++++++++++++++++
> doc/uefi/u-boot_on_efi.rst | 235 +++++++++++++++++++++++++
> doc/uefi/uefi.rst | 334 +++++++++++++++++++++++++++++++++++
> 9 files changed, 778 insertions(+), 777 deletions(-)
> delete mode 100644 doc/README.iscsi
> delete mode 100644 doc/README.u-boot_on_efi
> delete mode 100644 doc/README.uefi
> create mode 100644 doc/uefi/index.rst
> create mode 100644 doc/uefi/iscsi.rst
> create mode 100644 doc/uefi/u-boot_on_efi.rst
> create mode 100644 doc/uefi/uefi.rst
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list