doc: Remove duplicated documentation directory
authorBreno Matheus Lima <breno.lima@nxp.com>
Wed, 5 Jun 2019 18:18:30 +0000 (18:18 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jun 2019 14:57:08 +0000 (10:57 -0400)
commit656d8da9d2862afd293ae678d37a486d34b76ca2
tree405420ece9ddde3c6e8f66ab65867d128d7761be
parent894e235f145b4f397a474f22c7c604ae925eb114
doc: Remove duplicated documentation directory

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>
62 files changed:
Documentation/Makefile [deleted file]
Documentation/conf.py [deleted file]
Documentation/devicetree/bindings/arm/l2c2x0.txt [deleted file]
Documentation/devicetree/bindings/axi/gdsys,ihs_axi.txt [deleted file]
Documentation/devicetree/bindings/board/gdsys,board_gazerbeam.txt [deleted file]
Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt [deleted file]
Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt [deleted file]
Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt [deleted file]
Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt [deleted file]
Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt [deleted file]
Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt [deleted file]
Documentation/devicetree/bindings/misc/gdsys,soc.txt [deleted file]
Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt [deleted file]
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt [deleted file]
Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt [deleted file]
Documentation/efi.rst [deleted file]
Documentation/index.rst [deleted file]
Documentation/linker_lists.rst [deleted file]
Documentation/media/Makefile [deleted file]
Documentation/media/linker_lists.h.rst.exceptions [deleted file]
Documentation/serial.rst [deleted file]
Documentation/sphinx-static/theme_overrides.css [deleted file]
Documentation/sphinx/cdomain.py [deleted file]
Documentation/sphinx/kernel_include.py [deleted file]
Documentation/sphinx/kerneldoc.py [deleted file]
Documentation/sphinx/kfigure.py [deleted file]
Documentation/sphinx/load_config.py [deleted file]
Documentation/sphinx/parse-headers.pl [deleted file]
Documentation/sphinx/requirements.txt [deleted file]
Documentation/sphinx/rstFlatTable.py [deleted file]
MAINTAINERS
Makefile
doc/Makefile [new file with mode: 0644]
doc/conf.py [new file with mode: 0644]
doc/device-tree-bindings/arm/l2c2x0.txt [new file with mode: 0644]
doc/device-tree-bindings/axi/gdsys,ihs_axi.txt [new file with mode: 0644]
doc/device-tree-bindings/board/gdsys,board_gazerbeam.txt [new file with mode: 0644]
doc/device-tree-bindings/clock/fsl,mpc83xx-clk.txt [new file with mode: 0644]
doc/device-tree-bindings/cpu/fsl,mpc83xx.txt [new file with mode: 0644]
doc/device-tree-bindings/misc/misc/fsl,mpc83xx-serdes.txt [new file with mode: 0644]
doc/device-tree-bindings/misc/misc/gdsys,io-endpoint.txt [new file with mode: 0644]
doc/device-tree-bindings/misc/misc/gdsys,iocon_fpga.txt [new file with mode: 0644]
doc/device-tree-bindings/misc/misc/gdsys,iocpu_fpga.txt [new file with mode: 0644]
doc/device-tree-bindings/misc/misc/gdsys,soc.txt [new file with mode: 0644]
doc/device-tree-bindings/ram/fsl,mpc83xx-mem-controller.txt [new file with mode: 0644]
doc/device-tree-bindings/reserved-memory/reserved-memory.txt [new file with mode: 0644]
doc/device-tree-bindings/timer/fsl,mpc83xx-timer.txt [new file with mode: 0644]
doc/efi.rst [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
doc/linker_lists.rst [new file with mode: 0644]
doc/media/Makefile [new file with mode: 0644]
doc/media/linker_lists.h.rst.exceptions [new file with mode: 0644]
doc/serial.rst [new file with mode: 0644]
doc/sphinx-static/theme_overrides.css [new file with mode: 0644]
doc/sphinx/cdomain.py [new file with mode: 0644]
doc/sphinx/kernel_include.py [new file with mode: 0755]
doc/sphinx/kerneldoc.py [new file with mode: 0644]
doc/sphinx/kfigure.py [new file with mode: 0644]
doc/sphinx/load_config.py [new file with mode: 0644]
doc/sphinx/parse-headers.pl [new file with mode: 0755]
doc/sphinx/requirements.txt [new file with mode: 0644]
doc/sphinx/rstFlatTable.py [new file with mode: 0755]