aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32key.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Rename STM32MP15xPatrick Delaunay2024-01-191-5/+5
* arm: Rename STM32MP13xPatrick Delaunay2024-01-191-5/+5
* common: Drop linux/printk.h from common headerSimon Glass2023-09-241-0/+1
* stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay2023-01-121-3/+1
* arm: stm32mp: adapt the command stm32key for STM32MP13xPatrick Delaunay2022-09-231-7/+45
* arm: stm32mp: support several key in command stm32keyPatrick Delaunay2022-09-231-46/+149
* arm: stm32mp: introduced read_close_status function in stm32key commandPatrick Delaunay2022-09-231-42/+65
* arm: stm32mp: add defines for BSEC_LOCK status in stm32key commandPatrick Delaunay2022-09-231-6/+9
* 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