commit | 40814c6ea395d43afde5e8a3785bdcc89dc094fe | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 27 15:58:44 2015 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Nov 10 13:11:58 2015 -0600 |
tree | b73e4f20e1a41c4bcd882aec4a20dfacee0449ae | |
parent | 8f71a6190d17d59f8de49182b0a8f3f063be3146 [diff] [blame] |
Add support for IPMI Get Boot Options command Create new Chassis NetFn file and add basic support for OPAL to call the IPMI Get Boot Options command.
diff --git a/Makefile b/Makefile index 97c45e6..1a37c0f 100644 --- a/Makefile +++ b/Makefile
@@ -11,6 +11,7 @@ LIB_APP_OBJ = apphandler.o \ sensorhandler.o \ storagehandler.o \ + chassishandler.o \ dcmihandler.o \ ipmisensor.o \ storageaddsel.o \