From fa59565be049209cee7cafa5aac0bed55d5ef0c6 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Wed, 17 Jan 2018 09:18:45 +0700 Subject: Implement iRMC BIOS configuration This patch supports BIOS configuration for iRMC drivers using out-of-band method. Tested successfully on TX2540 M1 along with eLCM license. Story: #1743674 Task: #10651 Co-Authored-By: Nguyen Van Trung Change-Id: I61f15e7c65c4ef5cc5f959d2b016b053e70ba19b --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index eb81574e3..131f4432e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,7 @@ ironic.dhcp = ironic.hardware.interfaces.bios = fake = ironic.drivers.modules.fake:FakeBIOS + irmc = ironic.drivers.modules.irmc.bios:IRMCBIOS no-bios = ironic.drivers.modules.noop:NoBIOS ironic.hardware.interfaces.boot = -- cgit v1.2.1