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
Shengzhou Liu
ad139993d0
Add arm64 support for kernel based on 3.18.25
2016-08-17 00:57:17 +08:00
Shengzhou Liu
479247cf7c
Add arm64 support for initrds and buildroot
2016-08-17 00:57:17 +08:00
Jeffrey Townsend
567621e662
Kernel updates from 1.0 repository.
2016-08-11 20:51:57 +00:00
Jeffrey Townsend
eb24794755
Import fixes from 1.0 repository.
2016-08-11 10:28:39 -07:00
Jeffrey Townsend
0e8d1eba39
The onl-vendor-config-onl-loader package is no longer used.
2016-07-29 15:35:38 -07:00
Jeffrey Townsend
16f35f36e1
Re-enable VIRTIO drivers.
2016-07-26 19:19:15 +00:00
Jeffrey Townsend
fe71eb1be6
Merge pull request #94 from sonoble/update_316
...
Updates 3.16 kernel to include Sonic patches, fixes Makefile
2016-07-25 07:41:07 -07:00
Steven Noble
c4b57eb3e0
Updates 3.16 kernel to include Sonic patches, fixes Makefile
2016-07-23 13:27:19 -07:00
Jeffrey Townsend
9e88eb125e
Merge pull request #92 from jnealtowns/as4610
...
Support AS4610-30 and AS4610-54
2016-07-22 14:53:12 -07:00
Jeffrey Townsend
9fc48e830e
Initial 3.16 kernel package.
2016-07-22 20:22:08 +00:00
Jeffrey Townsend
800fc0f847
Additional extensions.
2016-07-22 20:21:27 +00:00
Jeffrey Townsend
fa2f16cd48
AS4610 patch.
2016-07-20 23:18:04 +00:00
Jeffrey Townsend
f89506103a
Add AS4610.
2016-07-20 23:17:34 +00:00
Jeffrey Townsend
77c17d1c7c
Fix i2c error detection.
2016-07-18 18:15:26 +00:00
Steven Noble
bba8cfc48e
igb bcm54616 patch ported to kernel 3.18 ( #90 )
...
Ported the driver-support-intel-igb-bcm54616-phy.patch from the 3.2 kernel to the 3.18 kernel.
2016-06-23 13:27:25 -07:00
Jeffrey Townsend
b46c31370e
OpenSSL Parallel Build Patch
...
The patch incorporates the functionality of the existing dont-build-docs patch (which is now removed at setup).
2016-06-18 19:05:28 +00:00