Commit 034349a
zephyr/ap_pwrseq: use backward-compatible powerinfo format
servo tooling expects a particular format for output from the powerinfo
command. This change modifies the ap_pwrseq implementation of the command
to use the same format as the old implementation, to maintain
compatibility with the outside tooling that depends on it.
BUG=b:224657603
TEST=`powerinfo` output now has expected format
BRANCH=none
Signed-off-by: Peter Marheine <[email protected]>
Change-Id: Ideeced578dc4f5bdb9c9513524b390f701452d3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3539774
Reviewed-by: Andrew McRae <[email protected]>
Reviewed-by: Tanu Malhotra <[email protected]>1 parent 4b2c8e2 commit 034349a
File tree
2 files changed
+15
-15
lines changed- zephyr/subsys/ap_pwrseq
2 files changed
+15
-15
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments