summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2018-09-10 12:10:02 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-01 15:37:58 -0500
commit01fcdb647ea0a6c899b9de21ed144f16dc2f2afb (patch)
tree79f83d480cb50c10f7a3bb6ea662850b5460c1ea /src/usr/targeting/makefile
parent7209f9061a3cbc8563e583d4abdcb8ffa4653ceb (diff)
downloadtalos-hostboot-01fcdb647ea0a6c899b9de21ed144f16dc2f2afb.tar.gz
talos-hostboot-01fcdb647ea0a6c899b9de21ed144f16dc2f2afb.zip
Shutdown: Move attribute sync to shutdown handler
Moved synching attributes into an attribute resource provider shutdown path to avoid race conditions along the shutdown path where a normal error path coupled with parallel shutdown leads to FSP attribute sync errors. Change-Id: Ibdb828f8132da1e251f880ef0e7d4fea2e4619a3 CQ: SW443737 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66431 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index cc2ed607b..531c3fb7f 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2017
+# Contributors Listed Below - COPYRIGHT 2011,2018
# [+] International Business Machines Corp.
#
#
@@ -37,6 +37,10 @@ TARGETING_REL_PATH = .
include ${TARGETING_REL_PATH}/hostboot_common.mk
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/sbe
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc
+
ATTR_RP_OBJS += attrrp.o
ATTR_RP_OBJS += attrsync.o
ATTR_RP_OBJS += targplatutil.o
OpenPOWER on IntegriCloud