aboutsummaryrefslogtreecommitdiff
path: root/hdata/hdata.h
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-03-07 15:16:21 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-03-07 15:40:32 +1100
commit8e88933f7e2779a15aab81a57a5f5bb452f6533a (patch)
treef242ece2f270e38483481000a93b6e9afa5511dc /hdata/hdata.h
parentfb27dd8ac6c4c80511e2ca674a6886cd504e1a2c (diff)
downloadskiboot-8e88933f7e2779a15aab81a57a5f5bb452f6533a.zip
skiboot-8e88933f7e2779a15aab81a57a5f5bb452f6533a.tar.gz
skiboot-8e88933f7e2779a15aab81a57a5f5bb452f6533a.tar.bz2
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 <oohall@gmail.com> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/hdata.h')
-rw-r--r--hdata/hdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/hdata.h b/hdata/hdata.h
index 1d0da1e..53927a3 100644
--- a/hdata/hdata.h
+++ b/hdata/hdata.h
@@ -23,6 +23,7 @@ extern void memory_parse(void);
extern int paca_parse(void);
extern bool pcia_parse(void);
extern void fsp_parse(void);
+extern void bmc_parse(void);
extern void io_parse(void);
extern struct dt_node *dt_add_vpd_node(const struct HDIF_common_hdr *hdr,
int indx_fru, int indx_vpd);