summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/bsec.c
AgeCommit message (Expand)Author
2023-06-16stm32mp: bsec: add check on null size in misc opsPatrick Delaunay
2023-01-12stm32mp: Add support of STM32MP13x in bsec driverPatrick Delaunay
2023-01-12stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay
2023-01-12stm32mp: cosmetic: Update of bsec driverPatrick Delaunay
2022-06-17arm: stm32mp: move the get_otp helper function in bsecPatrick Delaunay
2022-03-15stm32mp1: bsec: add missing dev in function commentPatrick Delaunay
2022-03-15stm32mp: bsec: add permanent lock write supportPatrick Delaunay
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay
2021-11-10arm: stm32mp: bsec: Update OTP shadow registers in SPLPatrick Delaunay
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay
2021-01-13arm: stm32mp: bsec: migrate trace to log macroPatrick Delaunay
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-13arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay
2020-07-07arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay
2020-03-24arm: stm32mp: bsec: remove unneeded testPatrick Delaunay
2019-08-27bsec: update after MISC u-class updatePatrick Delaunay
2019-07-12stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay
2019-05-23stm32mp1: cosmetic: bsec: reorder include filesPatrick Delaunay
2019-04-12stm32mp1: bsec: shadow all the upper OTP (no secure) during bootPatrick Delaunay
2019-04-12stm32mp1: bsec: use device tree new compatiblePatrick Delaunay
2019-04-12stm32mp1: bsec: access with SMC for trusted bootPatrick Delaunay
2018-11-14arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng
2018-05-26stm32mp1: add bsec driverPatrick Delaunay