diff options
author | David Guillen Fandos <david.guillen@arm.com> | 2015-05-13 15:02:25 +0100 |
---|---|---|
committer | David Guillen Fandos <david.guillen@arm.com> | 2015-05-13 15:02:25 +0100 |
commit | 65ecd954861aa76532ca79453afcf66a837e1fa6 (patch) | |
tree | 65a7eef6c12995b1215ce5b0622da7732fd87cea /src/sim/clocked_object.hh | |
parent | 75c82f1fe3e654ca7d472d8f824424ff450c01d1 (diff) | |
download | gem5-65ecd954861aa76532ca79453afcf66a837e1fa6.tar.xz |
sim: Thermal support for Linux
This patch enables Linux to read the temperature using hwmon infrastructure.
In order to use this in your gem5 you need to compile the kernel using the
following configs:
CONFIG_HWMON=y
CONFIG_SENSORS_VEXPRESS=y
And a proper dts file (containing an entry such as):
dcc {
compatible = "arm,vexpress,config-bus";
arm,vexpress,config-bridge = <&v2m_sysreg>;
temp@0 {
compatible = "arm,vexpress-temp";
arm,vexpress-sysreg,func = <4 0>;
label = "DCC";
};
};
Diffstat (limited to 'src/sim/clocked_object.hh')
0 files changed, 0 insertions, 0 deletions