commit | d6d2ddbe2e392fd2ac7a986f9c42c761a47cb1ff | [log] [tgz] |
---|---|---|
author | aalugore <aalugore@us.ibm.com> | Fri Oct 30 10:08:33 2015 -0500 |
committer | aalugore <aalugore@us.ibm.com> | Fri Oct 30 10:08:33 2015 -0500 |
tree | 62c15a10263e5ee67fed4372ba39d253ae410ddb | |
parent | 0745ad87f63400c2a8e830781e9d61bad25d7a9b [diff] |
Enable IPL-time Checkstop analysis for Palmetto, Habanero, and Firestone
diff --git a/openpower/configs/hostboot/firestone.config b/openpower/configs/hostboot/firestone.config index 942e242..8de38fb 100755 --- a/openpower/configs/hostboot/firestone.config +++ b/openpower/configs/hostboot/firestone.config
@@ -56,6 +56,7 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +set IPLTIME_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 e6d95ad..30f4255 100755 --- a/openpower/configs/hostboot/habanero.config +++ b/openpower/configs/hostboot/habanero.config
@@ -59,6 +59,7 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +set IPLTIME_CHECKSTOP_ANALYSIS # Hostboot will detect hardware changes set HOST_HCDB_SUPPORT
diff --git a/openpower/configs/hostboot/palmetto.config b/openpower/configs/hostboot/palmetto.config index cf328ee..bc76d64 100755 --- a/openpower/configs/hostboot/palmetto.config +++ b/openpower/configs/hostboot/palmetto.config
@@ -55,6 +55,7 @@ # Enable Checktop Analysis set ENABLE_CHECKSTOP_ANALYSIS +set IPLTIME_CHECKSTOP_ANALYSIS # Hostboot will detect hardware changes set HOST_HCDB_SUPPORT