Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit b80e14f

Browse files
committed
sync from SLAC sources 4.2.0
1 parent 1a88ba1 commit b80e14f

File tree

5 files changed

+241
-142
lines changed

5 files changed

+241
-142
lines changed

Changelog

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
10Aug2017 (SH)
224
Release: ipmiComm-R4-0-2
325

@@ -13,10 +35,10 @@ Release: ipmiComm-R4-0-2
1335
Release: 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
2648
02Jun2017 (SH)
2749
Release: 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

RELEASE_NOTES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
R4.2.0: 25-Oct-2018 S. Hoobler
2+
- Update to handle latest Advantech firmware
3+
- Misc fixes and minor changes, see ChangeLog for details
4+
15
R4.1.0: 15-Nov-2017 Marcio P. Donadio
26
- Modified to build for git workflow and EPICS 3.15.
37

0 commit comments

Comments
 (0)