summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/HBconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/HBconfig')
-rw-r--r--src/usr/isteps/HBconfig32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/usr/isteps/HBconfig b/src/usr/isteps/HBconfig
new file mode 100644
index 000000000..5fb85e79b
--- /dev/null
+++ b/src/usr/isteps/HBconfig
@@ -0,0 +1,32 @@
+config NO_DMI_EREPAIR
+ default y if(!MEMVPD_WRITE || !MEMVPD_READ)
+ help
+ Do not apply erepair information on the DMI bus during boot
+
+config SET_NOMINAL_PSTATE
+ default n
+ depends on !HTMGT
+ help
+ Set the PState to Nominal just before starting the payload.
+
+config START_OCC_DURING_BOOT
+ default n
+ help
+ Activates all the OCCs during IPL
+
+config PALMETTO_VDDR
+ default n
+ help
+ Enable the Hostboot DRAM VDDR function for Palmetto
+
+config PCA95X_8BIT
+ default n
+ depends on (!PCA95X_16BIT)
+ help
+ Set the PCA95X support to an 8 bit chip.
+
+config PCA95X_16BIT
+ default y if (!PCA95X_8BIT)
+ depends on (!PCA95X_8BIT)
+ help
+ Set the PCA95X support to a 16 bit chip.
OpenPOWER on IntegriCloud