summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-26 08:00:07 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-19 20:45:33 +0000
commit6a87332a88b227f5716188c14ae21139840c8387 (patch)
tree9f533a10da872413dff3f4b63b97085e69eed7b9
parent610838fa62b782010a7f846cb5c77965efa6ef6a (diff)
downloadtalos-sbe-6a87332a88b227f5716188c14ae21139840c8387.tar.gz
talos-sbe-6a87332a88b227f5716188c14ae21139840c8387.zip
Disable SBE console print as it significantly slows down SBE execution Status information is already transmitted over Port 81h/82h to the host system07-25-2019
-rw-r--r--src/build/power_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/power_defs.mk b/src/build/power_defs.mk
index 2863f6eb..c5a12fd0 100644
--- a/src/build/power_defs.mk
+++ b/src/build/power_defs.mk
@@ -35,7 +35,7 @@ FAPI_TRACE_LEVEL_DEF = 2
HOST_INTERFACE_AVAILABLE = 1
PERIODIC_IO_TOGGLE_SUPPORTED = 1
-SBE_CONSOLE_SUPPORT = 1
+# SBE_CONSOLE_SUPPORT = 1
SBE_IPL_STATUS_LPC_SUPPORT = 1
export SBE_S0_SUPPORT = 1
OpenPOWER on IntegriCloud