sonic-buildimage/platform/pddf/i2c
FuzailBrcm 0abc4f0c4a
[pddd]: Adding support for I2CFPGA in PDDF (#13475)
Why I did it
Some of the platform vendors use FPGA in the HW design. This FPGA is connected to the CPU via I2C bus. Adding a common module and a driver to be used for such FPGA in PDDF.

How I did it
Added 'pddf_fpgai2c_module' and 'pddf_fpgai2c_driver' kernel modules which takes the platform dependent data from PDDF JSON files and creates an I2C client for the FPGA.

How to verify it
Any platform having such an FPGA and brought up using PDDF would use these kernel modules. The detail representation of such a device in PDDF JSON file is covered in the HLD.
2023-02-02 11:20:59 -08:00
..
debian [pddd]: Adding support for I2CFPGA in PDDF (#13475) 2023-02-02 11:20:59 -08:00
modules [pddd]: Adding support for I2CFPGA in PDDF (#13475) 2023-02-02 11:20:59 -08:00
service [pddf]: Adding pre_pddf_init script in the service file (#7834) 2022-01-02 22:28:48 -08:00
utils [pddf]: Adding PDDF common framework enhancements. (#12863) 2022-12-17 14:36:52 -08:00
Makefile [pddf]: Update PDDF kernel modules with 5.10 kernel and fix some compilation (#9582) 2022-01-02 22:24:19 -08:00
setup.py Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00