summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32key.c
Commit message (Expand)AuthorAgeFilesLines
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-2/+2
* stm32mp: cmd_stm32key: add subcommand closePatrick Delaunay2021-07-161-2/+52
* stm32mp: cmd_stm32key: add read OTP subcommandPatrick Delaunay2021-07-161-6/+87
* stm32mp: cmd_stm32key: add get_misc_dev functionPatrick Delaunay2021-07-161-6/+13
* stm32mp: cmd_stm32key: lock of PKH OTP after fusePatrick Delaunay2021-07-161-4/+10
* stm32mp: cmd_stm32key: handle error in fuse_hash_valuePatrick Delaunay2021-07-161-9/+15
* stm32mp: cmd_stm32key: use sub commandPatrick Delaunay2021-07-161-19/+36
* arm: stm32mp: migrate trace to log macroPatrick Delaunay2021-01-131-1/+2
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* stm32mp1: key: add stm32key commandPatrick Delaunay2019-07-121-0/+101