Support for platforms based on Barefoot Networks' device#1796
Support for platforms based on Barefoot Networks' device#1796lguohan merged 170 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Wade He <chihen.he@gmail.com>
Signed-off-by: Wade He <chihen.he@gmail.com>
1. Update sensors.conf. 2. Fixed IO expander init. 3. Fixed PSU EEPROM. 4. Fixed MB EEPROM. 5. Add fancontrol and fan init. 6. Add SYS LED control (sys, fan, fan tray). 7. 2.5V compute and setup max and min. 8. Fixed typo MB eeprom delete address. 9. Remove coretemp to BMC. 10. Add active CPLD. 11. Modify SFP+ GPIO slave address. 12. Modify tmp75 Near Port 32 slave address. Signed-off-by: Wade He <chihen.he@gmail.com>
Signed-off-by: Wade He <chihen.he@gmail.com>
Signed-off-by: Wade He <chihen.he@gmail.com>
Signed-off-by: Wade He <chihen.he@gmail.com>
1. Fixed ignore sensors Vbat. 2. Reorg hwmon order. Signed-off-by: Wade He <chihen.he@gmail.com>
Signed-off-by: Wade He <chihen.he@gmail.com>
* Fixed blink LED mask set error. Signed-off-by: Wade He <chihen.he@gmail.com>
|
@lguohan It seems the vs build job is still somehow using an old refpoint for swss. From the PR diff here swss-ref |
|
retest this please |
| @@ -0,0 +1,57 @@ | |||
| # Automatically added by dh_systemd_enable | |||
There was a problem hiding this comment.
i think this is automatically added by debian, remove from the check-in.
There was a problem hiding this comment.
BFN build break after removing this file. Adding it back for now. We shall have ingrasys folk review them and update accordingly
| @@ -0,0 +1,4 @@ | |||
| lib/systemd/ | |||
There was a problem hiding this comment.
i think this is automatically added by debian, remove from the check-in.
There was a problem hiding this comment.
same comment as above
| @@ -0,0 +1,4 @@ | |||
| usr/sbin | |||
There was a problem hiding this comment.
i think this is automatically added by debian, remove from the check-in.
There was a problem hiding this comment.
same comment as above
| @@ -0,0 +1,42 @@ | |||
| # Automatically added by dh_systemd_start | |||
There was a problem hiding this comment.
i think this is automatically added by debian, remove from the check-in.
There was a problem hiding this comment.
same comment as above
| @@ -0,0 +1,21 @@ | |||
| # Automatically added by dh_systemd_start | |||
There was a problem hiding this comment.
this file is automatically added by debian, remove from the check-in.
There was a problem hiding this comment.
BFN build break after removing this file. Adding it back for now. We shall have ingrasys folk review them and update accordingly
|
retest this please |
|
retesting build and fixes |
* Remove bmc interface from interface jinja template and sample output interfaces file * Add bmc interface at boot time to network interfaces for bfn bmc based platforms
Address upstream comments for usb0 interface
Remove autogen ingrasys debian files
Revert "Remove autogen ingrasys debian files"
SWI-1509 Buffer and qos config template fix for bfn platforms
|
retest this please |
* Reference only ppg 3,4 in qos files as no profiles are attached to 0,1 in buffer configs
|
can you fix the vs test by below patch. |
|
retest this please |
…t#1796) efa2ff6 [show][platform summary] Add chassis type in the platform summary output(sonic-net#1922) a39350c [aclshow] enhance ACL counters to work with FC infrastructure (sonic-net#1858) ed88013 [sonic-package-manager] fix registry requests failing when no service field in Bearer fields (sonic-net#1921) 00b6045 [VS test] Increase test timeout (sonic-net#1924) Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
a3e34e3 [Auto Techsupport] Event driven Techsupport Changes (#1796) efa2ff6 [show][platform summary] Add chassis type in the platform summary output(#1922) a39350c [aclshow] enhance ACL counters to work with FC infrastructure (#1858) ed88013 [sonic-package-manager] fix registry requests failing when no service field in Bearer fields (#1921) 00b6045 [VS test] Increase test timeout (#1924)
#### What I did sonic-utilities changes required for feature "Event Driven TechSupport Invocation & CoreDump Mgmt". [HLD](sonic-net/SONiC#818 ) Summary of the changes: - Added the AUTO GEN CLI for the CFG DB tables required for this feature - Added the coredump_gen_handler.py & techsupport_cleanup.py scripts. - Added the UT's required for these scripts. - Enhanced coredump-compress & generate-dump scripts
…kers to Bookworm (sonic-net#1796) <!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it Upgrade two remaining containers that were missed from Bullseye to Bookworm. This appears to be used only by Broadcom, and was missed because it doesn't live in the `platform/broadcom` directory. Also remove `platform/vs/gbsyncd-vs.mk`, which is unused, to prevent any confusion. ##### Work item tracking - Microsoft ADO **(number only)**: 31588961 #### How I did it #### How to verify it <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 - [ ] 202305 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
**- Incorporate support for platforms based on Barefoot Networks' device **
**- Added port config files and related scripts for the platforms **
**- Verified using SONiC tests (requires the corresponding changes to sairedis and swss) **