aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2015-03-09 21:56:13 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-03-24 18:22:55 +1100
commit2d8952a581a857f010df38422ed7803d8be64061 (patch)
treec3064c07e16f0004c25c545c105acd90939b02cc /hw/Makefile.inc
parent132e593400f959074f72cf066e3e99c8cd8d7b82 (diff)
downloadskiboot-2d8952a581a857f010df38422ed7803d8be64061.zip
skiboot-2d8952a581a857f010df38422ed7803d8be64061.tar.gz
skiboot-2d8952a581a857f010df38422ed7803d8be64061.tar.bz2
dts: add support to read the core temperatures
This patch adds a new sensor family for Digital Temperature Sensors and a new resource class to capture the core temperatures. Each core has four DTS located in different zones (LSU, ISU, FXU, L3). The max of the four temperatures is computed and returned for the core as well as a global trip point value. This is based on the meltbox tool. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 395a65f..8a67d75 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -6,6 +6,7 @@ HW_OBJS += homer.o slw.o occ.o fsi-master.o centaur.o
HW_OBJS += nx.o nx-rng.o nx-crypto.o nx-842.o
HW_OBJS += p7ioc.o p7ioc-inits.o p7ioc-phb.o p5ioc2.o p5ioc2-phb.o
HW_OBJS += phb3.o sfc-ctrl.o fake-rtc.o bt.o p8-i2c.o prd.o
+HW_OBJS += dts.o
HW=hw/built-in.o
include $(SRC)/hw/fsp/Makefile.inc