util/ifdtool: Fix memory leaks
[coreboot2.git] / Documentation / drivers / index.md
blob45c491bbaa6f9cc50a8e895a11f13f891b18c10f
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 ```{toctree}
10 :maxdepth: 1
11 :hidden:
13 Driver Devicetree Entries <dt_entries.md>
14 ```
16 Some of the drivers currently available include:
18 ```{toctree}
19 :maxdepth: 1
21 CFR <cfr.md>
22 CFR use within coreboot <cfr_internal.md>
23 Intel DPTF <dptf.md>
24 IPMI KCS <ipmi_kcs.md>
25 SMMSTORE <smmstore.md>
26 SMMSTOREv2 <smmstorev2.md>
27 SoundWire <soundwire.md>
28 USB4 Retimer <retimer.md>
29 CBFS SMBIOS hooks <cbfs_smbios.md>
30 ```