forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[platform/device] Introduce questone2bd device platform #137
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Modify the platform FPGA name
*System CPLD driver. *Fan CPLD driver. *PSU dps1100 driver.
* [device/celestica]: update questone2bd plugin * [platform/cel]: update questone2bd platform install script
* Fix incorrect led path for PSU1. * Fix swapped EEPROM path of PSU1 and PSU2.
* Fix incorrect optical port xcvr status * Fix Fix kernel panic while removing switchboard_fpga
tiantianlv
approved these changes
Mar 10, 2020
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
a659219 [SONIC_SFP] adding abstract methods for reading and writing the eeprom address space within platform api (#126) 848f4a6 Add third-party licenses (#138) c2ecd9a Add license file (#137) 403747a [sonic-platform-common] Add new platform API for SONiC Physical MIB Extension feature (#134) 19b8545 [sonic_y_cable] fix the unpacking (#135) Signed-off-by: vaibhav-dahiya <[email protected]>
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
…nic-net#6352) src/sonic-platform-common 9935fca...8664efc (2): Make sonic_sfp Python2 and Python3 compatible (#157) [sffbase.py] Fix to make Python 3-compatible (#156) src/sonic-platform-daemons e6c786b...81318f7 (1): [psud] Fix issue where PSU Fan info is not updated in State DB (#137) Fixes sonic-net#6341
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
…nic-net#6352) src/sonic-platform-common 9935fca...8664efc (2): Make sonic_sfp Python2 and Python3 compatible (#157) [sffbase.py] Fix to make Python 3-compatible (#156) src/sonic-platform-daemons e6c786b...81318f7 (1): [psud] Fix issue where PSU Fan info is not updated in State DB (#137) Fixes sonic-net#6341
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Add the Celestica questone2bd 48 SFP28 network switch platform device to Broadcom platform.
Platform: x86_64-cel_questone2bd-r0
HwSKU: Questone2bd
ASIC: broadcom
- How I did it
Add the platform driver module.
Add device configuration.
Add fan control service.
- How to verify it
Check the platform is up and running.
The SDK cmd is running.
The temperature sensors is working.
Fan speed control service is running.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)