blob: 8e12bbd9366aa6099f68f158fe89335a561a8518 [file] [log] [blame]
Bin Mengd9756c42019-07-18 00:33:48 -07001.. SPDX-License-Identifier: GPL-2.0+
2
3Driver Model
4============
5
Simon Glass5ce31912021-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 Mengd9756c42019-07-18 00:33:48 -070010.. toctree::
11 :maxdepth: 2
Bin Menged205e62019-07-18 00:33:49 -070012
Patrice Chotard02291d82020-07-28 09:13:35 +020013 bind
Simon Glassfdd72be2019-09-25 08:55:48 -060014 debugging
Bin Menged205e62019-07-18 00:33:49 -070015 design
Andre Przywara21e4ee32019-11-25 01:32:15 +000016 ethernet
Bin Mengf156aae2019-07-18 00:33:51 -070017 fdt-fixup
Bin Meng1be040a2019-07-18 00:33:52 -070018 fs_firmware_loader
Bin Meng61c3e772019-07-18 00:33:53 -070019 i2c-howto
Bin Meng6c49c222019-07-18 00:33:54 -070020 livetree
Bin Menge1910d92019-07-18 00:33:50 -070021 migration
Bin Mengbf2a2832021-06-22 21:16:22 +080022 nvme
Abdellatif El Khlifif37af272023-04-17 10:11:52 +010023 nvmxip
Bin Meng45dbb4d2019-07-18 00:33:55 -070024 of-plat
Bin Mengb5986482019-07-18 00:33:56 -070025 pci-info
Bin Mengcf4747d2019-07-18 00:33:57 -070026 pmic-framework
Bin Meng175ba0f2019-07-18 00:33:58 -070027 remoteproc-framework
Bin Mengc1b43902019-07-18 00:33:59 -070028 serial-howto
Dave Gerlach726eb122020-07-15 23:39:56 -050029 soc-framework
Bin Meng7ee49d02019-07-18 00:34:00 -070030 spi-howto
Bin Menga077bae2019-07-18 00:34:01 -070031 usb-info
Bin Meng9cea9ab2021-04-29 17:40:07 +080032 virtio