This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/platform/broadcom/sonic-platform-modules-dell
Arun Saravanan Balachandran e976b70e74
DellEMC: get_change_event Platform API implementation for S6000, S6100 and Z9100 (#4593)
For detecting transceiver change events through xcvrd in DellEMC S6000, S6100 and Z9100 platforms.

- In S6000, rename 'get_transceiver_change_event' in chassis.py to 'get_change_event' and return appropriate values.
- In S6100, implement 'get_change_event' through polling method (poll interval = 1 second) in chassis.py (Transceiver insertion/removal does not generate interrupts due to a CPLD bug)
- In Z9100, implement 'get_change_event' through interrupt method using select.epoll().
2020-05-20 12:52:50 -07:00
..
common [DellEMC] S6100 Last Reboot Reason Thermal Support (#3767) 2020-02-18 00:02:33 -08:00
debian [platform-modules]: set debian control depends on unsigned kernel package (#4466) 2020-04-22 19:41:48 -07:00
s5232f [DellEMC] S5232 platform updates (#4360) 2020-04-08 02:41:56 -07:00
s5248f DellEMC: Dell platform bug fixes on s5248 and s6232 (#4071) 2020-01-27 23:28:26 -08:00
s6000 DellEMC: get_change_event Platform API implementation for S6000, S6100 and Z9100 (#4593) 2020-05-20 12:52:50 -07:00
s6100 DellEMC: get_change_event Platform API implementation for S6000, S6100 and Z9100 (#4593) 2020-05-20 12:52:50 -07:00
tools BIOS upgrade support with API2.0 for DellEMC S6100 (#3116) 2019-08-23 11:12:26 -07:00
z9100 DellEMC: get_change_event Platform API implementation for S6000, S6100 and Z9100 (#4593) 2020-05-20 12:52:50 -07:00
z9264f [DellEMC] Z9264f Watchdog support (#4192) 2020-04-06 09:27:45 -07:00
z9332f [platform-modules]: fix compile issues for platform driver under 4.19 2020-04-17 04:51:51 +00:00
.gitignore [platform]: move dell platform modules into buildimage repo 2018-08-13 10:39:07 +00:00
LICENSE [platform]: move dell platform modules into buildimage repo 2018-08-13 10:39:07 +00:00
README.md [platform]: move dell platform modules into buildimage repo 2018-08-13 10:39:07 +00:00

platform drivers for Dell Z9100 for the SONiC project