summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorMatthew Raybuck <matthew.raybuck@ibm.com>2019-02-26 14:46:10 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-18 15:43:46 -0500
commit3265b62f038c0e91d0f22cde3e95f9b9076cb6fa (patch)
tree8885af5dc78eca2cccd57dfb4f8e2054c4d60f99 /src/makefile
parente0f03516109881263fe86fc97d42d3ec6ae75155 (diff)
downloadblackbird-hostboot-3265b62f038c0e91d0f22cde3e95f9b9076cb6fa.tar.gz
blackbird-hostboot-3265b62f038c0e91d0f22cde3e95f9b9076cb6fa.zip
Improve performance of general PG algorithm
The previous PG algorithm had several places where targets would be rechecked or modified unnecessarily. This commit restructures the PG algorithm and pulls all related code out of discoverTargets and adds it to checkPartialGoodForDescendants which will be called by discoverTargets. Change-Id: I045f17f7ac22c673633cd3d951997b2371be1b8d RTC:206066 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72732 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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index c354622c1..6037d7dd4 100644
--- a/src/makefile
+++ b/src/makefile
@@ -248,7 +248,7 @@ TESTCASE_MODULES += $(if $(CONFIG_EARLY_TESTCASES),,testrtloader)
TESTCASE_MODULES += testsbe
TESTCASE_MODULES += testsbeio
TESTCASE_MODULES += testerrl
-TESTCASE_MODULES += testhwas
+#TESTCASE_MODULES += testhwas
TESTCASE_MODULES += testvpd
TESTCASE_MODULES += testsyslib
TESTCASE_MODULES += testtlsmod
OpenPOWER on IntegriCloud