summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test/makefile
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-06-12 16:28:58 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-14 13:30:51 -0500
commit239fb579b9d2b43c7c9f38b6bb734d3439a686e6 (patch)
tree1fdde0a7eaeb08944c349288e59c54ec06109c9c /src/usr/diag/prdf/test/makefile
parentcdc76c00e35d6b4347c294ea965dc6e11f876194 (diff)
downloadtalos-hostboot-239fb579b9d2b43c7c9f38b6bb734d3439a686e6.tar.gz
talos-hostboot-239fb579b9d2b43c7c9f38b6bb734d3439a686e6.zip
PRD: fix PLL related issues
Correct MNFG PLL threshold Clear MCIFIR bits in Hostboot Mask all chips in pll domain at threshold Fix PLL error log parser Change-Id: If20713fd9fb74a9757f63d081009ced43e55fdc4 CQ: SW265571 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11587 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11787 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test/makefile')
-rwxr-xr-xsrc/usr/diag/prdf/test/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/test/makefile b/src/usr/diag/prdf/test/makefile
index 04d53c1c5..a55537a20 100755
--- a/src/usr/diag/prdf/test/makefile
+++ b/src/usr/diag/prdf/test/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -83,5 +85,6 @@ TESTS += prdfTest_ProcCentFir.H
TESTS += prdfTest_ProcMbsFir.H
TESTS += prdfTest_ProcTpLFir.H
TESTS += prdfTest_CentCs.H
+TESTS += prdfTest_CenTpLFir.H
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud