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