Searched hist:74 (Results 176 - 181 of 181) sorted by relevance

12345678

/gem5/src/sim/
H A DSConscript11430:bd1c6789c33f Thu Apr 07 05:42:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> Revert to 74c1e6513bd0 (sim: Thermal support for Linux)
/gem5/src/python/m5/
H A Dmain.py10758:74e7b9b5029c Mon Mar 23 19:14:00 EDT 2015 Steve Reinhardt <steve.reinhardt@amd.com> misc: quote args in echoed command line

Currently if there are shell special characters in a
command-line argument, you can't copy and paste the
echoed command line onto a shell prompt because the
characters aren't quoted properly. This patch fixes
that problem.
/gem5/src/arch/x86/
H A Dtlb.cc6099:74e5e063a03d Sun Apr 19 07:57:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Fix how the TLB handles the storecheck flag.
/gem5/src/cpu/o3/
H A Dthread_context.hh5259:74ef5093154f Thu Nov 15 19:48:00 EST 2007 Korey Sewell <ksewell@umich.edu> add microPC stuff back in. got deleted on changeset propragation somehow.
/gem5/src/mem/ruby/system/
H A DSequencer.cc11430:bd1c6789c33f Thu Apr 07 05:42:00 EDT 2016 Andreas Sandberg <andreas.sandberg@arm.com> Revert to 74c1e6513bd0 (sim: Thermal support for Linux)
/gem5/src/dev/arm/
H A DRealView.py11421:74c1e6513bd0 Wed May 13 10:02:00 EDT 2015 David Guillen Fandos <david.guillen@arm.com> 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";
};
};

Completed in 134 milliseconds

12345678