aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2022-01-24configs: stm32mp15: Enable OF_BOARD flagPatrice Chotard1-0/+1
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay1-6/+6
2022-01-24stm32mp: correct the dependency for bootcount configsPatrick Delaunay1-1/+1
2022-01-24stm32mp: remove the bootcount activationPatrick Delaunay1-8/+0
2022-01-24arm: stm32mp: Fix USB boot device reportMarek Vasut1-1/+1
2022-01-21Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass1-0/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-11-10stm32mp15: tidy up #ifdefs in cpu.cPatrick Delaunay1-19/+15
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay2-18/+12
2021-11-10stm32mp15: remove configs dependency on CONFIG_TFABOOTPatrick Delaunay1-6/+2
2021-11-10arm: stm32mp: bsec: Update OTP shadow registers in SPLPatrick Delaunay2-3/+10
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay1-87/+0
2021-11-10stm32mp: add binman support for STM32MP15xPatrick Delaunay2-29/+1
2021-11-10stm32mp: stm32prog: Normalise newlinesWilliam Grant1-2/+1
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-1/+2
2021-10-05tee: add a stub for tee_find_devicePatrick Delaunay1-1/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-06stm32mp: Fix board_get_usable_ram_top()Patrice Chotard1-1/+1
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-08-16arm: stm32mp1: Implement ECDSA signature verificationAlexandru Gagniuc3-0/+112
2021-08-16stm32mp: correctly handle board_get_usable_ram_top(0)Patrick Delaunay1-0/+3
2021-08-16stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay4-0/+10
2021-08-16arm: stm32mp: handle the OP-TEE nodes in DT with FIP supportPatrick Delaunay1-1/+10
2021-08-16arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay2-1/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-4/+4
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-1/+1
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass1-1/+1
2021-07-27stm32mp1: spl: Configure TrustZone controller for OP-TEEAlexandru Gagniuc1-0/+92
2021-07-27arm: stm32mp: Implement support for TZC 400 controllerAlexandru Gagniuc3-0/+170
2021-07-27arm: stm32mp1: force boot_device variable for invalid TAMP register valuePatrick Delaunay1-1/+3
2021-07-16stm32mp: use device sequence number in boot_instance variablePatrick Delaunay2-1/+19
2021-07-16stm32mp: stm32prog: use defines for virtual partition sizePatrick Delaunay3-4/+5
2021-07-16stm32mp: syscon: manage clock when present in device treePatrick Delaunay1-0/+14
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-07-16stm32mp: configs: activate the command stm32key only for ST boardsPatrick Delaunay1-1/+3
2021-07-16stm32mp: stm32prog: fix the content of short help messagePatrick Delaunay1-5/+5
2021-06-18stm32mp: stm32prog: handle dfu errorPatrick Delaunay1-0/+14
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay1-1/+1
2021-06-18stm32mp: stm32prog: use get_cpu_dev for GetID commandPatrick Delaunay1-4/+6
2021-06-18stm32mp: stm32prog: correctly handle DM_PMICPatrick Delaunay1-1/+4
2021-06-18stm32mp: stm32prog: handle the next phase after USB re-enumerationPatrick Delaunay1-5/+2