aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-14arm: stm32mp: activate data cache on DDR in SPLPatrick Delaunay1-0/+19
2020-05-14arm: stm32mp: activate data cache in SPL and before relocationPatrick Delaunay1-1/+42
2020-05-14arm: stm32mp: spl: update error management in board_init_fPatrick Delaunay1-3/+3
2020-05-14arm: stm32mp: remove dependency for STM32KEYPatrick Delaunay1-2/+0
2020-05-14stm32mp: stm32prog: add support of RAM targetPatrick Delaunay3-2/+62
2020-05-14stm32mp: stm32prog: support for scriptPatrick Delaunay1-0/+14
2020-05-14stm32mp: stm32prog: enable videoconsolePatrick Delaunay1-0/+28
2020-05-14stm32mp: stm32prog: add serial link supportPatrick Delaunay6-1/+1021
2020-05-14stm32mp: stm32prog: add pmic NVM update supportPatrick Delaunay3-1/+115
2020-05-14stm32mp: stm32prog: add otp update supportPatrick Delaunay3-1/+151
2020-05-14stm32mp: stm32prog: add support for delete option in flashlayoutPatrick Delaunay1-0/+105
2020-05-14stm32mp: stm32prog: add support of ssbl copyPatrick Delaunay2-5/+94
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay4-0/+40
2020-05-14stm32mp: stm32prog: add MTD devices supportPatrick Delaunay3-3/+117
2020-05-14stm32mp: stm32prog: add upport of partial updatePatrick Delaunay2-0/+70
2020-05-14stm32mp: stm32prog: add support of boot partition for eMMC devicePatrick Delaunay2-36/+90
2020-05-14stm32mp: stm32prog: add MMC devicePatrick Delaunay3-1/+209
2020-05-14stm32mp: stm32prog: add flash layout parsingPatrick Delaunay1-1/+371
2020-05-14stm32mp: add the command stm32progPatrick Delaunay8-0/+952
2020-05-14stm32mp: add function get_cpu_devPatrick Delaunay2-5/+11
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay3-0/+9
2020-05-14board: stm32mp1: use FDT address provided by TF-A at boot timePatrick Delaunay2-0/+46
2020-05-14stm32mp1: dynamically detect op-tee presencePatrick Delaunay2-11/+3
2020-05-14board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay2-0/+41
2020-05-14ARM: stm32: Add board_early_init_f() to SPLMarek Vasut1-0/+11
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-1/+1
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-04-16Revert "stm32mp1: remove the imply BOOTSTAGE"Patrick Delaunay1-0/+2
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay3-29/+20
2020-04-15ARM: dts: stm32: Define FMC2 base addressMarek Vasut1-0/+1
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini1-1/+1
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay1-2/+4
2020-03-24stm32mp: psci: set cntfrq register of cpu onLudovic Barre1-0/+22
2020-03-24stm32mp1: add 800 MHz profile supportPatrick Delaunay3-1/+32
2020-03-24arm: stm32mp: fdt: update kernel device tree according the part numberPatrick Delaunay1-12/+88
2020-03-24arm: stm32mp: add function get_soc_namePatrick Delaunay2-3/+15
2020-03-24arm: stm32mp: improve the error message for smcPatrick Delaunay1-2/+2
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay4-33/+71
2020-03-24arm: stm32mp: bsec: remove unneeded testPatrick Delaunay1-2/+2
2020-03-10stm32mp: update dependency for STM32_ETZPCPatrick Delaunay1-1/+1
2020-02-13stm32mp1: support of STM32MP15x Rev.ZPatrick Delaunay2-0/+4
2020-02-13stm32mp1: pwr: use the last binding for pwrPatrick Delaunay3-14/+11
2020-02-12ARM: dts: stm32: Add DH Electronics DHCOM SoM and PDK2 boardMarek Vasut1-0/+9
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-20Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-14/+27
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1