summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-18 06:34:00 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-26 19:07:40 +0000
commitbf6fb8e81d95ad911ab8d393dd99f9c769979c4b (patch)
treea359de7ccda2d40a4a9152c01eb5f5ca4dff6455
parent3374306fc59570e8ea8b367f8bba92717c1fc603 (diff)
downloadblackbird-op-build-bf6fb8e81d95ad911ab8d393dd99f9c769979c4b.tar.gz
blackbird-op-build-bf6fb8e81d95ad911ab8d393dd99f9c769979c4b.zip
Update Talos hostboot config
-rwxr-xr-xopenpower/configs/hostboot/talos.config17
1 files changed, 11 insertions, 6 deletions
diff --git a/openpower/configs/hostboot/talos.config b/openpower/configs/hostboot/talos.config
index f41ec163..7d48958c 100755
--- a/openpower/configs/hostboot/talos.config
+++ b/openpower/configs/hostboot/talos.config
@@ -44,25 +44,30 @@ unset PCIE_HOTPLUG_CONTROLLER
set CONSOLE
set BMC_AST2500
-set DISABLE_HOSTBOOT_RUNTIME
+unset DISABLE_HOSTBOOT_RUNTIME
# Compile in hostboot runtime PRD
set HBRT_PRD
set HTMGT
set START_OCC_DURING_BOOT
+unset CONSOLE_OUTPUT_OCC_COMM
#PNOR flags
unset PNOR_TWO_SIDE_SUPPORT
set BMC_BT_LPC_IPMI
+# Required to reliably boot a dual CPU system
+set ISTEP_LPC_PORT8X_DEBUG
+
# Enable Checktop Analysis
-unset ENABLE_CHECKSTOP_ANALYSIS
-unset IPLTIME_CHECKSTOP_ANALYSIS
+set ENABLE_CHECKSTOP_ANALYSIS
+set IPLTIME_CHECKSTOP_ANALYSIS
# set for trace debug to console
unset CONSOLE_OUTPUT_TRACE
+set CONSOLE_OUTPUT_FFDCDISPLAY
-unset CONFIG_SECUREBOOT
-unset CONFIG_TPMDD
-unset CONFIG_TPM_NUVOTON
+unset SECUREBOOT
+unset TPMDD
+unset TPM_NUVOTON
OpenPOWER on IntegriCloud