move Intel FW update commands from ipmi-providers

These commands are the old-style and ready to be rewritten. This is just
the base commit to make it easy to see all the changes in this repo.

Change-Id: Ieac78eee606b2ff74f045a4c8f0c62899c6ac88c
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c8edb8..c7b0a80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@
 
 add_library (
     zinteloemcmds SHARED src/oemcommands.cpp src/sensorcommands.cpp
-    src/storagecommands.cpp src/multinodecommands.cpp
+    src/storagecommands.cpp src/multinodecommands.cpp src/firmware-update.cpp
 )
 set_target_properties (zinteloemcmds PROPERTIES VERSION "0.1.0")
 set_target_properties (zinteloemcmds PROPERTIES SOVERSION "0")