summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/makefile
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2018-01-10 11:10:44 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-12 10:58:51 -0500
commit52ca8121f1ed4aa7cabd10ced3a912ee4af470c4 (patch)
tree3ba4e6262cbe9c66afd1565f69286f060a5c6ef2 /src/usr/isteps/istep14/makefile
parentaa5e361a94c96045bbeaa90462640e5ae43807ed (diff)
downloadtalos-hostboot-52ca8121f1ed4aa7cabd10ced3a912ee4af470c4.tar.gz
talos-hostboot-52ca8121f1ed4aa7cabd10ced3a912ee4af470c4.zip
Leave MCS acker open until Istep14
New MCD changes require a HB workaround. Moved p9_revert_sbe_mcs_setup HWP from Istep06 to Istep14. Change-Id: If42b90127a1f0fb90003e7e6c147c94909d2a487 CMVC-Prereq: 1042570 CMVC-Coreq: 1042845 Backport: release-fips910 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51744 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/makefile')
-rw-r--r--src/usr/isteps/istep14/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index 58d9a61ae..4a994ad34 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -60,6 +60,9 @@ include ${ROOTPATH}/procedure.rules.mk
include ${PROCEDURE_PATH}/hwp/nest/p9_exit_cache_contained.mk
include ${PROCEDURE_PATH}/hwp/nest/p9_mss_setup_bars.mk
+# TODO: RTC 184860 Remove MCS acker workaround
+include ${ROOTPATH}/src/import/chips/p9/procedures/hwp/nest/p9_revert_sbe_mcs_setup.mk
+
# TODO: RTC 159164: Multiple definition linker errors on HWPs that include the
# same *.o file in their *.mk files
# ---- Workaround: Compile the HWP directly below
OpenPOWER on IntegriCloud