summaryrefslogtreecommitdiffstats
path: root/openpower/configs/hostboot/p8dtu.config
diff options
context:
space:
mode:
authorJim Yuan <jim.yuan@supermicro.com>2019-03-25 09:49:24 -0700
committerStewart Smith <stewart@linux.ibm.com>2019-04-05 14:46:19 +1100
commitf5da1def3a765f66a837707202e7087e2b40469f (patch)
treede33c1cfb319747c3791c62ec867a177deb48273 /openpower/configs/hostboot/p8dtu.config
parentdc7af34d2c160fa2144d09d5a7772d367cdce638 (diff)
downloadblackbird-op-build-f5da1def3a765f66a837707202e7087e2b40469f.tar.gz
blackbird-op-build-f5da1def3a765f66a837707202e7087e2b40469f.zip
Add p8dtu platform
This contains the p8dtu platform from SuperMicro. It has previously lived out of tree. Like other POWER8 platforms, several Hostboot patches are required. Since Hostboot does not have the ability to have per-platform code, this comes in as patches. Signed-off-by: Jim Yuan <jim.yuan@supermicro.com> [stewart: cleanup and longer commit message] Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'openpower/configs/hostboot/p8dtu.config')
-rw-r--r--openpower/configs/hostboot/p8dtu.config70
1 files changed, 70 insertions, 0 deletions
diff --git a/openpower/configs/hostboot/p8dtu.config b/openpower/configs/hostboot/p8dtu.config
new file mode 100644
index 00000000..7781d393
--- /dev/null
+++ b/openpower/configs/hostboot/p8dtu.config
@@ -0,0 +1,70 @@
+# The Serial Flash Controller is the AST2400 BMC.
+set SFC_IS_AST2400
+set PNORDD_IS_IPMI
+unset PNORDD_IS_SFC
+set BMC_DOES_SFC_INIT
+unset SFC_IS_IBM_DPSS
+set ALLOW_MICRON_PNOR
+set ALLOW_MACRONIX_PNOR
+
+# VPD options.
+set MVPD_READ_FROM_HW
+set MVPD_WRITE_TO_HW
+set MVPD_READ_FROM_PNOR
+set MVPD_WRITE_TO_PNOR
+set DJVPD_READ_FROM_HW
+unset DJVPD_WRITE_TO_HW
+set DJVPD_READ_FROM_PNOR
+set DJVPD_WRITE_TO_PNOR
+set CVPD_READ_FROM_HW
+set CVPD_WRITE_TO_HW
+set CVPD_READ_FROM_PNOR
+set CVPD_WRITE_TO_PNOR
+set PVPD_READ_FROM_HW
+set PVPD_WRITE_TO_HW
+set PVPD_READ_FROM_PNOR
+set PVPD_WRITE_TO_PNOR
+set SKIP_RESTRICT_EX_UNITS
+unset CDIMM_FORMAT_FOR_CVPD
+
+# gpio config
+set GPIODD
+set PALMETTO_VDDR
+
+# Enable SBE updates
+#set SBE_UPDATE_INDEPENDENT
+set SBE_UPDATE_SIMULTANEOUS
+
+unset PCIE_HOTPLUG_CONTROLLER
+
+# turn on console output
+set CONSOLE
+set BMC_AST2400
+
+# Enable Kingston dimm voltage workaround
+unset KINGSTON_1_35_VOLT
+
+unset DISABLE_HOSTBOOT_RUNTIME
+
+# Compile in hostboot runtime PRD
+set HBRT_PRD
+set HTMGT
+set START_OCC_DURING_BOOT
+
+#PNOR flags
+unset PNOR_TWO_SIDE_SUPPORT
+set PNOR_IS_32MB
+
+set BMC_BT_LPC_IPMI
+
+unset SET_NOMINAL_PSTATE
+
+# Enable Checktop Analysis
+set ENABLE_CHECKSTOP_ANALYSIS
+set IPLTIME_CHECKSTOP_ANALYSIS
+
+# Hostboot will detect hardware changes
+set HOST_HCDB_SUPPORT
+
+# set for trace debug to console
+unset CONSOLE_OUTPUT_TRACE
OpenPOWER on IntegriCloud