aboutsummaryrefslogtreecommitdiff
path: root/src/config/sideband.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-02-17 00:31:38 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-03 02:40:04 +0000
commit85eefad90ca714e2c5485fa3ae9b94a96790149f (patch)
treeb7ef344bd50a110707b76c4367c5f3342b388905 /src/config/sideband.h
parentbdd00e872ae8e89b1300451b6c9fd1536049e843 (diff)
downloadipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.zip
ipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.tar.gz
ipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.tar.bz2
[bofm] Add support for BOFM under EFI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/sideband.h')
-rw-r--r--src/config/sideband.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config/sideband.h b/src/config/sideband.h
new file mode 100644
index 0000000..5385dd7
--- /dev/null
+++ b/src/config/sideband.h
@@ -0,0 +1,14 @@
+#ifndef CONFIG_SIDEBAND_H
+#define CONFIG_SIDEBAND_H
+
+/** @file
+ *
+ * Sideband access by platform firmware
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
+
+#endif /* CONFIG_SIDEBAND_H */