diff options
Diffstat (limited to 'doc/develop/driver-model/index.rst')
-rw-r--r-- | doc/develop/driver-model/index.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/develop/driver-model/index.rst b/doc/develop/driver-model/index.rst new file mode 100644 index 0000000000..fd4575db9b --- /dev/null +++ b/doc/develop/driver-model/index.rst @@ -0,0 +1,29 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +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:: + :maxdepth: 2 + + bind + debugging + design + ethernet + fdt-fixup + fs_firmware_loader + i2c-howto + livetree + migration + of-plat + pci-info + pmic-framework + remoteproc-framework + serial-howto + soc-framework + spi-howto + usb-info |