1+ 25Oct2018 (SH)
2+ Release: R4.2.0
3+
4+ -Update to work with latest Advantech FW version. Support multiple
5+ FRUs for Advantech, but still only load db for one. Separate
6+ callback sets for Advantech and Supermicro.
7+ Changes to src/drvMchServerPc.c and drvMch.c
8+ -drvMch.c:
9+ -Fix off-by-one comparison for FRU/MGMT counts
10+ -Fix continue/break arrangement that allowed infinite tries to
11+ read SDR even after max number of errors encountered.
12+ -Abandon SDR read loop if cannot get ID for next SDR in line.
13+ -On initial connect, try a few times to get ping response before
14+ giving up.
15+ -Turn off most messages during init.
16+ -Check for updated configuration every 30 seconds (prev 60).
17+ Partly motivated by turning off debug messages at init. User
18+ can set INITBYP to force re-init on next 30-second cycle.
19+
20+ 15Nov2018 (Marcio P. Donadio)
21+ Release: R4.1.0: Modified to build for git workflow and EPICS 3.15.
22+
12310Aug2017 (SH)
224Release: ipmiComm-R4-0-2
325
@@ -13,10 +35,10 @@ Release: ipmiComm-R4-0-2
1335Release: ipmiComm-R4-0-1
1436
1537- drvMch.c: Add single read of sensors when MCH goes offline in order to update
16- sensor PV severities (otherwise they remain 'green').
38+ sensor PV severities (otherwise they remain 'green').
1739- drvMch.c/h, devMch.c, system_common.db: Add mbbo record to override sensor
1840 scan period. Default is 10 seconds. (PAL had trouble at 10-second rate, so this
19- would allow increased scan period in a case like that.)
41+ would allow increased scan period in a case like that.)
2042- ipmiComm/Db/Makefile and shelf_atca_7slot.substitutions: rename fru_atca_amc.db
2143 to fru_atca_fb.db which makes sense for ATCA architecture (should have been done
2244 in ipmiComm-R4-0-0 with related changes, but it was missed).
@@ -26,13 +48,13 @@ Release: ipmiComm-R4-0-1
264802Jun2017 (SH)
2749Release: ipmiComm-R4-0-0
2850
29- * N.B: *
51+ * N.B: *
3052* Not tested with Vadatech MicroTCA MCH *
3153* Workaround in place for Advantech non-increasing sequence numbers *
3254
33- Many many changes.
55+ Many many changes.
3456
35- - Add support for ATCA systems, which includes support for
57+ - Add support for ATCA systems, which includes support for
3658 associated entitities
3759- Add support for Advantech server (combine with Supermicro in 'ServerPc')
3860- Move architecture and vendor specific functionality to callbacks
0 commit comments