fb-ipmi-oem: yosemitev2: Add Ipmi implementation to handle BIC request

Added Implementation to handle BIC Request from host to BMC and
send the response back to host. We are able to see the BMC
information in the host BIOS.

TESTED : Built Facebook YosemiteV2 images and loaded on
the target hardware. We are able to see BMC information
on two host's BIOS.

Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
Change-Id: I7586426809973b5d670d45495daf76e91b82ff23
diff --git a/include/biccommands.hpp b/include/biccommands.hpp
new file mode 100644
index 0000000..6613a54
--- /dev/null
+++ b/include/biccommands.hpp
@@ -0,0 +1,3 @@
+
+// Command for getting device id
+constexpr uint8_t cmdOemBicInfo = 0x01;