summaryrefslogtreecommitdiffstats
path: root/doc/efi.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: Move existing rst files into api sub-directoryBin Meng2019-07-241-105/+0
| | | | | | | | | Currently the Sphinx doc only contains API descriptions of several U-Boot subsystems. For future extension, group these existing docs into an API sub-directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* efi_loader: add more sources to Sphinx documentationHeinrich Schuchardt2019-07-161-2/+85
| | | | | | | Add more C files as sources to the Sphinx generated documentaton (make htmldocs). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: Remove duplicated documentation directoryBreno Matheus Lima2019-06-201-0/+22
Commit ad7061ed742e ("doc: Move device tree bindings documentation to doc/device-tree-bindings") moved all device tree binding documentation to doc/device-tree-bindings directory. The current U-Boot project still have two documentation directories: - doc/ - Documentation/ Move all documentation and sphinx files to doc directory so all content can be in a common place. Signed-off-by: Breno Lima <breno.lima@nxp.com>