aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
13 daysARM: dts: stm32: Ping IWDG on exit from PSCI suspend codeMarek Vasut1-0/+21
2024-06-14stm32mp1: spl: Update optee_get_reserved_memory() return valuePatrice Chotard1-1/+1
2024-06-14stm32mp1: spl: Fix compilation warningsPatrice Chotard1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini15-7/+15
2024-05-06arm: stm32/stm32mp: Remove <common.h> and add needed includesTom Rini15-15/+7
2024-04-19ARM: stm32: Initialize TAMP_SMCR BKP..PROT fields on STM32MP15xxMarek Vasut1-0/+16
2024-04-19ARM: stm32: Report OTP-CLOSED instead of rev.? on closed STM32MP15xxMarek Vasut1-2/+17
2024-04-19ARM: stm32: Drop superfluous Makefile entry for ecdsa_romapi.oMarek Vasut1-1/+0
2024-04-19ARM: stm32: Jump to ep on successful resume in PSCI suspend codeMarek Vasut1-0/+14
2024-04-19stm32mp: cmd_stm32prog: add dependencies with USB_GADGET_DOWNLOADPatrick Delaunay1-0/+1
2024-01-19stm32mp2: Fix CONFIG_STM32MP25X flag usagePatrice Chotard1-1/+1
2024-01-19stm32mp: Add dependencies on CMDLINE for command stm32keyPatrick Delaunay1-0/+1
2024-01-19arm: Rename STM32MP15xPatrick Delaunay8-24/+24
2024-01-19arm: Rename STM32MP13xPatrick Delaunay8-18/+18
2024-01-19stm32mp: activate the command stboard for stm32mp25 boardsPatrick Delaunay1-0/+1
2024-01-19stm32mp: stm32prog: add support of stm32mp25Patrick Delaunay1-1/+9
2024-01-19smt32mp: add setup_mac_address for stm32mp25Patrick Delaunay3-57/+72
2024-01-19stm32mp: add setup_serial_number for stm32mp25Patrice Chotard4-27/+32
2024-01-19stm32mp: add soc.c filePatrick Delaunay4-22/+20
2024-01-19stm32mp: bsec: add support of stm32mp25Patrick Delaunay2-1/+9
2024-01-19stm32mp: bsec: add driver dataPatrick Delaunay1-8/+30
2024-01-19arm: stm32mp: add Rev.B support for STM32MP25Yann Gautier1-0/+3
2023-12-21stm32: Use bootm_run() and bootz_run()Simon Glass1-9/+11
2023-12-21stm32: Use local vars in stm32prog for initrd and fdtSimon Glass1-9/+14
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini3-3/+32
2023-11-13Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini22-88/+627
2023-11-13stm32mp2: initial supportPatrice Chotard20-70/+600
2023-11-13stm32mp: bsec: Fix AARCH64 compilation warningsPatrice Chotard1-14/+15
2023-11-13stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MPPatrice Chotard1-1/+7
2023-11-13stm32mp: dram_init: Fix AARCH64 compilation warningsPatrick Delaunay1-1/+1
2023-11-13stm32mp: dram_init: Get RAM size from DT if no RAM driver foundPatrice Chotard1-2/+5
2023-11-10stm32mp1: read auth stats and boot_partition from tampIgor Opaniuk3-0/+30
2023-11-10arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCA...Bhupesh Sharma1-2/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass9-1/+11
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini2-2/+2
2023-08-16ARM: stm32: Inhibit PDDS because CSTBYDIS is setMarek Vasut1-1/+1
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-2/+2
2023-06-16stm32mp: stm32prog: use the decimal format by default for offset parsingPatrick Delaunay1-1/+1
2023-06-16stm32mp: stm32prog: fix OTP read/write error managementPatrick Delaunay1-1/+8
2023-06-16stm32mp: bsec: add check on null size in misc opsPatrick Delaunay1-2/+2
2023-06-16stm32mp: add support of STM32MP15x Rev.YPatrick Delaunay2-1/+5
2023-06-16ARM: stm32: Add missing header for save_boot_paramsMarek Vasut1-0/+1
2023-06-16ARM: stm32: Add IWDG handling into PSCI suspend codeMarek Vasut2-5/+70
2023-06-16stm32mp: stm32prog: Add support of FWU_MDATA partition typePatrick Delaunay2-0/+12
2023-06-16stm32mp: stm32prog: Add support of ESP partition typePatrick Delaunay2-2/+14
2023-06-16stm32mp: stm32prog: Add support of ENV partition typePatrick Delaunay2-0/+6
2023-06-16stm32mp: stm32prog: Remove tee_detected from stm32prog_data structPatrice Chotard4-27/+0
2023-06-16stm32mp: stm32prog: Remove usage of "mtdparts" functionPatrice Chotard1-23/+19
2023-05-06arm: stm32mp: spl: fix function with fdt_addr_t inputJohan Jonker1-1/+1