summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/bsec.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay1-5/+5
2021-11-10arm: stm32mp: bsec: Update OTP shadow registers in SPLPatrick Delaunay1-3/+2
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay1-0/+10
2021-01-13arm: stm32mp: bsec: migrate trace to log macroPatrick Delaunay1-17/+21
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-10/+10
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-8/+8
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-08-13arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay1-40/+46
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay1-0/+25
2020-07-07arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay1-5/+6
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-9/+9
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay1-26/+62
2020-03-24arm: stm32mp: bsec: remove unneeded testPatrick Delaunay1-2/+2
2019-08-27bsec: update after MISC u-class updatePatrick Delaunay1-14/+16
2019-07-12stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay1-6/+8
2019-05-23stm32mp1: cosmetic: bsec: reorder include filesPatrick Delaunay1-1/+1
2019-04-12stm32mp1: bsec: shadow all the upper OTP (no secure) during bootPatrick Delaunay1-1/+19
2019-04-12stm32mp1: bsec: use device tree new compatiblePatrick Delaunay1-11/+1
2019-04-12stm32mp1: bsec: access with SMC for trusted bootPatrick Delaunay1-0/+28
2018-11-14arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-05-27stm32mp1: add bsec driverPatrick Delaunay1-0/+431