Commit Graph

2198 Commits

Author SHA1 Message Date
Zi Zhou
1808b4fca3 change kernel config to suppport DELL FPGA opencore i2c driver 2018-09-28 15:36:35 -07:00
Jeffrey Townsend
14c387475b Merge pull request #455 from carlroth/roth_swl_4810_2
Cleanups for PKI, mounts points, logging, onie-sysinfo
2018-09-25 14:08:10 -07:00
Jeffrey Townsend
89513d0489 Merge pull request #429 from OrdnanceNetworks/netberg-aurora-420-support
[netberg-aurora-420] Add Netberg Aurora 420 switch support
2018-09-25 11:19:50 -07:00
Jeffrey Townsend
2e503b83bb Merge pull request #425 from Hsu-PC/master
[Quanta][LY8] modify port name initial method
2018-09-25 11:15:34 -07:00
Jeffrey Townsend
d1c5086c28 Merge pull request #424 from brandonchuang/as5916_54xk
[as5916-54xk] Add support for OOM
2018-09-25 11:14:55 -07:00
Jeffrey Townsend
6ca71d738f Merge pull request #422 from brandonchuang/as5512_54x
[as5512-54x] Add support for OOM
2018-09-25 11:14:38 -07:00
Jeffrey Townsend
c7e493982a Merge pull request #413 from brandonchuang/oom
Remove optoe.c under accton x86-64 folder, use the common one instead
2018-09-25 11:14:19 -07:00
Jeffrey Townsend
5060404140 Merge pull request #412 from brandonchuang/as4610_54t_b
[as4610] Add support for OOM optoe driver
2018-09-25 11:13:51 -07:00
Carl D. Roth
8ac2f0330b Cleanup mount point usage
- cut down on nested mount invocations
2018-09-20 18:19:00 -07:00
Carl D. Roth
2cd5d8afe2 Cleanups for execute method
- support tuple arguments
- send stdout/stderr output to the logger
2018-09-20 18:18:55 -07:00
Carl D. Roth
4f5655060d Fixed shell invocation bug in onie-sysinfo 2018-09-20 18:18:48 -07:00
Jeffrey Townsend
f93816925a Merge pull request #450 from brandonchuang/optoe
[oom] Correct a panic inducing defect which is triggered on a read (or write)
2018-09-19 06:33:48 -07:00
Jeffrey Townsend
236b9a668b Merge pull request #454 from SnDream/patch-1
Fix typo
2018-09-19 06:33:31 -07:00
Jeffrey Townsend
bbe52dfa94 Merge pull request #452 from poolakiran/pim_nr
Latest bigcode
2018-09-18 12:21:52 -07:00
SnDream
45b9562676 Fix typo 2018-09-18 19:55:33 +08:00
Kiran Poola
0aac34fe7c Latest bigcode
Support for PIM null register message in PPE
2018-09-13 11:01:16 -07:00
brandonchuang
f5dd66b4aa [oom] Correct a panic inducing defect which is triggered on a read (or write) 2018-09-12 13:49:12 +08:00
Sergey Popovich
6dd61ba65a platforms: netberg: Add Aurora 420 switch
It is very similar to Aurora 420, even onlp shared object part from
Aurora 620 considered as example when porting support for 420 (see
the diff between 620 and 420 to find differences if necessary).

Main difference in onlp is that we have four LEDs (1 SYS STAT, 2 PSU
and 1 for FAN), 7 thermal (4 for two PSU, 1 for MAC, 1 for front and
1 for rear) and 6 fans (4 for board, 2 for PSU).

New 420, as well as 620 and 720 requires upstream ONIE to install
correctly. Install and boot tested with ONIE "master-201805301609".

Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co>
2018-09-07 21:35:34 +03:00
Sergey Popovich
6d394e7418 platforms: netberg: Update hardware monitor driver
Following enhancements come with this change:

  o New ASTERION board
  o New/updated sysfs interface to:
     + detect rxlos (rxlos1..rxlos4)
     + set tx_disable (tx_disable1..tx_disable4)
     + detect tx_fault (tx_fault1..tx_fault4)
     + read/update sfp_copper eeprom

Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co>
2018-09-07 21:35:34 +03:00
Sergey Popovich
e9409f1295 platforms: netberg: Correct vendor-config enterprise number
According to IANA assignments for enterprise Netberg company has number
50424, not 47294. Correct this to match one in ONIE.

Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co>
2018-09-07 21:35:34 +03:00
Jeffrey Townsend
810c6ae04b Merge pull request #448 from zhouzi88/swl-4705
add i2c-ismt parameters to read JDSU PLRXPL-VI-S24-22 SFP EEPROM prop…
2018-09-05 11:13:27 -07:00
Zi Zhou
4d5d8832e0 add i2c-ismt parameters to read JDSU PLRXPL-VI-S24-22 SFP EEPROM properly 2018-09-05 10:45:14 -07:00
Jeffrey Townsend
5cc78a80ce Merge pull request #436 from jostar-yang/csp-9250
Modify csp9250  drv to support kernel-4.14
2018-08-29 11:35:03 -07:00
Jeffrey Townsend
44d7d54830 Merge pull request #431 from jostar-yang/as5916-54xks
Modify sysi to read eeprom via word_data.
2018-08-29 11:32:18 -07:00
Jeffrey Townsend
b0553f7e0c Initialize the SFP bitmap in presence_bitmap_get(). 2018-08-29 18:27:36 +00:00
Jeffrey Townsend
c3624424c0 Merge pull request #423 from MellanoxBSP/onl-back-porting
Add patches from upstream kernels - backport 4.17 - 4.19
2018-08-29 11:19:10 -07:00
Jostar Yang
cc32238564 1. Let csp9250 support kernel-4.14. 2. Remove not need debug log 2018-08-28 16:31:21 +08:00
Jeffrey Townsend
d2f687ac82 Merge pull request #435 from wilmo119/master
Latest bigcode.
2018-08-27 16:58:13 -07:00
Wilson Ng
62b5e08a06 Latest bigcode. 2018-08-27 16:50:27 -07:00
Jeffrey Townsend
f29aa9086b The SFPI layer should not implement transmitter disable for QSFP modules as part of the TX_DISABLE control.
The transmitter disable bytes are standardized by the MSA and managed by the upper layer using the dev_writeb() routines when
appropriate based on module type.

