[Skiboot] [PATCH] Remove multiple logging for un-handled fsp sub commands.

Pridhiviraj Paidipeddi ppaidipe at linux.vnet.ibm.com
Fri May 12 15:26:36 AEST 2017


If any new or unknown command need to be handled, just log
un-hnadled message from only fsp, not required from fsp-dpo.

cat /sys/firmware/opal/msglog | grep -i ,3
[  110.232114723,3] FSP: fsp_trigger_reset() entry
[  188.431793837,3] FSP #0: Link down, starting R&R
[  464.109239162,3] FSP #0: Got XUP with no pending message !
[  466.340598554,3] FSP-DPO: Unknown command 0xce0900
[  466.340600126,3] FSP: Unhandled message ce0900

Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com>
---
 hw/fsp/fsp-dpo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/fsp/fsp-dpo.c b/hw/fsp/fsp-dpo.c
index f6fadc5..66a240b 100644
--- a/hw/fsp/fsp-dpo.c
+++ b/hw/fsp/fsp-dpo.c
@@ -150,7 +150,6 @@ static bool fsp_dpo_message(u32 cmd_sub_mod, struct fsp_msg *msg)
 		return true;
 	}
 
-	prerror("Unknown command 0x%x\n", cmd_sub_mod);
 	return false;
 }
 
-- 
2.7.4



More information about the Skiboot mailing list