blob: 642ae1a5f3324f7e9f3bf04936092f8ddfb2983a (
plain)
1
2
3
4
5
6
7
|
# Platform indenpendend 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.
* [IPMI KCS](ipmi_kcs.md)
|