aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2022-09-23stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay5-32/+31
2022-09-23stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay4-7/+7
2022-09-23stm32mp: stm32prog: support empty flashlayoutPatrick Delaunay1-0/+4
2022-09-19Merge branch 'master' into nextTom Rini1-12/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-3/+3
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-2/+2
2022-09-06stm32mp: simplify the STM32MP15x package parsing codePatrick Delaunay1-12/+3
2022-07-12stm32mp: add support of STM32MP13x Rev.YPatrick Delaunay2-0/+4
2022-06-20Merge branch 'master' into nextTom Rini1-2/+2
2022-06-17stm32mp: stpmic1: remove the debug unit request by debuggerPatrick Delaunay1-1/+0
2022-06-17stm32mp: fdt: update etzpc for STM32MP13xPatrick Delaunay1-2/+151
2022-06-17stm32mp: fdt: update etzpc for STM32MP15xPatrick Delaunay1-59/+70
2022-06-17arm: stm32mp: support 2 MAC address for STM32MP13Patrick Delaunay4-15/+52
2022-06-17arm: stm32mp: add support of STM32MP13xPatrick Delaunay8-2/+240
2022-06-17arm: stm32mp: add CONFIG_STM32MP15_PWRPatrick Delaunay2-1/+17
2022-06-17arm: stm32mp: add sub config Kconfig.15xPatrick Delaunay2-118/+120
2022-06-17arm: stm32mp: add choice for STM32MP SOC familyPatrick Delaunay1-10/+13
2022-06-17arm: stm32mp: move code for STM32MP15xPatrick Delaunay6-324/+377
2022-06-17arm: stm32mp: move the get_otp helper function in bsecPatrick Delaunay3-17/+20
2022-06-17configs: stm32mp1: move SUPPORT_SPL in STM32MP15xPatrick Delaunay1-0/+1
2022-06-17stm32mp: stm32prog: fix the last character of dfu_alt_add third parameterPatrick Delaunay1-2/+2
2022-05-10stm32mp: psci: Retain MCUDIVR, PLL3CR, PLL4CR, MSSCKSELR across suspendMarek Vasut1-0/+16
2022-05-10ARM: stm32mp: correctly handle Silicon revisionPatrick Delaunay2-7/+8
2022-05-10ARM: stm32mp: skip ft_system_setup when the soc node is absentPatrick Delaunay1-0/+3
2022-05-10stm32mp: stm32prog: handle flashlayout without STM32 image headerPatrick Delaunay1-1/+2
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay3-7/+13
2022-05-10stm32mp: stm32prog: handle interruption during the first enumerationPatrick Delaunay1-2/+5
2022-05-10stm32mp: stm32prog: add support of UUID for FIP partitionPatrick Delaunay2-20/+59
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay3-48/+114
2022-05-10stm32mp: stm32prog: add TEE support in stm32prog commandPatrick Delaunay4-14/+142
2022-05-10stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTPPatrick Delaunay2-27/+46
2022-05-10stm32mp: stm32prog: fix commentPatrick Delaunay1-1/+1
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+1
2022-03-15stm32mp: psci: Implement PSCI system suspend and DRAM SSRMarek Vasut2-11/+519
2022-03-15stm32mp1: bsec: add missing dev in function commentPatrick Delaunay1-0/+4
2022-03-15stm32mp: bsec: add permanent lock write supportPatrick Delaunay1-6/+84
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