Shengzhou Liu
bb4d8c84d5
Add NXP arm64 LS2088ARDB platform support
2016-12-26 18:47:15 +08:00
Jeffrey Townsend
cfbb1a6729
Regenerated.
2016-12-24 15:02:01 +00:00
Jeffrey Townsend
1e6799374c
New patches.
2016-12-23 18:20:33 +00:00
Jeffrey Townsend
40ebb1080b
Platform support patch for the Dell S6000.
2016-12-23 18:20:16 +00:00
Jeffrey Townsend
e119c797e8
This patch provides the option to skip I2C probes on the SCH primary bus adapters.
2016-12-23 18:19:18 +00:00
Jeffrey Townsend
031be2cd46
Set default delay to zero.
2016-12-23 18:19:01 +00:00
brandonchuang
02653d5802
[as7712] Support DC12V(PSU-12V-650)/DC48V(YM-2651V) power supply
2016-12-23 14:36:23 +08:00
Jeffrey Townsend
7af648fbf0
This version has been superceded by the standard 3.16 LTS version.
2016-12-22 16:39:49 +00:00
Jeffrey Townsend
a7a195e2f5
3.16 LTS
2016-12-21 22:42:50 +00:00
Jeffrey Townsend
77bbf18619
Re-enable ISMT support.
2016-12-21 15:29:46 +00:00
Jeffrey Townsend
bb5c865b97
Enable/Disable ISMT driver through module parameter.
2016-12-21 15:28:35 +00:00
Jeffrey Townsend
6ab5f38d33
The column output may differ based on the locale settings.
...
When run from init the mpstat output is in 24 time and does not have the AM/PM column.
This change handles both possibilities.
2016-12-20 21:10:08 +00:00
Jeffrey Townsend
3a6d0e0d29
Merge pull request #146 from kenchiang/onlp-snmp
...
Add CpuAllPercentUtilization and CpuAllPercentIdle.
2016-12-20 10:23:19 -08:00
Ken Chiang
e85b4d45f0
Redefine CpuAllPercentUtilization and CpuAllPercentIdle to be 100 times the percentage rounded to the nearest integer.
...
Use aim_time_monotonic.
Add ONLP_SNMP_CONFIG_RESOURCE_UPDATE_SECONDS.
2016-12-19 13:33:55 -08:00
Ken Chiang
68da278bed
Add CpuAllPercentUtilization and CpuAllPercentIdle.
2016-12-19 11:23:56 -08:00
Jeffrey Townsend
f2f35df0ec
Add new onlp_sys_hdr_get() wrapper around onlp_sysi_oids_get() to improve OID iteration.
...
We don't need the full system information (ONIE and platform) retrieved each time we want
to iterate the OIDs.
2016-12-16 22:03:34 +00:00
Jeffrey Townsend
49f8921a13
- Improve ONIE TLV processing. Still WIP.
...
- Read ONIE data from the platform's onie-syseeprom contents.
2016-12-15 19:31:42 +00:00
Jeffrey Townsend
3799de109f
Merge pull request #143 from kenchiang/onlp-snmp
...
Always call snmp_set_var_typed_value so that snmpwalk does not prematurely terminate
2016-12-14 17:05:30 -08:00
Ken Chiang
7d6aeb18fd
Always call snmp_set_var_typed_value so that snmpwalk does not prematurely
...
terminate. If sensor is not present, return a value of zero
or a zero-length string.
2016-12-14 15:57:02 -08:00
Jeffrey Townsend
82d853db94
Merge pull request #140 from micshy/mlnx_msn2700_msn2100_msn2410
...
Mellanox MSN2700, MSN2100 and MSN2410 platforms ONL support.
2016-12-14 12:49:56 -08:00
Jeffrey Townsend
b42afe586b
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux
2016-12-14 16:55:40 +00:00
Jeffrey Townsend
1c7beb8005
- Add platform objects
...
These were accidentally overwritten by the sensor registration changes.
They belong in their own file anyways so the code has been split and the registration
moved to a common location.
2016-12-14 16:53:35 +00:00
Jeffrey Townsend
cd36ff8afd
Merge pull request #138 from maxchung2001/master
...
Added community support email opennetworklinux@googlegroups.com
2016-12-12 15:15:46 -08:00
Jeffrey Townsend
525e518716
Add new OCP-ONL-RESOURCE-MIB
...
Used to define custom host resource objects.
2016-12-12 22:01:27 +00:00
Jeffrey Townsend
e5cb3f6ec1
[from @kenchiang]
...
Rework snmp oid registration so that the temperature, fan, and PSU oids are registered as netsnmp tables. When a sensor is added or deleted, the corresponding table is updated accordingly.
2016-12-12 20:10:30 +00:00
Jeffrey Townsend
97f1dcbc58
New operational status and OID Header APIs
...
The following new APIs are introduced:
onlp_<subsystem>_status_get()
- Retreives only the operational status (PRESENT, FAILED, UNPLUGGED) of the object
Useful for improving the performance of the platform manager, whose primary concern
is the operational status, not the object information itself.
onlp_<subsystem>_hdr_get()
- Retrieves the OID header (description, parent, children) only.
Improved performance of OID iteration by avoiding collection of all
of the unused object information during execution.
If a platform does not implement these functions they will be simulated using
calls to the existing onlp_<subsystem>_info_get(), which reduces to the
original performance level.
2016-12-12 20:09:04 +00:00
Michael Shych
7e6a18bf4d
Mellanox MSN2700, MSN2100 and MSN2410 platforms ONL support.
...
Signed-off-by: Michael Shych <michaelsh@mellanox.com >
2016-12-11 14:18:34 +00:00
Jeffrey Townsend
65529d39fe
Detect both SYS_VENDOR and BOARD_VENDOR.
2016-12-10 15:33:36 +00:00
Sung-Kuang (Max) Chung
1a90e3c514
Added community support email opennetworklinux@googlegroups.com,
...
as support@bigswitch.com "is a support line for commercial Big Switch
products for customer with paid licenses."
2016-12-07 21:56:03 -08:00
Jeffrey Townsend
218811da1b
Use the CJSON module to generate JSON formatting instead of hand coding it.
2016-11-16 20:22:21 +00:00
Steven Noble
7ea57d959b
adds base-files dependency to faultd
2016-11-09 02:18:31 +00:00
Jeffrey Townsend
38297a63cf
Latest
2016-11-08 19:57:17 +00:00
Jeffrey Townsend
e2f9ea1fba
Add Device Mapper/Crypt support.
2016-11-08 14:29:07 +00:00
Jeffrey Townsend
0508e7149c
Latest
2016-11-08 14:28:57 +00:00
Jeffrey Townsend
ac87756cda
Patch CVE-2016-5195 (Dirty Cow).
2016-11-03 19:59:56 +00:00
Zi Zhou
b8669dc209
support SMBus block read
2016-11-01 15:22:20 -07:00
Steven Noble
da8ff83e0e
Kernel configuration options and updated at24 patch for kernel 3.16
2016-10-13 20:44:31 -07:00
Jeffrey Townsend
ee0a5caea1
- Improve retry and timeout performance for the isch driver
...
- adm1021 device detection option
2016-10-13 18:03:31 +00:00
Jeffrey Townsend
75bef2b248
Fix indexing bug.
2016-10-04 23:48:22 +00:00
Jeffrey Townsend
80c90ac3a4
Support optional API profiling.
2016-09-19 20:12:44 +00:00
Jeffrey Townsend
6b5c4c1c33
The ONLP_I2C_F_USE_BLOCK_READ flag can be used to request block reads from onlp_i2c_dev_read().
2016-09-19 20:12:01 +00:00
Jeffrey Townsend
1f4877b4a3
Option to enter debug handler directly.
2016-09-19 16:20:35 +00:00
Jeffrey Townsend
f837d15f52
Update
2016-09-15 20:35:47 +00:00
Jeffrey Townsend
f32316c63c
Support the BCM54616 and BCM5461S.
2016-09-15 20:34:56 +00:00
Jeffrey Townsend
793b7c1fc3
Remove broken patch.
2016-09-15 20:33:45 +00:00
Jeffrey Townsend
ddbd3e3e62
Correct.
2016-08-18 13:22:26 -07:00
Jeffrey Townsend
159f7e2ed2
Include the ARM64 patch only for ARM64 builds.
...
This should be temporary until the patchset can be fixed.
2016-08-18 13:21:21 -07:00
Jeffrey Townsend
ff97997e1a
The ARM64 patch has broken the X86 build. It will not be included by default.
2016-08-18 13:20:38 -07:00
Jeffrey Townsend
a172c492e6
Regenerated.
2016-08-18 15:05:40 +00:00
Jeffrey Townsend
d2d1698126
The arm64 build collateral is not available in all kernels.
2016-08-17 22:57:08 +00:00