@@ -9,6 +9,24 @@ port of a switch. In addition to key/value read access, the OOM
9
9
project also supports key/value write to a limited number of EEPROM
10
10
locations, and raw read/write access directly to EEPROM.
11
11
12
+ NEWS: August 12, 2021
13
+ Two different big updates...
14
+
15
+ OOM, the python package, has been updated to support Python 3. It also
16
+ supports Python 2.7, with the same code and interface. (Install it
17
+ via setup.py, separately for each version of python.) It should be
18
+ backward compatible except that the 'hexstr' function has been renamed
19
+ 'get_hexstr'.
20
+
21
+ optoe, the linux driver, was significantly updated to build/run in the
22
+ 5.11 upstream linux kernel. It was submitted there, and rejected for
23
+ architectural, not technical reasons. That code has been checked in here.
24
+ This update includes device tree support, nvmem support and regmap support.
25
+ This it can be configured via device tree files, and it can be accessed from
26
+ within the kernel. It is also completely backward compatible with the
27
+ previous version of optoe. Check oom/optoe/optoe.rst for documentation on
28
+ the original and new capabilities.
29
+
12
30
NEWS: August 1, 2019
13
31
The optoe driver has been updated to support CMIS type devices. These
14
32
include QSFP-DD, OSFP, COBO and SFP-DD at least. They conform to the
0 commit comments