Change CPU inventory name
This commit changes CPU inventory name from 'Xeon CPU N' to 'CPU N'
where N is CPU index.
Tested: Dbus inventories in CPUSensor showed 'CPU N'.
Change-Id: I6e70dd4c21ddc38212442647e26e462f3225128a
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/configurations/FBTP.json b/configurations/FBTP.json
index 7687a85..e710421 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -372,7 +372,7 @@
"Address": "0x30",
"Bus": 0,
"CpuID": 1,
- "Name": "Xeon CPU 1",
+ "Name": "CPU 1",
"Thresholds": [
{
"Direction": "greater than",
@@ -395,7 +395,7 @@
"Address": "0x31",
"Bus": 0,
"CpuID": 2,
- "Name": "Xeon CPU 2",
+ "Name": "CPU 2",
"Thresholds": [
{
"Direction": "greater than",
diff --git a/configurations/STP Baseboard.json b/configurations/STP Baseboard.json
index 5e806c2..b2dae9a 100644
--- a/configurations/STP Baseboard.json
+++ b/configurations/STP Baseboard.json
@@ -609,7 +609,7 @@
{
"Address": "0x30",
"CpuID": 1,
- "Name": "Xeon CPU 1",
+ "Name": "CPU 1",
"Thresholds": [
{
"Direction": "greater than",
@@ -631,7 +631,7 @@
{
"Address": "0x31",
"CpuID": 2,
- "Name": "Xeon CPU 2",
+ "Name": "CPU 2",
"Thresholds": [
{
"Direction": "greater than",
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index ce8255b..248e4a1 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -2020,7 +2020,7 @@
"Address": "0x30",
"Bus": 0,
"CpuID": 1,
- "Name": "Xeon CPU 1",
+ "Name": "CPU 1",
"Thresholds": [
{
"Direction": "greater than",
@@ -2043,7 +2043,7 @@
"Address": "0x31",
"Bus": 0,
"CpuID": 2,
- "Name": "Xeon CPU 2",
+ "Name": "CPU 2",
"Thresholds": [
{
"Direction": "greater than",