commit | 1bf3e7418e172ad1ecf681f9b965696a1134e8fc | [log] [tgz] |
---|---|---|
author | Patrick Williams <williamspatrick@gmail.com> | Thu Jun 04 14:28:35 2015 -0500 |
committer | Patrick Williams <williamspatrick@gmail.com> | Thu Jun 04 14:28:35 2015 -0500 |
tree | 7260212843cd6031968b7028b5ac4f9e17de88d3 | |
parent | 2339fe25df2a254feb3741e4bf4618cf1b2c23bf [diff] | |
parent | dab65d964ff9608bf6c59102644fcdd19bae924a [diff] |
Merge pull request #181 from wghoffa/dan_fix Enable Hostboot to Detect Hardware Changes
diff --git a/openpower/configs/hostboot/firestone.config b/openpower/configs/hostboot/firestone.config index f5c2d32..47de65f 100755 --- a/openpower/configs/hostboot/firestone.config +++ b/openpower/configs/hostboot/firestone.config
@@ -49,3 +49,5 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +# Hostboot will detect hardware changes +set HOST_HCDB_SUPPORT
diff --git a/openpower/configs/hostboot/habanero.config b/openpower/configs/hostboot/habanero.config index 10eea96..b5d28b4a9 100755 --- a/openpower/configs/hostboot/habanero.config +++ b/openpower/configs/hostboot/habanero.config
@@ -62,5 +62,8 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +# Hostboot will detect hardware changes +set HOST_HCDB_SUPPORT + # 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 00b211d..4288585 100755 --- a/openpower/configs/hostboot/palmetto.config +++ b/openpower/configs/hostboot/palmetto.config
@@ -58,5 +58,8 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +# Hostboot will detect hardware changes +set HOST_HCDB_SUPPORT + # set for trace debug to console unset CONSOLE_OUTPUT_TRACE