aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* stm32mp: fix name of optee reserved memory nodePatrick Delaunay2024-10-161-2/+5
* ARM: stm32mp: enable data cache after LMB configuration for STM32MP1Patrick Delaunay2024-10-162-0/+9
* stm32mp: compute ram_top based on the optee base address only for STM32MP1Patrick Delaunay2024-10-161-3/+9
* stm32mp: remove efi_add_known_memory() function definitionSughosh Ganu2024-10-151-11/+0
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-115-14/+14
|\
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-1/+1
| * arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-115-13/+13
* | Merge tag 'v2024.10-rc6' into nextTom Rini2024-09-302-4/+3
|\ \ | |/ |/|
| * ARM: stm32: Fix secure_waitbits() mask checkMarek Vasut2024-09-251-2/+1
| * ARM: stm32: Fix TAMP_SMCR BKP..PROT fields on STM32MP15xxMarek Vasut2024-09-251-2/+2
* | stm32mp: compute ram_top based on the optee base addressSughosh Ganu2024-09-031-9/+5
* | stm32mp: allow calling optee_get_reserved_memory() from U-BootSughosh Ganu2024-09-033-16/+29
* | lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-031-3/+0
* | lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-032-9/+5
|/
* bootstash: Do not provide a default address for allTom Rini2024-07-193-9/+0
* arm: mach: stm32: Remove duplicate newlinesMarek Vasut2024-07-151-1/+0
* cmd: Make use of U_BOOT_LONGHELP when missingTom Rini2024-06-261-2/+2
* Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-242-2/+23
|\
| * ARM: dts: stm32: Ping IWDG on exit from PSCI suspend codeMarek Vasut2024-06-171-0/+21
| * stm32mp1: spl: Update optee_get_reserved_memory() return valuePatrice Chotard2024-06-141-1/+1
| * stm32mp1: spl: Fix compilation warningsPatrice Chotard2024-06-141-1/+1
* | ARM: dts: stm32: Make PWR regulator driver available on STM32MP13xxMarek Vasut2024-06-182-16/+17
* | stm32mp: Reserve OPTEE area in EFI memory mapPatrice Chotard2024-06-181-0/+12
* | Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2015-15/+7
|/
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1915-7/+15
* arm: stm32/stm32mp: Remove <common.h> and add needed includesTom Rini2024-05-0615-15/+7
* ARM: stm32: Initialize TAMP_SMCR BKP..PROT fields on STM32MP15xxMarek Vasut2024-04-191-0/+16
* ARM: stm32: Report OTP-CLOSED instead of rev.? on closed STM32MP15xxMarek Vasut2024-04-191-2/+17
* ARM: stm32: Drop superfluous Makefile entry for ecdsa_romapi.oMarek Vasut2024-04-191-1/+0
* ARM: stm32: Jump to ep on successful resume in PSCI suspend codeMarek Vasut2024-04-191-0/+14
* stm32mp: cmd_stm32prog: add dependencies with USB_GADGET_DOWNLOADPatrick Delaunay2024-04-191-0/+1
* stm32mp2: Fix CONFIG_STM32MP25X flag usagePatrice Chotard2024-01-191-1/+1
* stm32mp: Add dependencies on CMDLINE for command stm32keyPatrick Delaunay2024-01-191-0/+1
* arm: Rename STM32MP15xPatrick Delaunay2024-01-198-24/+24
* arm: Rename STM32MP13xPatrick Delaunay2024-01-198-18/+18
* stm32mp: activate the command stboard for stm32mp25 boardsPatrick Delaunay2024-01-191-0/+1
* stm32mp: stm32prog: add support of stm32mp25Patrick Delaunay2024-01-191-1/+9
* smt32mp: add setup_mac_address for stm32mp25Patrick Delaunay2024-01-193-57/+72
* stm32mp: add setup_serial_number for stm32mp25Patrice Chotard2024-01-194-27/+32
* stm32mp: add soc.c filePatrick Delaunay2024-01-194-22/+20
* stm32mp: bsec: add support of stm32mp25Patrick Delaunay2024-01-192-1/+9
* stm32mp: bsec: add driver dataPatrick Delaunay2024-01-191-8/+30
* arm: stm32mp: add Rev.B support for STM32MP25Yann Gautier2024-01-191-0/+3
* stm32: Use bootm_run() and bootz_run()Simon Glass2023-12-211-9/+11
* stm32: Use local vars in stm32prog for initrd and fdtSimon Glass2023-12-211-9/+14
* Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-203-3/+32
|\
| * stm32mp1: read auth stats and boot_partition from tampIgor Opaniuk2023-11-103-0/+30
| * arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCA...Bhupesh Sharma2023-11-101-2/+2
* | Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini2023-11-1322-88/+627
|\ \ | |/ |/|
| * stm32mp2: initial supportPatrice Chotard2023-11-1320-70/+600