summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32key.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-07-16stm32mp: cmd_stm32key: add subcommand closePatrick Delaunay1-2/+52
2021-07-16stm32mp: cmd_stm32key: add read OTP subcommandPatrick Delaunay1-6/+87
2021-07-16stm32mp: cmd_stm32key: add get_misc_dev functionPatrick Delaunay1-6/+13
2021-07-16stm32mp: cmd_stm32key: lock of PKH OTP after fusePatrick Delaunay1-4/+10
2021-07-16stm32mp: cmd_stm32key: handle error in fuse_hash_valuePatrick Delaunay1-9/+15
2021-07-16stm32mp: cmd_stm32key: use sub commandPatrick Delaunay1-19/+36
2021-01-13arm: stm32mp: migrate trace to log macroPatrick Delaunay1-1/+2
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2019-07-12stm32mp1: key: add stm32key commandPatrick Delaunay1-0/+101