Skip to content
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

[Edgecore][AS9716/PDDF] Enhance sonic_platform feature and Fan-WDT #13916

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a1f9fb1
[Edgecore][AS9716/PDDF] Enhance sonic_platform feature
jostar-yang Feb 22, 2023
3f6a5a0
Fix Semgrep check error
jostar-yang Feb 22, 2023
d024c83
Fix Semgrep check error again
jostar-yang Feb 23, 2023
6262a97
Fix pytest issue
roger530-ho Mar 10, 2023
dcf0871
Fix syntax error
roger530-ho Mar 13, 2023
85614b9
Change subprocess.call to getstatusoutput_noshell
roger530-ho Mar 13, 2023
2547515
Add parmeter to support 10/100 speed to eth0
jostar-yang Mar 16, 2023
8caf4fe
Merge branch 'as9716_20230221_pytest_fan-wdt' of https://github.com/j…
jostar-yang Mar 16, 2023
ea6ea33
Fix incorrect variable
roger530-ho Apr 13, 2023
86bc23d
Support show cpu all core temp
jostar-yang May 9, 2023
e976064
Fix pddf_thermal.py gettemp fail
jostar-yang May 10, 2023
b8865b5
Add back psu_fan_dir sysfs code
jostar-yang May 10, 2023
3d64653
Add invert_polarity setting to 10G ports
jostar-yang May 16, 2023
050c4da
[Edgecore][AS9716-32D] Read the data when the PSU is in the power-goo…
roger530-ho Aug 15, 2023
9c15179
Add psu_v_out_max sysfs to pddf-device.json
jostar-yang Oct 13, 2023
1c6a28a
1.Add thermal plan for ZR/ZR+ ports.
roger530-ho Nov 20, 2023
aa2d40a
Add reset() in sfp.py for check sfp_port to avoid fail
jostar-yang Sep 5, 2024
93127e5
Modify FAN attr_mult to 200 due to CPLD FW change
jostar-yang Sep 5, 2024
c0a0f52
Merge branch 'sonic-net:master' into as9716_20230221_pytest_fan-wdt
ec-michael-shih Oct 17, 2024
622b372
[sonic_platform/sfp.py]Fix cmis eeprom validate.
ec-michael-shih Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion device/accton/x86_64-accton_as9716_32d-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONSOLE_PORT=0x3f8
CONSOLE_DEV=0
CONSOLE_SPEED=115200
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="pcie_aspm=off"
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="pcie_aspm=off tg3.short_preamble=1 tg3.bcm5718s_reset=1"
Loading
Loading