summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2017-09-28 17:42:29 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-10-04 09:16:18 -0400
commiteebc5b92e1b275c0e2ae89d64a40d179751fe60a (patch)
treea82b6d3112a14f1095836e86bcd00a88dec9f568 /src/usr/hwas
parent976c88b3aa89f7c882ed8ed29db7e29d0e17f21e (diff)
downloadtalos-hostboot-eebc5b92e1b275c0e2ae89d64a40d179751fe60a.tar.gz
talos-hostboot-eebc5b92e1b275c0e2ae89d64a40d179751fe60a.zip
Change the default of hwas/HBconfig - HOST_HCDB_SUPPORT to y
Changed the config flag HOST_HCDB_SUPPORT in file hwas/HBconfig from default n (no) to default y (yes). This will force a check on the hardware if it has been replaced/modified since last IPL and eventually remove a stale gard if one is associated with the hardware. Change-Id: I48b93680fdf66592b60ab6a8a4619bc97cfd574d RTC:SW400220 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46890 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/HBconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/HBconfig b/src/usr/hwas/HBconfig
index f219e3ec6..2b36e6761 100644
--- a/src/usr/hwas/HBconfig
+++ b/src/usr/hwas/HBconfig
@@ -10,7 +10,7 @@ config RECALL_DECONFIG_ON_RECONFIG
Normally only garded parts are remembered.
config HOST_HCDB_SUPPORT
- default n
+ default y if MEMVPD_READ_FROM_HW || MVPD_READ_FROM_HW || DJVPD_READ_FROM_HW
depends on MEMVPD_READ_FROM_HW || MVPD_READ_FROM_HW || DJVPD_READ_FROM_HW
help
Hostboot will detect hardware changes
OpenPOWER on IntegriCloud