diff options
author | Matt Spinler <spinler@us.ibm.com> | 2014-10-22 10:32:01 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-12-13 10:16:26 -0600 |
commit | 61c9acc8fd01eab34b942a284ac851bbd990d9f7 (patch) | |
tree | 92c86f3f8e1ad6b3b5f5cf016ae8d8cfb61c88e2 /src/usr/htmgt/makefile | |
parent | 5cdd71606bc1577f9cfe87b326190b84b9137dee (diff) | |
download | talos-hostboot-61c9acc8fd01eab34b942a284ac851bbd990d9f7.tar.gz talos-hostboot-61c9acc8fd01eab34b942a284ac851bbd990d9f7.zip |
HTMGT code to build several of the OCC config message payloads.
Includes an interface to run the hardware procedures related to memory
throttling, which will write attributes needed for an OCC config message.
Change-Id: I302e5c2f0e354dd57d6f6f9c8ad81095277a3d8c
RTC: 114286
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14131
Reviewed-by: Christopher Cain <cjcain@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/makefile')
-rw-r--r-- | src/usr/htmgt/makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/htmgt/makefile b/src/usr/htmgt/makefile index c04d7e4b0..f49953fcb 100644 --- a/src/usr/htmgt/makefile +++ b/src/usr/htmgt/makefile @@ -25,11 +25,18 @@ ROOTPATH = ../../.. MODULE = htmgt +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp +EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/include +EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_eff_config + # objects common to hostboot and hbrt include htmgt_common.mk # objects unique to hostboot (none yet) -#OBJS += +OBJS += htmgt_memthrottles.o SUBDIRS += test.d SUBDIRS += runtime.d |