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/FBTP.json b/configurations/FBTP.json
index 5801ea1..e3d91fa 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -380,7 +380,7 @@
"Address": "0x30",
"Bus": 0,
"CpuID": 1,
- "Name": "Skylake CPU 1",
+ "Name": "Xeon CPU 1",
"Thresholds": [
{
"Direction": "greater than",
@@ -397,13 +397,13 @@
"Value": 89
}
],
- "Type": "SkylakeCPU"
+ "Type": "XeonCPU"
},
{
"Address": "0x31",
"Bus": 0,
"CpuID": 2,
- "Name": "Skylake CPU 2",
+ "Name": "Xeon CPU 2",
"Thresholds": [
{
"Direction": "greater than",
@@ -420,7 +420,7 @@
"Value": 89
}
],
- "Type": "SkylakeCPU"
+ "Type": "XeonCPU"
},
{
"Address": "0x4e",