6c3ece9c9e
These issues were found and fixed by codespell, a useful tool for finding spelling errors. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: If2a8e97911420c19e9365d5c28810b998f2c2ac8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58078 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
12 lines
412 B
Markdown
12 lines
412 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 across platforms.
|
|
|
|
* [Intel DPTF](dptf.md)
|
|
* [IPMI KCS](ipmi_kcs.md)
|
|
* [SMMSTORE](smmstore.md)
|
|
* [SoundWire](soundwire.md)
|
|
* [SMMSTOREv2](smmstorev2.md)
|
|
* [USB4 Retimer](retimer.md)
|