[PATCH skeleton] replace centaur0 with membuf0 for Palmetto.py
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu May 12 15:30:54 AEST 2016
From: Chris Austen <austenc at us.ibm.com>
All the other systems call it membuf not centaur. Time to fix
the palmetto system so test cases can match
---
bin/Palmetto.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index ee824e1..bbfc2e1 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -190,7 +190,7 @@ FRU_INSTANCES = {
'<inventory_root>/system/chassis/motherboard/cpu0/core11' : { 'fru_type' : 'CORE', 'is_fru' : False, },
- '<inventory_root>/system/chassis/motherboard/centaur0' : { 'fru_type' : 'MEMORY_BUFFER', 'is_fru' : False, },
+ '<inventory_root>/system/chassis/motherboard/membuf0' : { 'fru_type' : 'MEMORY_BUFFER', 'is_fru' : False, },
'<inventory_root>/system/chassis/motherboard/dimm0' : { 'fru_type' : 'DIMM', 'is_fru' : True,},
'<inventory_root>/system/chassis/motherboard/dimm1' : { 'fru_type' : 'DIMM', 'is_fru' : True,},
@@ -212,7 +212,7 @@ ID_LOOKUP = {
0x0d : '<inventory_root>/system/chassis',
0x34 : '<inventory_root>/system/chassis/motherboard',
0x01 : '<inventory_root>/system/chassis/motherboard/cpu0',
- 0x02 : '<inventory_root>/system/chassis/motherboard/centaur0',
+ 0x02 : '<inventory_root>/system/chassis/motherboard/membuf0',
0x03 : '<inventory_root>/system/chassis/motherboard/dimm0',
0x04 : '<inventory_root>/system/chassis/motherboard/dimm1',
0x05 : '<inventory_root>/system/chassis/motherboard/dimm2',
@@ -223,7 +223,7 @@ ID_LOOKUP = {
'PRODUCT_15' : '<inventory_root>/system',
'CHASSIS_2' : '<inventory_root>/system/chassis',
'BOARD_1' : '<inventory_root>/system/chassis/motherboard/cpu0',
- 'BOARD_2' : '<inventory_root>/system/chassis/motherboard/centaur0',
+ 'BOARD_2' : '<inventory_root>/system/chassis/motherboard/membuf0',
'BOARD_14' : '<inventory_root>/system/chassis/motherboard',
'PRODUCT_3' : '<inventory_root>/system/chassis/motherboard/dimm0',
'PRODUCT_4' : '<inventory_root>/system/chassis/motherboard/dimm1',
@@ -250,7 +250,7 @@ ID_LOOKUP = {
0x2b : '<inventory_root>/system/chassis/motherboard/cpu0/core9',
0x2c : '<inventory_root>/system/chassis/motherboard/cpu0/core10',
0x2d : '<inventory_root>/system/chassis/motherboard/cpu0/core11',
- 0x2e : '<inventory_root>/system/chassis/motherboard/centaur0',
+ 0x2e : '<inventory_root>/system/chassis/motherboard/membuf0',
0x1e : '<inventory_root>/system/chassis/motherboard/dimm0',
0x1f : '<inventory_root>/system/chassis/motherboard/dimm1',
0x20 : '<inventory_root>/system/chassis/motherboard/dimm2',
--
2.8.1
More information about the openbmc
mailing list