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/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 42925be89..6a37a245a 100644 --- a/src/makefile +++ b/src/makefile @@ -265,7 +265,7 @@ RUNTIME_MODULES += scom_rt RUNTIME_MODULES += vpd_rt RUNTIME_MODULES += i2c_rt RUNTIME_MODULES += $(if $(CONFIG_HTMGT),htmgt_rt) -RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),bus_training_rt) +#RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),bus_training_rt) @RTC 136120 runtime lane repair support RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),attn_rt) RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),prdf_rt) RUNTIME_MODULES += $(if $(CONFIG_BMC_IPMI),ipmi_rt) @@ -303,14 +303,18 @@ hbicore_LDFILE = kernel.ld # for PRDR_RULE_TABLE_TARGETS include ${ROOTPATH}/src/usr/diag/prdf/common/rule/prdf_rule.mk +hbicore_DATA_MODULES += ${prd_rule_prf_targets} + hbicore_test_OBJECTS += ${hbicore_OBJECTS} hbicore_test_MODULES += ${hbicore_MODULES} hbicore_test_EXTENDED_MODULES += ${hbicore_EXTENDED_MODULES} hbicore_test_EXTENDED_MODULES += ${TESTCASE_MODULES} +hbicore_test_DATA_MODULES += ${hbicore_DATA_MODULES} hbicore_test_DATA_MODULES += testdata ifndef SKIP_BINARY_FILES hbicore_test_DATA_MODULES += secureboot_signed_container endif + hbicore_test_LDFILE = kernel.ld hbirt_OBJECTS += ${RUNTIME_OBJECTS} -- cgit v1.2.1