mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[bofm] Add support for BOFM under EFI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/config/sideband.h
Normal file
14
src/config/sideband.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user