summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)Author
2020-06-16board: stm32mp1: fix handling of DT OP-TEE reserved memory nodesEtienne Carriere
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-14arm: stm32mp: activate data cache on DDR in SPLPatrick Delaunay
2020-05-14arm: stm32mp: activate data cache in SPL and before relocationPatrick Delaunay
2020-05-14arm: stm32mp: spl: update error management in board_init_fPatrick Delaunay
2020-05-14arm: stm32mp: remove dependency for STM32KEYPatrick Delaunay
2020-05-14stm32mp: stm32prog: add support of RAM targetPatrick Delaunay
2020-05-14stm32mp: stm32prog: support for scriptPatrick Delaunay
2020-05-14stm32mp: stm32prog: enable videoconsolePatrick Delaunay
2020-05-14stm32mp: stm32prog: add serial link supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add pmic NVM update supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add otp update supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add support for delete option in flashlayoutPatrick Delaunay
2020-05-14stm32mp: stm32prog: add support of ssbl copyPatrick Delaunay
2020-05-14stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay
2020-05-14stm32mp: stm32prog: add MTD devices supportPatrick Delaunay
2020-05-14stm32mp: stm32prog: add upport of partial updatePatrick Delaunay
2020-05-14stm32mp: stm32prog: add support of boot partition for eMMC devicePatrick Delaunay
2020-05-14stm32mp: stm32prog: add MMC devicePatrick Delaunay
2020-05-14stm32mp: stm32prog: add flash layout parsingPatrick Delaunay
2020-05-14stm32mp: add the command stm32progPatrick Delaunay
2020-05-14stm32mp: add function get_cpu_devPatrick Delaunay
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay
2020-05-14board: stm32mp1: use FDT address provided by TF-A at boot timePatrick Delaunay
2020-05-14stm32mp1: dynamically detect op-tee presencePatrick Delaunay
2020-05-14board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay
2020-05-14ARM: stm32: Add board_early_init_f() to SPLMarek Vasut
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
2020-04-16Revert "stm32mp1: remove the imply BOOTSTAGE"Patrick Delaunay
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay
2020-04-15ARM: dts: stm32: Define FMC2 base addressMarek Vasut
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay
2020-03-24stm32mp: psci: set cntfrq register of cpu onLudovic Barre
2020-03-24stm32mp1: add 800 MHz profile supportPatrick Delaunay
2020-03-24arm: stm32mp: fdt: update kernel device tree according the part numberPatrick Delaunay
2020-03-24arm: stm32mp: add function get_soc_namePatrick Delaunay
2020-03-24arm: stm32mp: improve the error message for smcPatrick Delaunay
2020-03-24arm: stm32mp: bsec: add permanent lock support in bsec driverPatrick Delaunay
2020-03-24arm: stm32mp: bsec: remove unneeded testPatrick Delaunay
2020-03-10stm32mp: update dependency for STM32_ETZPCPatrick Delaunay