sonic-buildimage/platform/broadcom/sonic-platform-modules-dell
Arun Saravanan Balachandran 030570de81 [DellEMC]: EEPROM decoder for S6000, S6000-ON (#4718)
**- Why I did it**

For decoding system EEPROM of S6000 based on Dell offset format and S6000-ON’s system EEPROM in ONIE TLV format.

**- How I did it**

- Differentiate between S6000 and S6000-ON using the product name available in ‘dmi’  ( “/sys/class/dmi/id/product_name” )
- For decoding S6000 system EEPROM in Dell offset format and updating the redis DB with the EEPROM contents, added a new class ‘EepromS6000’ in eeprom.py, 
- Renamed certain methods in both Eeprom, EepromS6000 classes to accommodate the plugin-specific methods.

**- How to verify it**

- Use 'decode-syseeprom' command to list the system EEPROM details.
- Wrote a python script to load chassis class and call the appropriate methods.

UT Logs: [S6000_eeprom_logs.txt](https://github.com/Azure/sonic-buildimage/files/4735515/S6000_eeprom_logs.txt), [S6000-ON_eeprom_logs.txt](https://github.com/Azure/sonic-buildimage/files/4735461/S6000-ON_eeprom_logs.txt)
Test script: [eeprom_test_py.txt](https://github.com/Azure/sonic-buildimage/files/4735509/eeprom_test_py.txt)
2020-06-16 08:15:28 -07:00
..
common [DellEMC] S6100 Last Reboot Reason Thermal Support (#3767) 2020-05-09 18:37:31 -07:00
debian [DellEMC] S6100 Last Reboot Reason Thermal Support (#3767) 2020-05-09 18:37:31 -07:00
s5232f [DellEMC] S5232 platform updates (#4360) 2020-04-10 21:22:48 -07:00
s5248f [device]: Add a new supported device DellEMC s5248f (#3547) 2019-10-17 18:43:59 -07:00
s6000 [DellEMC]: EEPROM decoder for S6000, S6000-ON (#4718) 2020-06-16 08:15:28 -07:00
s6100 [201911] DellEMC: Skip thermalctld and thermal platform API changes (#4752) 2020-06-11 10:48:27 -07:00
tools BIOS upgrade support with API2.0 for DellEMC S6100 (#3116) 2019-08-23 11:12:26 -07:00
z9100 [201911] DellEMC: Skip thermalctld and thermal platform API changes (#4752) 2020-06-11 10:48:27 -07:00
z9264f [devices]: Fixed Fpga crash on dell z9264 (#3672) 2019-11-05 11:26:34 -08: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