Writing the transmitter enable bytes are not appropriate for CR cables and will generate write errors so attempting to
emulate this behavior without knowing the type of module is also troublesome.
2018-08-17 23:15:16 +00:00
Jeffrey Townsend
398084e525 Add python-netaddr dependency. 2018-08-16 21:46:04 +00:00
Jeffrey Townsend
4c2a2b6154 Initial Denverton support. 2018-08-16 19:27:59 +00:00
Jostar Yang
850c82cc1a Modify sysi to read eeprom via word_data due to block_data get error for some eeprom hw. 2018-08-16 14:23:20 +08:00
Jeffrey Townsend
dad6acb511 Latest 2018-08-09 17:10:04 -07:00
Jeffrey Townsend
a9bf2fedaa Latest SFF. 2018-08-09 09:13:07 -07:00
Jeffrey Townsend
eea5db9aef Fix symbolic link handling in the 'links' package section.
The 'links' section specifies symbolic links which should be added to the package in key : value format.

The key is the source of the link. It must be exist in the filesystem already (as part of the 'files' section)
and be relative to the root of the filesystem.

The value is the name of the link, and can be relative or absolute to the final filesystem.

For example, given that a package produces the real binary "/usr/bin/foobar" and you want /usr/bin/foobar-link -> /usr/bin/foobar
it will be specified as follows:

    links:
        /usr/bin/foobar : /usr/bin/foobar-link
2018-08-08 01:20:06 +00:00
Jeffrey Townsend
73755f1d21 Latest SFF. 2018-08-07 13:30:32 -07:00
Jeffrey Townsend
79612e563d Merge pull request #426 from jostar-yang/as7326
Implement thermal plan follow HW SPEC
2018-08-06 16:30:28 -07:00
Jeffrey Townsend
da1c13b3f4 Merge pull request #427 from zhouzi88/swl-4522
fix as7312-54xs PSU model display
2018-08-06 16:29:20 -07:00
Zi Zhou
ef79e64bb8 fix PSU model display 2018-08-06 16:10:50 -07:00
Jostar Yang
cf5e1b721a Implement thermal plan follow HW SPEC 2018-08-06 16:46:12 +08:00
charlie.hsu
3a19c91ef1 [Quanta][LY8] modify port name initial method
1. initial port_name in user-space(python)
2. change OOM driver to common module
2018-08-02 13:58:51 +08:00
brandonchuang
f53b90acac [as5916-54xk] Add support for OOM 2018-07-31 13:59:16 +08:00
Jeffrey Townsend
cb19a16bba Fix bootcmds for the LY2 after the change introduced by 68a3487365. 2018-07-30 20:51:19 +00:00
Carl D. Roth
a9074bd492 Speed optimizations
- don't mount the filesystem if it's already mounted
2018-07-25 23:36:14 +00:00
Ohad Oz
3bc5f49ab8 Add patches from upstream kernels - backport 4.17 - 4.19 2018-07-23 21:01:15 +00:00
brandonchuang
e101c5e99c [as5512-54x] Add support for OOM 2018-07-23 14:07:23 +08:00
Jeffrey Townsend
d87c2e9c1d Update builder{8,9} to latest. 2018-07-19 13:30:42 -07:00
Jeffrey Townsend
994adf6ebb builder8:1.9
- Update to 8.11
- Add apt-transport-https.
2018-07-19 13:30:02 -07:00
Jeffrey Townsend
756d26b75f builder9:1.2
- Stretch Update to fix qemu-aarch64.
- Add apt-transport-https
2018-07-19 13:28:08 -07:00