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/broadcom] Add Celestica Silverstone-DP platform module #117
Merged
pphuchar
merged 3 commits into
SONIC-DEV:upstream_silverstone-dp
from
pphuchar:add-platform-silverstone-dp
Oct 16, 2019
Merged
[platform/broadcom] Add Celestica Silverstone-DP platform module #117
pphuchar
merged 3 commits into
SONIC-DEV:upstream_silverstone-dp
from
pphuchar:add-platform-silverstone-dp
Oct 16, 2019
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
pphuchar
force-pushed
the
add-platform-silverstone-dp
branch
from
October 1, 2019 11:56
0771a1e
to
6734720
Compare
pphuchar
force-pushed
the
add-platform-silverstone-dp
branch
from
October 8, 2019 12:34
6734720
to
18c9222
Compare
Silverstone-DP EVT BSP test resultThis test verify basic Silverstone-DP platform module and device plugins. Known Issue:
Test setup:
Test result
PSU and EEPROM
sfputilPort presence and EEPROM decoding need to be retest when have QSFP and QSFP-DD ports.
|
pphuchar
changed the title
[platform/broadcom] Add Celstica Silverstone-DP platform module
[platform/broadcom] Add Celestica Silverstone-DP platform module
Oct 9, 2019
tiantianlv
approved these changes
Oct 16, 2019
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
…nic-net#5924) This should also fix the vsimage check build. Commits include: * src/sonic-platform-common a659219...e4883e5 (7): > [PsuBase] Reference inherited member constant (#142) > Thermalctld APIs for recording min and max temp (#131) > Common power consumption and supply APIs for modular chassis (#136) > [sonic-platform-base] Introduce APIs for modular chassis support (#124) > Remove shebangs from non-executable Python files (#140) > [sonic_eeprom] Make compatible with Python 2 and 3 (#127) > Add unit test infrastructure (#139) * src/sonic-platform-daemons 600d043...be21d91 (9): > [psud] Import of mock libraries determined by environment variable (#117) > [chassisd][thermalctld] Set testing env var at top of file, not in setup_function() (#114) > [chassisd][thermalctld] Import os module, now needed for env var checking (#113) > [chassisd][thermalctld] Import mock libraries based on environment variable (#112) > [xcvrd] Fix the console-script xcvrd startup (#111) > [Thermalctld] Update thermal info to CHASSIS_STATE_DB (#101) > PSUd changes to compute power-budget for Modular chassis (#104) > Introduce chassisd to monitor status of cards on chassis (#97) > [xcvrd] support for integrating Credo Y cable Ports initialization and status updates with xcvrd. (#105)
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 Silverstone-DP platform module package
- How I did it
Add the kernel module driver and basic device plugins and HwSKU
- How to verify it
Build the image and check if the platform module starts after SONiC bootup.