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

[platform_bcm]As7816_64x add fan control #1785

Closed
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
909a7e9
Update sonic-platform-modules-accton to lastest
roylee123 Dec 22, 2017
87eed23
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Dec 22, 2017
64529e5
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Dec 28, 2017
2464e45
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jan 8, 2018
6810dd4
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jan 9, 2018
5e436b4
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jan 12, 2018
ce362e4
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jan 19, 2018
0d14c1c
Merge branch 'master' of https://github.com/roylee123/sonic-buildimage
roylee123 Jan 19, 2018
a40d2d9
Install sonic-platform-common package in platform-monitor docker for …
jleveque Jan 22, 2018
f8e98dd
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jan 24, 2018
38593b6
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Feb 21, 2018
843ca3f
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Feb 23, 2018
940762d
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Mar 1, 2018
6b03b2d
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Mar 6, 2018
d4da999
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Mar 19, 2018
7b771ba
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Apr 9, 2018
ab62f2a
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Apr 11, 2018
c3a3e9a
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jun 5, 2018
5cd09ee
Merge branch 'master' of https://github.com/Azure/sonic-buildimage
roylee123 Jun 12, 2018
430f6bc
Pull sonic-platform-modules-accton to lastest version.
roylee123 Jun 12, 2018
c4dcc75
[platform] bcm as7816-64x, add monitor for fan control.
roylee123 Jun 12, 2018
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 platform/broadcom/sonic-platform-modules-accton
Submodule sonic-platform-modules-accton updated 59 files
+0 −0 as6712-32x/classes/__init__.py
+253 −0 as6712-32x/classes/fanutil.py
+124 −0 as6712-32x/classes/thermalutil.py
+2 −0 as6712-32x/modules/Makefile
+946 −0 as6712-32x/modules/accton-as6712-32x-cpld.c
+463 −0 as6712-32x/modules/accton_as6712_32x_fan.c
+364 −0 as6712-32x/modules/accton_as6712_32x_psu.c
+1 −0 as6712-32x/modules/cpr_4011_4mxx.c
+612 −0 as6712-32x/modules/leds-accton_as6712_32x.c
+1 −0 as6712-32x/modules/ym2651y.c
+17 −0 as6712-32x/service/as6712-platform-init.service
+16 −0 as6712-32x/setup.py
+74 −0 as6712-32x/utils/README
+208 −0 as6712-32x/utils/accton_as6712_monitor.py
+627 −0 as6712-32x/utils/accton_as6712_util.py
+16 −0 as7326-56x/service/as7326-platform-drv_handler.service
+1 −1 as7326-56x/utils/README
+148 −4 as7326-56x/utils/accton_as7326_util.py
+167 −0 as7326-56x/utils/accton_drv_handler.py
+0 −0 as7726-32x/classes/__init__.py
+254 −0 as7726-32x/classes/fanutil.py
+123 −0 as7726-32x/classes/thermalutil.py
+19 −0 as7726-32x/modules/Makefile
+934 −0 as7726-32x/modules/accton_as7726_32x_cpld.c
+766 −0 as7726-32x/modules/accton_as7726_32x_fan.c
+438 −0 as7726-32x/modules/accton_as7726_32x_leds.c
+276 −0 as7726-32x/modules/accton_as7726_32x_psu.c
+603 −0 as7726-32x/modules/ym2651y.c
+55 −0 as7726-32x/modules/ym2651y.mod.c
+17 −0 as7726-32x/service/as7726-32x-platform-monitor.service
+16 −0 as7726-32x/setup.py
+117 −0 as7726-32x/utils/README
+206 −0 as7726-32x/utils/accton_as7726_32x_monitor.py
+564 −0 as7726-32x/utils/accton_as7726_32x_util.py
+238 −0 as7816-64x/classes/fanutil.py
+123 −0 as7816-64x/classes/thermalutil.py
+9 −5 as7816-64x/service/as7816-platform-init.service
+153 −0 as7816-64x/utils/accton_as7816_monitor.py
+5 −1 as7816-64x/utils/accton_as7816_util.py
+0 −0 common/classes/__init__.py
+1 −0 common/modules/Makefile
+83 −46 common/modules/cpr_4011_4mxx.c
+1 −0 common/service/accton-platform-command.service
+16 −0 common/setup.py
+22 −1 debian/control
+2 −1 debian/rules
+0 −0 wedge100bf-32x/classes/__init__.py
+0 −0 wedge100bf-32x/modules/Makefile
+13 −0 wedge100bf-32x/service/wedge100bf-platform-init.service
+16 −0 wedge100bf-32x/setup.py
+28 −0 wedge100bf-32x/utils/README
+533 −0 wedge100bf-32x/utils/accton_wedge100bf_util.py
+0 −0 wedge100bf-65x/classes/__init__.py
+19 −0 wedge100bf-65x/modules/Makefile
+1,047 −0 wedge100bf-65x/modules/accton_wedge100bf_psensor.c
+13 −0 wedge100bf-65x/service/wedge100bf-platform-init.service
+16 −0 wedge100bf-65x/setup.py
+28 −0 wedge100bf-65x/utils/README
+624 −0 wedge100bf-65x/utils/accton_wedge100bf_util.py