You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: release: v18.3.0: add note about bmc dmc rename in migration guide
Add a note about renaming BMC to DMC in order to avoid conflicts with
the IPMI specification.
Signed-off-by: Curtis Blackburn <[email protected]>
Signed-off-by: Chris Friedt <[email protected]>
Copy file name to clipboardExpand all lines: doc/release/migration-guide-18.3.0.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,9 @@ This document lists recommended and required changes for those migrating from th
10
10
of the combined firmware bundles will be of the form
11
11
*`fw_pack-<major>.<minor>.<patch>.fwbundle` for final releases, and
12
12
*`fw_pack-<major>.<minor>.<patch>-rc<N>.fwbundle` for release candidates (pre-releases)
13
+
14
+
* The Board Management Controller (BMC) on Blackhole cards has been renamed to Device Management
15
+
Controller (DMC) in order to reduce possible confusion around the standard industry Baseboard
16
+
Management Controller (BMC) which is part of the [Intelligent Platform Management Interface](https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface)
17
+
(IPMI) specification. Any automation or scripts that refer to that "cpu cluster" (in Zephyr
18
+
terminology) or application (`app/bmc`) should be adjusted accordingly.
0 commit comments