Add configuration infrastructure
Rather than expecting parameters on the command line, this change
implemnets a little configration infrastructure, to allow the core
code to load configuration from a file in ${sysconfdir}.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/openbmc-console.conf.sample b/openbmc-console.conf.sample
new file mode 100644
index 0000000..a5b8808
--- /dev/null
+++ b/openbmc-console.conf.sample
@@ -0,0 +1,6 @@
+# Device to use for our UART console
+device = ttyUSB0
+
+# For VUART devices, we can specify the LPC address and SIRQ parameters
+lpc-address = 0x3f8
+sirq = 4