aboutsummaryrefslogtreecommitdiffstats
path: root/lmr/margin_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmr/margin_log.c')
-rw-r--r--lmr/margin_log.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lmr/margin_log.c b/lmr/margin_log.c
index a93e07b..b3c4bd5 100644
--- a/lmr/margin_log.c
+++ b/lmr/margin_log.c
@@ -86,6 +86,13 @@ margin_log_receiver(struct margin_recv *recv)
margin_log("\nWarning: device uses Lane Reversal.\n");
margin_log("However, utility uses logical lane numbers in arguments and for logging.\n");
}
+
+ if (recv->params->timing_offset == 0)
+ margin_log("\nWarning: Vendor chose not to report the Max Timing Offset.\n"
+ "Utility will use its max possible value - 50 (50%% UI).\n");
+ if (recv->params->volt_support && recv->params->volt_offset == 0)
+ margin_log("\nWarning: Vendor chose not to report the Max Voltage Offset.\n"
+ "Utility will use its max possible value - 50 (500 mV).\n");
}
void