On Sat, Jul 27, 2019 at 2:10 AM Heinrich Schuchardt <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

