SmbiosMdrv2Handler: Move MDRII_DATA_START, MDRII_DATA_DONE to new API.

Rewrite "cmd_mdr2_data_start" and "cmd_mdr2_data_done" command to use the newly introduced IPMI provider API.

Tested:
Verified using ipmitool MDRII_DATA_START, MDRII_DATA_DONE, behavior is same before and after the changes.

Test Result:

MDRII_DATA_START
Command = ipmitool raw 0x3e 0x3b 0x01 0x01 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 0x42 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00
Output =  01 01 00
Command = ipmitool raw 0x3e 0x3b 0x01 0x01 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 0x42 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00
Output =  01 02 00
Command = ipmitool raw 0x3e 0x3b 0x01 0x01 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 0x42 0x10 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x10 0x00 0x00 0x00
Output =  01 03 00

MDRII_DATA_DONE
Command = ipmitool raw 0x3e 0x3c 0x01 0x01 0x00 0x00
Output:

Signed-off-by: Deepak Kumar Sahu <deepakx.sahu@intel.com>
Change-Id: Ibc41d077a202bc3bfd27f284e6c80c29a63bb229
1 file changed