sonic-buildimage/platform/pddf/i2c/modules
fk410167 a3dd3f55f9
Platform Driver Developement Framework (PDDF) (#4756)
This change introduces PDDF which is described here: https://github.com/Azure/SONiC/pull/536

Most of the platform bring up effort goes in developing the platform device drivers, SONiC platform APIs and validating them. Typically each platform vendor writes their own drivers and platform APIs which is very tailor made to that platform. This involves writing code, building, installing it on the target platform devices and testing. Many of the details of the platform are hard coded into these drivers, from the HW spec. They go through this cycle repetitively till everything works fine, and is validated before upstreaming the code.
PDDF aims to make this platform driver and platform APIs development process much simpler by providing a data driven development framework. This is enabled by:

JSON descriptor files for platform data
Generic data-driven drivers for various devices
Generic SONiC platform APIs
Vendor specific extensions for customisation and extensibility

Signed-off-by: Fuzail Khan <fuzail.khan@broadcom.com>
2020-11-12 10:22:38 -08:00
..
client Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
cpld Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
cpldmux Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
fan Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
gpio Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
include Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
led Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
mux Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
psu Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
sysstatus Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
xcvr Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
Makefile Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00