[PATCH skeleton] Add IO Board VPD handling

OpenBMC Patches openbmc-patches at stwcx.xyz
Thu Jun 30 00:10:52 AEST 2016


From: Adriana Kobylak <anoo at us.ibm.com>

Add argument to phosphor-read-eeprom to add additional handling
for reading the IO Board VPD.

Signed-off-by: Adriana Kobylak <anoo at us.ibm.com>
---
 configs/Barreleye.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/Barreleye.py b/configs/Barreleye.py
index 7b74179..942bf51 100644
--- a/configs/Barreleye.py
+++ b/configs/Barreleye.py
@@ -202,7 +202,7 @@ APPS = {
 		'start_process'   : True,
 		'monitor_process' : False,
 		'process_name'    : 'phosphor-read-eeprom',
-		'args'            : ['--eeprom','/sys/bus/i2c/devices/0-0050/eeprom','--fruid','64'],
+		'args'            : ['--eeprom','/sys/bus/i2c/devices/0-0050/eeprom','--fruid','64','--iob'],
 	},
 	'motherboard_vpd' : {
 		'system_state'    : 'BMC_STARTING2',
-- 
2.9.0




More information about the openbmc mailing list