summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/makefile
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-04-29 17:06:27 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-05 15:20:57 -0400
commitc3d3e344210055c1070c4af070a7877d7ec77bd4 (patch)
tree37bb825e4ddbd2195ee172a920e7bfc9c1fc4450 /src/usr/fapi2/test/makefile
parent9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f (diff)
downloadblackbird-hostboot-c3d3e344210055c1070c4af070a7877d7ec77bd4.tar.gz
blackbird-hostboot-c3d3e344210055c1070c4af070a7877d7ec77bd4.zip
Implement GET_POUNDV_BUCKET_DATA_MACRO and backing function
The fapi2 PM attribute poundv_bucket_data is backed in HB by a function that calls FAPI2 code that reads MVPD data off of pnor in order to find the proper #V bucket data. This commit sets up that macro and function as well as adds some testing to make sure it is working properly Change-Id: Ie506230c1270bdff43c3d8a8ec95ebb75010cf53 RTC:127421 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23901 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/makefile')
-rw-r--r--src/usr/fapi2/test/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/makefile b/src/usr/fapi2/test/makefile
index 58f0cf231..472c748e4 100644
--- a/src/usr/fapi2/test/makefile
+++ b/src/usr/fapi2/test/makefile
@@ -34,7 +34,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
EXTRAINCDIR += ${ROOTPATH}/src/usr/fapi2/test/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
-
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/targeting/common/
# Procedures
@@ -42,6 +43,7 @@ OBJS += p9_sample_procedure.o
OBJS += p9_hwtests.o
OBJS += fapi2TestUtils.o
+
TESTS += fapi2HwpTest.H
TESTS += fapi2HwAccessTest.H
TESTS += fapi2GetParentTest.H
@@ -53,5 +55,5 @@ TESTS += fapi2MvpdTestCxx.H
include ${ROOTPATH}/config.mk
-vpath %.C ${GENDIR}
+vpath %.C ${GENDIR} ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
OpenPOWER on IntegriCloud