[Skiboot] [PATCH 11/16] pci: Print resetting PHB notice at higher log level

Michael Neuling mikey at neuling.org
Wed Jul 12 12:06:50 AEST 2017


Currently during boot there a long delay while we wait for the PHBs to
be reset and train. During this time, there is no output from skiboot
and the last message doesn't give an indication of what's happening.

This boosts the PHB reset message from info to notice so users can see
what's happening during this long period of waiting.

Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 core/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pci.c b/core/pci.c
index cc18db199a..907160d11f 100644
--- a/core/pci.c
+++ b/core/pci.c
@@ -1737,7 +1737,7 @@ void pci_init_slots(void)
 	if (platform.pre_pci_fixup)
 		platform.pre_pci_fixup();
 
-	prlog(PR_INFO, "PCI: Resetting PHBs...\n");
+	prlog(PR_NOTICE, "PCI: Resetting PHBs and training links...\n");
 	pci_do_jobs(pci_reset_phb);
 
 	prlog(PR_NOTICE, "PCI: Probing slots...\n");
-- 
2.11.0



More information about the Skiboot mailing list