[Skiboot] [PATCH v2 7/7] opal/hmi: Never trust a cow!
    Frederic Barrat 
    fbarrat at linux.ibm.com
       
    Tue Mar 26 05:29:07 AEDT 2019
    
    
  
With opencapi, it's fairly common to trigger HMIs during AFU
development on the FPGA, by not replying in time to an NPU command,
for example. So shift the blame reported by that cow to avoid crowding
my mailbox.
Signed-off-by: Frederic Barrat <fbarrat at linux.ibm.com>
---
Changelog
v2: no change
core/hmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/hmi.c b/core/hmi.c
index 26277fa6..6a391ec4 100644
--- a/core/hmi.c
+++ b/core/hmi.c
@@ -679,7 +679,7 @@ static void find_npu2_checkstop_reason(int flat_chip_id,
 	if (npu2_hmi_verbose) {
 		npu2_dump_scoms(flat_chip_id);
 		prlog(PR_ERR, " _________________________ \n");
-		prlog(PR_ERR, "< It's Driver Debug time! >\n");
+		prlog(PR_ERR, "<    It's Debug time!     >\n");
 		prlog(PR_ERR, " ------------------------- \n");
 		prlog(PR_ERR, "       \\   ,__,            \n");
 		prlog(PR_ERR, "        \\  (oo)____        \n");
-- 
2.19.1
    
    
More information about the Skiboot
mailing list