aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-19stm32mp: fix various array bounds checksRasmus Villemoes1-2/+2
2023-02-10Correct SPL use of STM32MP15X_STM32IMAGESimon Glass1-1/+1
2023-02-10Correct SPL uses of PMIC_STPMIC1Simon Glass1-2/+2
2023-02-10Correct SPL uses of MTDSimon Glass1-1/+1
2023-02-09Correct SPL use of CMD_BOOTZSimon Glass1-1/+1
2023-01-16image: Move common image code to image_board and commandSimon Glass1-1/+1
2023-01-13ARM: stm32: Make ECDSA authentication available to U-BootMarek Vasut1-1/+1
2023-01-13ARM: stm32: Pass ROM API table pointer to U-Boot properMarek Vasut1-0/+15
2023-01-13ARM: stm32: Factor out save_boot_paramsMarek Vasut4-36/+43
2023-01-13ARM: stm32: Fix ECDSA authentication with Dcache enabledMarek Vasut1-0/+4
2023-01-12stm32mp: Add support of STM32MP13x in bsec driverPatrick Delaunay1-0/+1
2023-01-12stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay3-7/+177
2023-01-12stm32mp: cosmetic: Update of bsec driverPatrick Delaunay1-3/+1
2023-01-09Merge branch 'next'Tom Rini1-1/+1
2023-01-06arm: stm32mp: Fix board_get_usable_ram_top() againMarek Vasut1-1/+1
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-1/+1
2022-12-31treewide: Use NULL for script image nameSean Anderson1-1/+1
2022-10-31FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu1-0/+5
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-2/+2
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-18stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay1-1/+1
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini6-131/+315
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-23arm: stm32mp: adapt the command stm32key for STM32MP13xPatrick Delaunay1-7/+45
2022-09-23arm: stm32mp: support several key in command stm32keyPatrick Delaunay1-46/+149
2022-09-23arm: stm32mp: introduced read_close_status function in stm32key commandPatrick Delaunay1-42/+65
2022-09-23arm: stm32mp: add defines for BSEC_LOCK status in stm32key commandPatrick Delaunay1-6/+9
2022-09-23stm32mp: stm32prog: improve the partitioning tracePatrick Delaunay1-2/+2
2022-09-23stm32mp: stm32prog: correctly handle OTP when SMC is not supportedPatrick Delaunay2-8/+22
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