commit | 558fdb6bf6c7bef0470beda6a34118c288b58ebe | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Thu Feb 26 17:56:14 2015 -0600 |
committer | Andrew Geissler <andrewg@us.ibm.com> | Thu Feb 26 17:56:14 2015 -0600 |
tree | fd32c6cfc94106ac8ef675b8bff0d4ff84e0dddb | |
parent | 8780f6252089260045b74cd436773b9a0e3e2499 [diff] |
IPMI Enablement in Hostboot
diff --git a/openpower/configs/hostboot/habanero.config b/openpower/configs/hostboot/habanero.config index 6c28995..0f27f58 100755 --- a/openpower/configs/hostboot/habanero.config +++ b/openpower/configs/hostboot/habanero.config
@@ -41,3 +41,8 @@ #PNOR flags set PNOR_TWO_SIDE_SUPPORT + +set BMC_BT_LPC_IPMI + +# set for trace debug to console +unset CONSOLE_OUTPUT_TRACE
diff --git a/openpower/configs/hostboot/palmetto.config b/openpower/configs/hostboot/palmetto.config index 0a1caf9..2d7d74d 100755 --- a/openpower/configs/hostboot/palmetto.config +++ b/openpower/configs/hostboot/palmetto.config
@@ -36,3 +36,8 @@ unset SET_NOMINAL_PSTATE set HTMGT set START_OCC_DURING_BOOT + +set BMC_BT_LPC_IPMI + +# set for trace debug to console +unset CONSOLE_OUTPUT_TRACE