Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
fa1b780
[Edgecore][AS7326/PDDF] Enhance pddf feature
jostar-yang Feb 15, 2023
ec1af3d
Modify devices_to_ignore to psu_fan speed
jostar-yang Feb 17, 2023
785adc8
Add psu_fan target speed api
jostar-yang Feb 21, 2023
ac013c8
Modify system_health_monitoring_config.json led_color string
jostar-yang Feb 21, 2023
462ea6b
[Edgecore][device][platform] Fixed sonic-mgmt pytest failed items
ec-michael-shih Mar 14, 2023
7f31b11
[Edgecore][device][platform] Fixed platform.json format error
ec-michael-shih Mar 15, 2023
24b5f9e
Add get_error_description() support to sfp.py
jostar-yang Apr 13, 2023
6cac6c1
Support multi psu and psu_fan_dir
jostar-yang Apr 18, 2023
52491c0
Add string '\0' to mode_name array
jostar-yang Apr 28, 2023
fc5fd74
fix pytest issue
roger530-ho Jun 26, 2023
4eeea85
[Edgecore][AS7326-56X] Read the data when the PSU is in the power-goo…
roger530-ho Aug 14, 2023
3cdb61d
Fix : Incorrect CPLD value for red blinking
roger530-ho Nov 6, 2023
5a507b8
Add psu_p_out_max sysfs and support multi cpu core temp
jostar-yang Jul 19, 2024
34a532f
Add reset() in sfp.py for check sfp_port to avoid error message
jostar-yang Aug 30, 2024
0b57693
Fix diag_led color to red
jostar-yang May 2, 2025
a5bb13a
Add get_lpmode api to let default setting is disable
jostar-yang May 22, 2025
36cc834
Support show platform voltage
jostar-yang Oct 9, 2025
0f0c165
modify psu common code
eric271110 Jan 15, 2026
3d99245
Add accton_psu_api/defs.h to as7326-56x platforms which use ym2651y.c…
eric271110 Jan 15, 2026
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
465 changes: 465 additions & 0 deletions device/accton/x86_64-accton_as7326_56x-r0/pcie.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions device/accton/x86_64-accton_as7326_56x-r0/pddf/pd-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"i2c":
{
"valmap": { "F2B":"EXHAUST", "B2F":"INTAKE" }
"valmap": { "F2B":"exhaust", "B2F":"intake" }
}
},

Expand All @@ -47,7 +47,7 @@
{
"i2c":
{
"valmap": {"1":"INTAKE", "0":"EXHAUST"}
"valmap": {"1":"intake", "0":"exhaust"}
}
},

Expand All @@ -61,7 +61,7 @@

"duty_cycle_to_pwm": "lambda dc: ((dc*100)/625 -1)",

"pwm_to_duty_cycle": "lambda pwm: (((pwm+1)*625+75)/100)"
"pwm_to_duty_cycle": "lambda pwm: (((pwm+1)*625)/100)"
}

}
250 changes: 225 additions & 25 deletions device/accton/x86_64-accton_as7326_56x-r0/pddf/pddf-device.json

Large diffs are not rendered by default.

Loading
Loading