biccommands: post code handler

Revise the input parameters for OEM POST code handler so
that BMC could get all the POST code from BIC.

uint8_t interface -> uint8_t dataLen: represnts the length of received
                                      POST code
uint8_t data -> std::vector<uint8_t> data:receive all the POST code instead
                                          of specific POST code

Test Case:
Check POST code for multi-host

Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: I0d2db5173cc98819d19fd27db2bcb1f6b96e9bb3
1 file changed