Skip to content

Commit ae2f6c7

Browse files
afongTTcfriedt
authored andcommitted
doc: release: v18.3.0: note usage of input power instead of current
Signed-off-by: Aaron Fong <[email protected]>
1 parent b79ef70 commit ae2f6c7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/release/migration-guide-18.3.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ This document lists recommended and required changes for those migrating from th
1616
Management Controller (BMC) which is part of the [Intelligent Platform Management Interface](https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface)
1717
(IPMI) specification. Any automation or scripts that refer to that "cpu cluster" (in Zephyr
1818
terminology) or application (`app/bmc`) should be adjusted accordingly.
19+
20+
* SMC FW telemetry removes board input current reporting, and replaces it with board input power. Any tools using the telemetry entry `TAG_INPUT_CURRENT (39)` should be updated to use `TAG_INPUT_POWER (54)`

doc/release/release-notes-18.3.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Major enhancements with this release include:
1111
[comment]: <> (H3 External Project Collaboration Efforts, if applicable)
1212
[comment]: <> (H3 Stability Improvements, if applicable)
1313

14+
### New Features
15+
16+
* DMC now reads and sends power (instead of current) from INA228 device to SMC
17+
* SMC now uses power reading as input to Total Board Power (TBP) throttler instead of `12 * current`
18+
* DMC support for accessing tca9554a GPIO expanders added
19+
1420
### Stability Improvements
1521

1622
* Add I2C handshake between SMC and DMC FW to ensure that initialization messages are received
@@ -35,9 +41,14 @@ An overview of required and recommended changes to make when migrating from the
3541
[comment]: <> (UL Drivers)
3642
[comment]: <> (UL Libraries)
3743

44+
### Removed APIs
45+
* Telemetry no longer reports TAG_INPUT_CURRENT
46+
3847
[comment]: <> (H3 Deprecated APIs, if applicable)
3948

4049
[comment]: <> (H3 New APIs, if applicable)
50+
### New APIs
51+
* Telemetry now reports TAG_INPUT_POWER to replace TAG_INPUT_CURRENT
4152

4253
[comment]: <> (H2 New Boards, if applicable)
4354

0 commit comments

Comments
 (0)