Replace Skylake with Xeon
We are going to use Xeon for all CPU configs so this commit
replaces Skylake string with Xeon.
Tested: Dbus CPU sensors were listed as expected.
Change-Id: I0b8ae488a9c8a1eb75ed38bdf8fbf57d50f7c351
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/configurations/STP Baseboard.json b/configurations/STP Baseboard.json
index 79d1da2..16b4a19 100644
--- a/configurations/STP Baseboard.json
+++ b/configurations/STP Baseboard.json
@@ -609,7 +609,7 @@
{
"Address": "0x30",
"CpuID": 1,
- "Name": "Skylake CPU 1",
+ "Name": "Xeon CPU 1",
"Thresholds": [
{
"Direction": "greater than",
@@ -626,12 +626,12 @@
"Value": 89
}
],
- "Type": "SkylakeCPU"
+ "Type": "XeonCPU"
},
{
"Address": "0x31",
"CpuID": 2,
- "Name": "Skylake CPU 2",
+ "Name": "Xeon CPU 2",
"Thresholds": [
{
"Direction": "greater than",
@@ -648,7 +648,7 @@
"Value": 89
}
],
- "Type": "SkylakeCPU"
+ "Type": "XeonCPU"
},
{
"Address": "0x4C",