diff options
author | Matt Ploetz <maploetz@us.ibm.com> | 2016-03-07 10:58:39 -0600 |
---|---|---|
committer | Matt Ploetz <maploetz@us.ibm.com> | 2016-03-07 10:58:39 -0600 |
commit | e49f3ec42e85dcb5b35c7eff972449870118f410 (patch) | |
tree | 1540677b8b541eba0696b325ad32b1b9f3bd705d /openpower/configs/hostboot | |
parent | 0b4397de8fa3af657464f0a05ff58ff0ae773f95 (diff) | |
download | blackbird-op-build-e49f3ec42e85dcb5b35c7eff972449870118f410.tar.gz blackbird-op-build-e49f3ec42e85dcb5b35c7eff972449870118f410.zip |
Turn on SBE updates, turn off IPL checkstop analysis for Garrison
Diffstat (limited to 'openpower/configs/hostboot')
-rwxr-xr-x | openpower/configs/hostboot/garrison.config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openpower/configs/hostboot/garrison.config b/openpower/configs/hostboot/garrison.config index d4d27305..72fabe23 100755 --- a/openpower/configs/hostboot/garrison.config +++ b/openpower/configs/hostboot/garrison.config @@ -29,8 +29,8 @@ unset CDIMM_FORMAT_FOR_CVPD set GPIODD set PALMETTO_VDDR -# disable sbe updates -set NO_SBE_UPDATES +# Enable SBE updates +set SBE_UPDATE_INDEPENDENT unset PCIE_HOTPLUG_CONTROLLER @@ -55,7 +55,9 @@ set BMC_BT_LPC_IPMI # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS -set IPLTIME_CHECKSTOP_ANALYSIS +# Turn off IPLTIME_CHECKSTOP_ANALYSIS for now until memory issue can be solved. +# Seems to only be an issue for lager ddr4 configs. +#set IPLTIME_CHECKSTOP_ANALYSIS # Hostboot will detect hardware changes set HOST_HCDB_SUPPORT |