blob: 7366ef818c5a75851d3749815539d08db9cc4c00 [file] [log] [blame]
Bin Mengbe3beaa2019-07-18 00:33:48 -07001.. SPDX-License-Identifier: GPL-2.0+
2
3Driver Model
4============
5
Simon Glassd5ea9942021-03-18 20:25:12 +13006The following holds information on the U-Boot device driver framework:
7driver-model, including the design details of itself and several driver
8subsystems
9
Bin Mengbe3beaa2019-07-18 00:33:48 -070010.. toctree::
11 :maxdepth: 2
Bin Meng390068c2019-07-18 00:33:49 -070012
Patrice Chotarda9ada902020-07-28 09:13:35 +020013 bind
Simon Glassaa5d0ca2019-09-25 08:55:48 -060014 debugging
Bin Meng390068c2019-07-18 00:33:49 -070015 design
Andre Przywara168ebe02019-11-25 01:32:15 +000016 ethernet
Bin Mengaa66be62019-07-18 00:33:51 -070017 fdt-fixup
Bin Meng3d45f2d2019-07-18 00:33:52 -070018 fs_firmware_loader
Bin Mengdfb789e2019-07-18 00:33:53 -070019 i2c-howto
Bin Meng5a593472019-07-18 00:33:54 -070020 livetree
Bin Mengc1bfac62019-07-18 00:33:50 -070021 migration
Bin Meng000230c2021-06-22 21:16:22 +080022 nvme
Bin Mengae258692019-07-18 00:33:55 -070023 of-plat
Bin Mengdb9595a2019-07-18 00:33:56 -070024 pci-info
Bin Mengd5f8cea2019-07-18 00:33:57 -070025 pmic-framework
Bin Mengbcb8e222019-07-18 00:33:58 -070026 remoteproc-framework
Bin Menge1bed0a2019-07-18 00:33:59 -070027 serial-howto
Dave Gerlach1a66bb22020-07-15 23:39:56 -050028 soc-framework
Bin Meng839782b2019-07-18 00:34:00 -070029 spi-howto
Bin Meng8db0d922019-07-18 00:34:01 -070030 usb-info
Bin Mengad48bd92021-04-29 17:40:07 +080031 virtio