Skip to content

Commit

Permalink
board_inspector: fix typo in PCIe PTM Capability name
Browse files Browse the repository at this point in the history
PCIe extended capability with ID 0x1F is Precise Time Measurement. So
fix typo "TPM" which may confuse users.

Reviewed-by: Junjie Mao <[email protected]>
Tracked-On: #5915
Signed-off-by: Qiang Zhang <[email protected]>
  • Loading branch information
zhangqiang4 authored and acrnsi-robot committed Jun 17, 2024
1 parent 80b1eda commit 5c9e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/config_tools/board_inspector/pcieparser/extcaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ExtendedCapability:
0x1c: "LNR",
0x1d: "DPC",
0x1e: "L1 PM Substates",
0x1f: "TPM",
0x1f: "PTM",
0x20: "M-PCIe",
0x21: "FRS Queueing",
0x22: "Readiness Time Reporting",
Expand Down

0 comments on commit 5c9e1c0

Please sign in to comment.