From 287cc1f9d01a1ee7f2387330ac0293d5c34d26e0 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Fri, 3 Jun 2016 13:58:24 -0500 Subject: PRD: enable PRD in HBRT as default config Change-Id: I82bf9334ab43508dbe2229ba74b83d48464af8f8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25358 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Caleb N. Palmer Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Brian J. Stegmiller Reviewed-by: Daniel M. Crowell --- src/usr/diag/HBconfig | 2 +- src/usr/diag/attn/runtime/test/makefile | 4 ++-- src/usr/diag/prdf/runtime/test/makefile | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/usr') diff --git a/src/usr/diag/HBconfig b/src/usr/diag/HBconfig index 1d00bdc6b..3bf6f2a98 100644 --- a/src/usr/diag/HBconfig +++ b/src/usr/diag/HBconfig @@ -1,5 +1,5 @@ config HBRT_PRD - default n + default y help Enable HBRT PRD. diff --git a/src/usr/diag/attn/runtime/test/makefile b/src/usr/diag/attn/runtime/test/makefile index 0ad9e4845..4f1e7a6f4 100644 --- a/src/usr/diag/attn/runtime/test/makefile +++ b/src/usr/diag/attn/runtime/test/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2014 +# Contributors Listed Below - COPYRIGHT 2014,2016 # [+] International Business Machines Corp. # # @@ -35,6 +35,6 @@ OBJS += attnfakereg.o MODULE = testattn_rt -TESTS = *.H +#TESTS = *.H @RTC 155588 re-enable after cleaning up for P9 include ${ROOTPATH}/config.mk diff --git a/src/usr/diag/prdf/runtime/test/makefile b/src/usr/diag/prdf/runtime/test/makefile index 5521573e6..0eb277fe8 100644 --- a/src/usr/diag/prdf/runtime/test/makefile +++ b/src/usr/diag/prdf/runtime/test/makefile @@ -34,7 +34,6 @@ include ../../test/prdf_hb_common_test.mk #------------------------------------------------------------------------------ # objects #------------------------------------------------------------------------------ -TESTS += prdfTest_MbaSp.H include $(ROOTPATH)/config.mk -- cgit v1.2.1