mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-29 05:18:14 +00:00
Added Intel CPU models 0x4F and 0x56.
This commit is contained in:
parent
bdbe56e8df
commit
d7316f81bb
4
GUI/AboutBox.Designer.cs
generated
4
GUI/AboutBox.Designer.cs
generated
@ -4,7 +4,7 @@
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
|
||||
*/
|
||||
|
||||
@ -84,7 +84,7 @@ namespace OpenHardwareMonitor.GUI {
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(273, 13);
|
||||
this.label2.TabIndex = 3;
|
||||
this.label2.Text = "Copyright © 2009-2015 Michael Möller and contributers. ";
|
||||
this.label2.Text = "Copyright © 2009-2016 Michael Möller and contributers. ";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
|
@ -4,7 +4,7 @@
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (C) 2009-2014 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
|
||||
*/
|
||||
|
||||
@ -148,7 +148,9 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
break;
|
||||
case 0x3D: // Intel Core M-5xxx (14nm)
|
||||
case 0x47: // Intel i5, i7 5xxC (14nm)
|
||||
case 0x47: // Intel i5, i7 5xxx, Xeon E3-1200 v4 (14nm)
|
||||
case 0x4F: // Intel Xeon E5-26xx v4
|
||||
case 0x56: // Intel Xeon D-15xx
|
||||
microarchitecture = Microarchitecture.Broadwell;
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
break;
|
||||
|
@ -4,7 +4,7 @@
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
|
||||
*/
|
||||
|
||||
@ -18,7 +18,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Open Hardware Monitor")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2009-2014 Michael Möller")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2009-2016 Michael Möller")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Copyright (C) 2009-2015 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
Copyright (C) 2009-2016 Michael Möller <mmoeller@openhardwaremonitor.org>
|
||||
|
||||
*/
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.7.1.4")]
|
||||
[assembly: AssemblyInformationalVersion("0.7.1.4 Alpha")]
|
||||
[assembly: AssemblyVersion("0.7.1.5")]
|
||||
[assembly: AssemblyInformationalVersion("0.7.1.5 Alpha")]
|
Loading…
x
Reference in New Issue
Block a user