commit | 67c5e5d60e78b4e9b3b27abf380a681c7522813f | [log] [tgz] |
---|---|---|
author | Jia, chunhui <chunhui.jia@linux.intel.com> | Mon May 06 11:29:54 2019 +0800 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu May 23 16:33:04 2019 +0000 |
tree | 29d16793153fc3ffd6c3b073e7b06e88bdd24dc1 | |
parent | fdb8389df74f9f0d6428252a75c33f6abf6d8481 [diff] |
Add support for removable media/Floppy 1. fix issue for handling unsupported parameter 2. add support for floppy/USB boot There is dbus interface change in: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/21177 Test: $ ipmitool -H <ip> -P 0penBmc -I lanplus raw 0x0 0x8 0x5 0x80 0x14 0x00 0x00 0x00 $ ipmitool -H <ip> -P 0penBmc -I lanplus chassis bootparam get 5 ... - Boot Device Selector : Force Boot from CD/DVD ... $ipmitool -H <ip> -P 0penBmc -I lanplus raw 0x0 0x8 0x5 0x80 0x3c 0x00 0x00 0x00 $ipmitool -H <ip> -P 0penBmc -I lanplus chassis bootparam get 5 ... - Boot Device Selector : Force Boot from Floppy/primary removable media ... Change-Id: I915aaa3f684d02d0dfc4b65afb3c1db139c41781 Signed-off-by: Jia, chunhui <chunhui.jia@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.