summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* arm: stm32mp: spl: fix function with fdt_addr_t inputJohan Jonker2023-05-061-1/+1
* stm32mp: fix various array bounds checksRasmus Villemoes2023-04-191-2/+2
* Correct SPL use of STM32MP15X_STM32IMAGESimon Glass2023-02-101-1/+1
* Correct SPL uses of PMIC_STPMIC1Simon Glass2023-02-101-2/+2
* Correct SPL uses of MTDSimon Glass2023-02-101-1/+1
* Correct SPL use of CMD_BOOTZSimon Glass2023-02-091-1/+1
* image: Move common image code to image_board and commandSimon Glass2023-01-161-1/+1
* ARM: stm32: Make ECDSA authentication available to U-BootMarek Vasut2023-01-131-1/+1
* ARM: stm32: Pass ROM API table pointer to U-Boot properMarek Vasut2023-01-131-0/+15
* ARM: stm32: Factor out save_boot_paramsMarek Vasut2023-01-134-36/+43
* ARM: stm32: Fix ECDSA authentication with Dcache enabledMarek Vasut2023-01-131-0/+4
* stm32mp: Add support of STM32MP13x in bsec driverPatrick Delaunay2023-01-121-0/+1
* stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay2023-01-123-7/+177
* stm32mp: cosmetic: Update of bsec driverPatrick Delaunay2023-01-121-3/+1
* Merge branch 'next'Tom Rini2023-01-091-1/+1
|\
| * cmd: source: Support specifying config nameSean Anderson2022-12-311-1/+1
| * treewide: Use NULL for script image nameSean Anderson2022-12-311-1/+1
* | arm: stm32mp: Fix board_get_usable_ram_top() againMarek Vasut2023-01-061-1/+1
|/
* FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu2022-10-311-0/+5
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-312-2/+2
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay2022-10-181-1/+1
* Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini2022-09-276-131/+315
|\
| * arm: stm32mp: adapt the command stm32key for STM32MP13xPatrick Delaunay2022-09-231-7/+45
| * arm: stm32mp: support several key in command stm32keyPatrick Delaunay2022-09-231-46/+149
| * arm: stm32mp: introduced read_close_status function in stm32key commandPatrick Delaunay2022-09-231-42/+65
| * arm: stm32mp: add defines for BSEC_LOCK status in stm32key commandPatrick Delaunay2022-09-231-6/+9
| * stm32mp: stm32prog: improve the partitioning tracePatrick Delaunay2022-09-231-2/+2
| * stm32mp: stm32prog: correctly handle OTP when SMC is not supportedPatrick Delaunay2022-09-232-8/+22
| * stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay2022-09-235-32/+31
| * stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay2022-09-234-7/+7
| * stm32mp: stm32prog: support empty flashlayoutPatrick Delaunay2022-09-231-0/+4
* | board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
|/
* Merge branch 'master' into nextTom Rini2022-09-191-12/+3
|\
| * stm32mp: simplify the STM32MP15x package parsing codePatrick Delaunay2022-09-061-12/+3
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-3/+3
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-2/+2
|/
* stm32mp: add support of STM32MP13x Rev.YPatrick Delaunay2022-07-122-0/+4
* Merge branch 'master' into nextTom Rini2022-06-201-2/+2
|\
| * stm32mp: stm32prog: fix the last character of dfu_alt_add third parameterPatrick Delaunay2022-06-171-2/+2
* | stm32mp: stpmic1: remove the debug unit request by debuggerPatrick Delaunay2022-06-171-1/+0
* | stm32mp: fdt: update etzpc for STM32MP13xPatrick Delaunay2022-06-171-2/+151
* | stm32mp: fdt: update etzpc for STM32MP15xPatrick Delaunay2022-06-171-59/+70
* | arm: stm32mp: support 2 MAC address for STM32MP13Patrick Delaunay2022-06-174-15/+52
* | arm: stm32mp: add support of STM32MP13xPatrick Delaunay2022-06-178-2/+240
* | arm: stm32mp: add CONFIG_STM32MP15_PWRPatrick Delaunay2022-06-172-1/+17
* | arm: stm32mp: add sub config Kconfig.15xPatrick Delaunay2022-06-172-118/+120
* | arm: stm32mp: add choice for STM32MP SOC familyPatrick Delaunay2022-06-171-10/+13
* | arm: stm32mp: move code for STM32MP15xPatrick Delaunay2022-06-176-324/+377
* | arm: stm32mp: move the get_otp helper function in bsecPatrick Delaunay2022-06-173-17/+20