mb/hp: Move compaq_8200_elite_sff_pc into snb_ivb_desktops variants
[coreboot.git] / Documentation / drivers / index.md
blob9b7d25ca23be21ffeaa6f762fd5267ee2d0ba497
1 # Platform independent drivers documentation
3 The drivers can be found in `src/drivers`. They are intended for onboard
4 and plugin devices, significantly reducing integration complexity and
5 they allow to easily reuse existing code across platforms.
7 For details on how to connect device drivers to a mainboard, see [Driver Devicetree Entries](dt_entries.md).
9 Some of the drivers currently available include:
11 ```{toctree}
12 :maxdepth: 1
14 Intel DPTF <dptf.md>
15 IPMI KCS <ipmi_kcs.md>
16 SMMSTORE <smmstore.md>
17 SMMSTOREv2 <smmstorev2.md>
18 SoundWire <soundwire.md>
19 USB4 Retimer <retimer.md>
20 CBFS SMBIOS hooks <cbfs_smbios.md>
21 ```