2019-07-30 18:31:11 +02:00
|
|
|
# Platform independent drivers documentation
|
2019-06-06 15:45:51 +02:00
|
|
|
|
|
|
|
The drivers can be found in `src/drivers`. They are intended for onboard
|
|
|
|
and plugin devices, significantly reducing integration complexity and
|
2021-10-01 22:10:19 +02:00
|
|
|
they allow to easily reuse existing code across platforms.
|
2019-06-06 15:45:51 +02:00
|
|
|
|
2022-09-21 17:06:15 +02:00
|
|
|
For details on how to connect device drivers to a mainboard, see [Driver Devicetree Entries](dt_entries.md).
|
|
|
|
|
|
|
|
Some of the drivers currently available include:
|
|
|
|
|
2021-01-11 08:52:50 +01:00
|
|
|
* [Intel DPTF](dptf.md)
|
2019-06-06 15:45:51 +02:00
|
|
|
* [IPMI KCS](ipmi_kcs.md)
|
2019-11-26 16:11:58 +01:00
|
|
|
* [SMMSTORE](smmstore.md)
|
2020-04-17 16:16:49 +02:00
|
|
|
* [SMMSTOREv2](smmstorev2.md)
|
2022-09-20 21:14:31 +02:00
|
|
|
* [SoundWire](soundwire.md)
|
2021-01-11 08:52:50 +01:00
|
|
|
* [USB4 Retimer](retimer.md)
|
2022-05-24 13:26:55 +02:00
|
|
|
* [CBFS SMBIOS hooks](cbfs_smbios.md)
|