diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-18 06:28:50 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-19 20:15:52 +0000 |
commit | adf98ab745f8a950d589dad390146d23c34d9cca (patch) | |
tree | 3f62fd3f25fb63c0d518157a332cc0f9264b496d /src/usr/initservice/istepdispatcher/HBconfig | |
parent | d86c20f59ea1d977b0eb2ed7e2acf911ac037356 (diff) | |
download | talos-hostboot-adf98ab745f8a950d589dad390146d23c34d9cca.tar.gz talos-hostboot-adf98ab745f8a950d589dad390146d23c34d9cca.zip |
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.
Diffstat (limited to 'src/usr/initservice/istepdispatcher/HBconfig')
-rw-r--r-- | src/usr/initservice/istepdispatcher/HBconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |