6279cabb5b
Change-Id: Ie3c7c33096f60a5aa476ff55c538fe68ffadc068 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49292 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
12 lines
413 B
Markdown
12 lines
413 B
Markdown
# Platform independent drivers documentation
|
|
|
|
The drivers can be found in `src/drivers`. They are intended for onboard
|
|
and plugin devices, significantly reducing integration complexity and
|
|
they allow to easily reuse existing code accross platforms.
|
|
|
|
* [Intel DPTF](dptf.md)
|
|
* [IPMI KCS](ipmi_kcs.md)
|
|
* [SMMSTORE](smmstore.md)
|
|
* [SoundWire](soundwire.md)
|
|
* [SMMSTOREv2](smmstorev2.md)
|
|
* [USB4 Retimer](retimer.md)
|