From 8e88933f7e2779a15aab81a57a5f5bb452f6533a Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Tue, 7 Mar 2017 15:16:21 +1100 Subject: hdat: Parse BMC nodes much earlier This moves the parsing of the BMC and LPC details to the start of the HDAT parsing. This allows us to enable the Skiboot log console earlier so we can get debug output while parsing the rest of the HDAT. Signed-off-by: Oliver O'Halloran Acked-by: Michael Neuling Signed-off-by: Stewart Smith --- include/skiboot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/skiboot.h b/include/skiboot.h index 7904eee..bb0a7b5 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -217,6 +217,7 @@ extern void phb4_preload_vpd(void); extern void probe_npu(void); extern void uart_init(void); extern void mbox_init(void); +extern void early_uart_init(void); extern void homer_init(void); extern void occ_pstates_init(void); extern void slw_init(void); -- cgit v1.1