Commit Graph

1656 Commits

Author SHA1 Message Date
Carl D. Roth
81320398bc Clean up logging 2017-10-16 14:16:48 -07:00
Carl D. Roth
fe36fc46f8 Switch bitmap and sys_info to use weakrefs 2017-10-16 11:47:17 -07:00
Carl D. Roth
21e0949a98 Add weakref wrapper for partially-malloc'd struct data 2017-10-16 11:36:31 -07:00
Carl D. Roth
6be574a8fe Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux into roth_onlp 2017-10-12 15:52:40 -07:00
Jeffrey Townsend
158b80d6ba Merge pull request #253 from carlroth/master
Unmount the EFI directory before doing a re-install
2017-10-12 07:10:51 -07:00
Carl D. Roth
531ff17684 Unmount the EFI directory before doing a re-install 2017-10-11 17:08:10 -07:00
Carl D. Roth
dfe65ab2a3 Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux into roth_onlp 2017-10-11 13:04:55 -07:00
Carl D. Roth
de66432e19 Initial attempt to clean up memory managment with weakref 2017-10-09 13:01:14 -07:00
Jeffrey Townsend
116fc560dc Merge pull request #248 from carlroth/roth_onlp
Python bindings for libonlp
2017-10-08 09:06:57 -07:00
Jeffrey Townsend
3b93153268 Additional file utilities. 2017-10-06 14:34:46 +00:00
Jeffrey Townsend
42b28b57bb Merge pull request #250 from jonathantsai-qci/master
[Quanta-LY6,LY8,LY9,IX1,IX2] Update ONLP:
2017-10-05 12:27:04 -07:00
Jeffrey Townsend
1d56ed40dc Merge pull request #251 from brandonchuang/as7716_32x
[as7716-32x] Fix fan control rountine not working issue
2017-10-05 12:26:37 -07:00
Jeffrey Townsend
2cc3cf66d6 Add CPLD versions to sysfs. 2017-10-05 00:41:18 +00:00
Jeffrey Townsend
e1baa8133c The AS7312 should report as 48x25+6x100. 2017-10-04 21:49:05 +00:00
Brandon Chuang
ca66e4ee0e [as7716-32x] Fix fan control rountine not working issue 2017-10-02 14:27:48 +08:00
Jonathan Tsai
b1757efe70 [Quanta-LY6,LY8,LY9,IX1,IX2] Update ONLP:
1. Export GPIO of fan direction
2017-09-30 09:25:14 +08:00
Jeffrey Townsend
a8a4c1288d Merge pull request #222 from jonathantsai-qci/master
Add Support for QuantaMesh T7032-IX1B and Update ONLP
2017-09-29 07:33:55 -07:00
Carl D. Roth
91162395df typos 2017-09-27 17:02:00 -07:00
Carl D. Roth
0f659905a7 Test sfp.h and sff.h 2017-09-27 16:14:55 -07:00
Carl D. Roth
ee9062a361 Wrap the sff module 2017-09-27 16:14:33 -07:00
Carl D. Roth
adbc8cc62a Added Sfp.h and sff.h support
- fix references to uint32
- add enough bitmap support to handle SFP bitmaps
2017-09-27 16:14:18 -07:00
Carl D. Roth
ea2c56af00 Wrap the sff module 2017-09-27 16:10:48 -07:00
Carl D. Roth
db1d98dea0 Updated strcmp for enum lookup 2017-09-27 16:10:16 -07:00
Jeffrey Townsend
00e5071c14 Merge pull request #247 from Lewis-Kang/master
fix the erroneous code in onlp_sfpi_bitmap_get()
2017-09-27 15:05:46 -07:00
Jeffrey Townsend
8bae9f4c5d Merge pull request #246 from zhouzi88/master
as7312 PSU bug fix
2017-09-27 15:04:58 -07:00
Zi Zhou
e662a9b669 check for SFP28 first. 2017-09-27 13:26:03 -07:00
Lewis Kang
02cf33d811 Update sfpi.c 2017-09-27 09:55:42 +08:00
Lewis Kang
d6c234f505 as5912-54xk: fix the erroneous code in onlp_sfpi_bitmap_get() 2017-09-27 09:54:08 +08:00
Lewis Kang
26dbd5c8c4 as5916-54xm: fix the erroneous code in onlp_sfpi_bitmap_get() 2017-09-27 09:51:58 +08:00
Lewis Kang
c426f89259 as5912-54x: fix the erroneous code in onlp_sfpi_bitmap_get() 2017-09-27 09:50:26 +08:00
Lewis Kang
f63d2cd520 as5912-54x: fix the erroneous code in onlp_sfpi_bitmap_get() 2017-09-27 09:48:11 +08:00
Lewis Kang
bb548278f3 Merge pull request #11 from opencomputeproject/master
merge from upstream
2017-09-27 09:41:20 +08:00
Zi Zhou
75b4fa3f34 as7312 PSU bug fix 2017-09-26 18:17:17 -07:00
Jeffrey Townsend
86df0e7c8d Latest 2017-09-26 22:19:09 +00:00
Jeffrey Townsend
edc98e7436 Add option to output utilization only. 2017-09-26 17:43:33 +00:00
Jeffrey Townsend
161bcc91af Add SFP28. 2017-09-25 18:30:00 +00:00
Jeffrey Townsend
1a0f22a36e Allow the default ONLP platform package templates to take a revision other than r0. 2017-09-25 16:28:03 +00:00
Jeffrey Townsend
90e87e58a4 Merge pull request #235 from brandonchuang/as5916_54x
Add new model, accton-as5916-54x.
2017-09-25 09:17:58 -07:00
Jeffrey Townsend
e129f9504d Merge pull request #237 from SamCC-Chang/ingrasys
Support ingrasys platform
2017-09-25 09:14:31 -07:00
Brandon Chuang
5f72f71303 [as5916-54x] Remove r0 revision support 2017-09-22 09:03:33 +08:00
Carl D. Roth
ab71552654 Tests for fan.h 2017-09-21 14:42:57 -07:00
Carl D. Roth
3ac42136f8 Added bindings for psu.h
- also cleaned up module init
2017-09-21 14:42:46 -07:00
Carl D. Roth
f1a53e3c60 Fixed deadlock 2017-09-21 14:42:05 -07:00
Brandon Chuang
e3b4724d8d [as5916-54x] Modify source code to follow coding standards 2017-09-20 15:13:56 +08:00
joy.yw.chang
cbec057007 Remove w83795 and eeprom modules, Modify platform name in config file 2017-09-19 22:38:28 -07:00
Carl D. Roth
83830a6afa Unit tests for thermal.h 2017-09-19 18:28:13 -07:00
Carl D. Roth
7f1f6e5dd4 Added bindings for thermal.h 2017-09-19 18:27:48 -07:00
Carl D. Roth
11064e23fa Added tests for onlp_config.h 2017-09-19 16:57:45 -07:00
Carl D. Roth
ee34d51928 config lookup conditional was wrong 2017-09-19 16:57:09 -07:00
Carl D. Roth
e5abf25a57 Added bindings for onlp_config.h 2017-09-19 16:56:55 -07:00