summaryrefslogtreecommitdiffstats
path: root/src/usr/util/makefile
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-07-19 06:47:47 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-20 09:44:50 -0400
commit76aa4662e398b137b5d775d9343d36db91622b75 (patch)
treeacc3e794c44b2e3b5ecc6e8ae39bc1f612516798 /src/usr/util/makefile
parent5b3adbd548c7c1824145d2e890e2e8b31c24189a (diff)
downloadtalos-hostboot-76aa4662e398b137b5d775d9343d36db91622b75.tar.gz
talos-hostboot-76aa4662e398b137b5d775d9343d36db91622b75.zip
Support dynamic determination of powerbus freq
- Original code used ATTR_ASYNC_NEST_FREQ_MHZ to determine powerbus freq to a fixed value. This change allows the processor #V to control the powerbus freq if the MRW value for ATTR_ASYNC_NEST_FREQ_MHZ == 0xFFFF. Any other nest value will still allow the MRW to control the powerbus frequency Change-Id: I918c65a22e294d51c323ddd938f9149822016e15 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43312 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/makefile')
-rw-r--r--src/usr/util/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/util/makefile b/src/usr/util/makefile
index d2c86d816..d0e4659cf 100644
--- a/src/usr/util/makefile
+++ b/src/usr/util/makefile
@@ -44,4 +44,7 @@ OBJS += utilxipimage.o
SUBDIRS += test.d
SUBDIRS += runtime.d
+#Add all the extra include paths
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include
+
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud