From 621ab58f2f538157abc992f1f490ae0a927ed0cc Mon Sep 17 00:00:00 2001 From: Donald Washburn Date: Mon, 11 Sep 2017 13:58:25 -0500 Subject: Integration of hardware vpd accessor functions into Hostboot. *Created macros and platform functions to invoke vpd accessor functions for reading attributes from Hostboot. *Create a unit test for calling each attribute accessor macro. RTC: 178950 Change-Id: Ia74406eabcdff238f6bbc4bd8dc43715ebfcd643 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48185 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/fapi2Test.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/usr/fapi2/test/fapi2Test.mk') diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index f818ed778..ebead350d 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -41,6 +41,9 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/targeting/common/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/ +CENTAUR_PROC_PATH=${ROOTPATH}/src/import/chips/centaur/procedures +EXTRAINCDIR += ${CENTAUR_PROC_PATH}/hwp/memory/lib/shared/ + # Procedures OBJS += p9_sample_procedure.o OBJS += p9_hwtests.o -- cgit v1.2.1