| commit | d8ef7b36a505286f7e3a41bd06f1a42127bb8da0 | [log] [tgz] |
|---|---|---|
| author | Bonnie Lo <Bonnie_Lo@wiwynn.com> | Mon Oct 24 16:42:42 2022 +0800 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 24 20:24:36 2022 +0000 |
| tree | 66572bf80431cd84f542d4568a7f845d88df1a6b | |
| parent | 3f6712731c3effe73d3d9474579f956522f4dde9 [diff] |
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