projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c628016
)
misc: imx8ulp: Add OEM SRK Hash fuse support
author
Ye Li
<ye.li@nxp.com>
Wed, 6 Apr 2022 06:30:16 +0000
(14:30 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Apr 2022 15:33:56 +0000
(17:33 +0200)
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>
drivers/misc/imx8ulp/fuse.c
patch
|
blob
|
history
diff --git
a/drivers/misc/imx8ulp/fuse.c
b/drivers/misc/imx8ulp/fuse.c
index d1feb62ab591669ec8b4e4a6cb913a060786a3df..01db470e8f144e5c52963225f4c942c6e7cc4249 100644
(file)
--- a/
drivers/misc/imx8ulp/fuse.c
+++ b/
drivers/misc/imx8ulp/fuse.c
@@
-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 */
};