commit | c30260e387ba4ee766cb313cd59331e56a2ae547 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Jan 31 16:42:26 2023 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 20:15:42 2023 +0200 |
tree | d969b54fb47c6486c9cdd5b6cea10f82fa187959 | |
parent | e9e068fed5e6015b6058673efa2fe6a14112f16b [diff] |
imx: sentinel: Update S400 API get info message structure From Sentinel FW v0.0.9-9df0f503, the response message of get info API is changed to add OEM SRK and some states (IMEM, CSAL, TRNG). With old structure, we get failure from sentinel due to the buffer size can't fit with new response message. So update the API structure to fix the issue. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>