From adf98ab745f8a950d589dad390146d23c34d9cca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 18 Apr 2019 06:28:50 +0000 Subject: Add detailed ISTEP output option to hostboot Output detailed ISTEP data over LPC port 81h/82h in support of RCS Talos II systems. These systems will deadlock due to FSI silicon bugs in the CPUs unless the BMC is aware of the current ISTEP data in order to properly sequence BMC-side FSI service startup. --- src/usr/initservice/istepdispatcher/HBconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/usr/initservice/istepdispatcher/HBconfig') diff --git a/src/usr/initservice/istepdispatcher/HBconfig b/src/usr/initservice/istepdispatcher/HBconfig index 7987f8ef3..ccbd43854 100644 --- a/src/usr/initservice/istepdispatcher/HBconfig +++ b/src/usr/initservice/istepdispatcher/HBconfig @@ -21,6 +21,11 @@ config ISTEP_LPC_PORT80_DEBUG help Writes ISTEP progress to LPC port 80h. +config ISTEP_LPC_PORT8X_DEBUG + default n + help + Writes detailed ISTEP progress to LPC port 81h / 82h. + config HANG_ON_MFG_SRC_TERM default y help -- cgit v1.2.1