summaryrefslogtreecommitdiff
path: root/doc/develop/driver-model/index.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-06-23doc: develop: Convert README.nvme to reSTBin Meng1-0/+1
This converts the existing README.nvme to reST, and puts it under the develop/driver-model/ directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-05-10doc: develop: Convert README.virtio to reSTBin Meng1-0/+1
This converts the existing README.virtio to reST, and puts it under the develop/driver-model/ directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-03-26doc: Move driver model docs under develop/Simon Glass1-0/+29
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>