phosphor: ipmi updates

Squashed meta-phosphor and meta-facebook commits:

fb-ipmi-oem: srcrev bump 1744cb3ade..38183d6670
phosphor-host-ipmid: srcrev bump e702392667..ecd7bb9889

fb-ipmi-oem:
Vijay Khemka (13):
      Fix cmake for non yocto
      Add SEL support for FB Tiogapass
      Add more SEL commands
      Parse SEL Entries
      Parse FB Unified SEL
      Add network utility function
      Add parse sel helper function
      Add rsyslog format
      Correct app data file name
      Add priority for oemcommands and fix
      Add Post code description
      Get bios version for debug card request
      Add GPIO pin description

phosphor-host-ipmid:
Ayushi Smriti (1):
      Clean-up: entry code msgs in user_channel cpp files

Emily Shaffer (1):
      docs: add contributing guidelines

Gunnar Mills (1):
      Fix configuration header

Jia, chunhui (1):
      add "set system info" command

Johnathan Mantey (2):
      Restore IPMI RMCP+ cipher suite commands
      Create framework for IPMI OEM extension commands

Rajashekar Gade Reddy (1):
      Implemented get session info cmd in host interface

Sui Chen (1):
      Refactor ipmi::sensor::GetSensorResponse away from std::array

William A. Kennington III (2):
      transporthandler: Rewrite + New Handler
      transporthandler: Support Gateway MAC

Yong Li (3):
      Data checking fix for watchdog set/get commands
      Expiration flags fix for watchdog get/set commands
      Move set bmc global command to new API

anil kumar appana (1):
      channelcmds:fix set chnl access sessionless chnl

jayaprakash Mutyala (2):
      channel:Fix get channel ciphersuite - payloadtypes
      sensorhandler: move get sensor reading to new API

Change-Id: I6bef0c9a2ea4049d109e6c98ce4bf88005fc5469
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-facebook/meta-tiogapass/recipes-fbtp/ipmi/fb-ipmi-oem_git.bb b/meta-facebook/meta-tiogapass/recipes-fbtp/ipmi/fb-ipmi-oem_git.bb
index 1601b16..47025ff 100755
--- a/meta-facebook/meta-tiogapass/recipes-fbtp/ipmi/fb-ipmi-oem_git.bb
+++ b/meta-facebook/meta-tiogapass/recipes-fbtp/ipmi/fb-ipmi-oem_git.bb
@@ -5,7 +5,7 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
 
 SRC_URI = "git://github.com/openbmc/fb-ipmi-oem"
-SRCREV = "1744cb3adedb262302df60d7beb3feb55f89f474"
+SRCREV = "38183d667099c2a5291f19e6c359c247751667ef"
 
 S = "${WORKDIR}/git"
 PV = "0.1+git${SRCPV}"
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index 88c53d3..dc5ad86 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
 SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "e7023926675030a5976dffda0825445ca0b5ef84"
+SRCREV = "ecd7bb9889e512b654ed4596e3f4d5efeadcc05b"