smbiosmdrv2handler: move mdr2 get & send data info

Rewrite "MDRII_GET & SEND DATA_INFO" command to new IPMI provider API.

Tested:
verified using ipmitool smbiosmdrv2handler commands.
a. get data info
Command: ipmitool raw 0x3E 0x32 0x01 0x01 0 0 0 0 0 0 0 0  0 0 0 0 0
        0 0 0
Output: Unable to send RAW command (channel=0x0 netfn=0x3e lun=0x0
        cmd=0x32 rsp=0xc9): Parameter out of range

b. send data info before and after the changes.
Command: ipmitool raw 0x3E 0x3a 0x01 0x01 40 41 42 43 44 45 46 47 48
         49 50 51 52 53 54 0x42 0x01 0x01 0x01 0 0 0 0 0 0 0 0 0 0
Output:  01
Command: ipmitool raw 0x3E 0x3a 0x01 0x01 40 41 42 43 44 45 46 47 48
         49 50 51 52 53 54 0x42 0x01 0x01 0x01 0 0 0 0 0 0 0 0 0 0
Output: 00

Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com>
Change-Id: If707e21bed5c65f17edcf670e306770e103a5916
1 file changed