Add oem command "cmdSetFaultIndication"

This command is used by satellite controllers, like BIOS, to
set DIMM/FAN fault led.
The fault led-gpio mapping is configured on "WFP baseboard.json"
As whitley eacho CPU has two more DIMM channels, the command data format
will mot match with old EPS definition. It will need EPS to update this
command data format.

Tested:
    send command "ipmitool raw 0x30 0x57 0x03 0x05 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00"
    all DIMM fault leds will be off
    send command "ipmitool raw 0x30 0x57 0x03 0x05 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff 0xff 0xff"
    all DIMM fault leds will be on
    send command "ipmitool raw 0x30 0x57 0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00"
    all FAN fault leds will be off
    send command "ipmitool raw 0x30 0x57 0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x3f"
    all FAN fault leds will be on

Change-Id: I7fa3813a8e230465e3b8c3a4958ef2084c77c01d
Signed-off-by: Zhu, Yunge <yunge.zhu@linux.intel.com>
2 files changed