Commit Graph

203 Commits

Author SHA1 Message Date
Jeffrey Townsend
993c4fc7ec Add driver-esdhc-p2020-broken-timeout 2017-01-05 17:35:13 +00:00
Jeffrey Townsend
90c66475eb Enable EDA. 2017-01-04 23:41:51 +00:00
Jeffrey Townsend
830a9f7c7c Early DMA Allocator patch. 2017-01-04 23:41:42 +00:00
Jeffrey Townsend
cfde862b3d Enable deselect-on-exit. 2017-01-04 20:55:05 +00:00
Jeffrey Townsend
365ae2dcb9 PC954X Deselect patch. 2017-01-04 20:54:45 +00:00
Jeffrey Townsend
c6550a328f Merge pull request #107 from shengzhou/add-dpaa2-and-ls2088ardb
Add NXP DPAA2 networking and arm64 LS2088ARDB platform
2017-01-03 12:57:35 -08:00
Jeffrey Townsend
301b94a6b1 This functionality was previously provided by an AS7716-specific patch.
The changes are now controlled by module parameters and those modules parameters can be
specified by the platform when necessary.
2017-01-03 19:57:01 +00:00
Jeffrey Townsend
f04f6e605f All platform patches have been moved to kernel modules. 2017-01-03 11:52:00 -08:00
Jeffrey Townsend
afba81d023 The kernel drivers for the AS5712, AS6712, AS5812{t,x}, AS6812, and AS7712 are not modules for the 3.2 kernel.
The drivers for the 7716, 7512, and 5512 will be migrated to modules as well as the next step.
2017-01-03 00:09:52 +00:00
Jeffrey Townsend
1f247d6e10 Merge pull request #148 from brandonchuang/master
[as7712] Support DC12V(PSU-12V-650)/DC48V(YM-2651V) power supply
2017-01-02 11:27:12 -08:00
Jeffrey Townsend
65d0cf8f43 Zero the buffer on behalf of the client. 2017-01-02 15:25:08 +00:00
Jeffrey Townsend
fc7bd1dd77 Initial. 2017-01-02 02:35:20 +00:00
Jeffrey Townsend
fb2009914b Common kernel modules. These will be built and installed automatically for each kernel. 2017-01-01 18:04:42 +00:00
Jeffrey Townsend
925fca4008 Add module package as a build dependency. 2016-12-31 21:26:05 +00:00
Jeffrey Townsend
b38d28c966 New platform-config template which provides a kernel module package dependency. 2016-12-31 21:00:59 +00:00
Jeffrey Townsend
f2c0427c38 Platform kernel module package template. 2016-12-31 21:00:35 +00:00
Jeffrey Townsend
688a3705d7 Moved to kernel module. 2016-12-31 19:56:45 +00:00
Jeffrey Townsend
05363d9ba2 - New utility onlp_file_find()
Finds the requested file starting at the given root directory.

- Support implicit directory searching for filenames
  If a filename passed to any of the file APIs contains
  an asterisk then it is considered a search request rather than
  an absolute path. Preceding the asterisk is the root directory
  and following the asterisk is the filename to search.
2016-12-31 19:54:50 +00:00
Jeffrey Townsend
a3ce592594 Revert "Platform support patch for the Dell S6000."
This reverts commit 40ebb1080b.
2016-12-31 15:03:41 +00:00
Shengzhou Liu
b30567d410 Update arm64-all.config to support NXP DPAA2.0 networking and misc peripheral. 2016-12-26 18:47:21 +08:00
Shengzhou Liu
a9702b1888 Add support for NXP DPAA2.0 networking based on 3.18.25 2016-12-26 18:47:18 +08:00
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