diff options
| author | Chris Cain <cjcain@us.ibm.com> | 2017-06-05 11:48:32 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-22 09:30:04 -0400 |
| commit | 7d4cab0615138ae20cc02013b595f36f02e21a63 (patch) | |
| tree | a23cd06845aba746e8194fadc0f7cc4652cad51b /src/usr/htmgt/makefile | |
| parent | ccb74685e3205a1f74e4a2264f27775144600d2c (diff) | |
| download | talos-hostboot-7d4cab0615138ae20cc02013b595f36f02e21a63.tar.gz talos-hostboot-7d4cab0615138ae20cc02013b595f36f02e21a63.zip | |
HTMGT: Memory Throttling and Power Capping support
- Enable DIMM thermal monitoring
- Implement VRM thermal monitoring support
- Implement memory throttle calculations
- Move HTMGT only attributes to _openpower xml files
System owner will need to update the following for full support:
OPEN_POWER_MIN_MEM_UTILIZATION_POWER_CAP
OPEN_POWER_VRM_READ_TIMEOUT_SEC
Change-Id: Ib7f31e58c62af4b66edc3989156ebc6e636cc741
RTC: 153942
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41982
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@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>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/makefile')
| -rw-r--r-- | src/usr/htmgt/makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/htmgt/makefile b/src/usr/htmgt/makefile index e73d02705..8ddea9b09 100644 --- a/src/usr/htmgt/makefile +++ b/src/usr/htmgt/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2014,2016 +# Contributors Listed Below - COPYRIGHT 2014,2017 # [+] International Business Machines Corp. # # @@ -28,6 +28,15 @@ MODULE = htmgt # objects common to hostboot and hbrt include htmgt_common.mk +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/memory +EXTRAINCDIR += ${ROOTPATH}/src/import + +PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures +EXTRAINCDIR += $(PROCEDURES_PATH)/hwp/memory +include ${ROOTPATH}/procedure.rules.mk +OBJS += $(PROCEDURES_PATH)/hwp/memory/p9_mss_utils_to_throttle.o +OBJS += $(PROCEDURES_PATH)/hwp/memory/p9_mss_bulk_pwr_throttles.o + # objects unique to hostboot OBJS += htmgt_memthrottles.o |

