mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
doc: Move driver model docs under develop/
These docs are useful for developers, not users. Move them under that section. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d1ceeeff6c
commit
5ce319133b
20 changed files with 5 additions and 11 deletions
|
@ -3,6 +3,10 @@
|
||||||
Driver Model
|
Driver Model
|
||||||
============
|
============
|
||||||
|
|
||||||
|
The following holds information on the U-Boot device driver framework:
|
||||||
|
driver-model, including the design details of itself and several driver
|
||||||
|
subsystems
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
|
@ -10,6 +10,7 @@ Implementation
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
commands
|
commands
|
||||||
|
driver-model/index
|
||||||
global_data
|
global_data
|
||||||
logging
|
logging
|
||||||
menus
|
menus
|
||||||
|
|
|
@ -38,17 +38,6 @@ want to contribute to U-Boot.
|
||||||
|
|
||||||
develop/index
|
develop/index
|
||||||
|
|
||||||
Driver-Model documentation
|
|
||||||
--------------------------
|
|
||||||
|
|
||||||
The following holds information on the U-Boot device driver framework:
|
|
||||||
driver-model, including the design details of itself and several driver
|
|
||||||
subsystems.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
driver-model/index
|
|
||||||
|
|
||||||
U-Boot API documentation
|
U-Boot API documentation
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue