misc: imx8ulp: Add OEM SRK Hash fuse support
Since latest S400 firmware has supported to read OEM SRK Hash, add it to the driver's table Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
c628016c12
commit
043d11a459
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ struct s400_map_entry s400_api_mapping_table[] = {
|
|||
{ 1, 8 }, /* LOCK */
|
||||
{ 2, 8 }, /* ECID */
|
||||
{ 7, 4, 0, 1 }, /* OTP_UNIQ_ID */
|
||||
{ 15, 8 }, /* OEM SRK HASH */
|
||||
{ 23, 1, 4, 2 }, /* OTFAD */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue