summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2020-09-09arm: stm32mp: cleanup test on eth_env_set_enetaddr resultPatrick Delaunay1-2/+2
2020-08-13arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2-47/+58
2020-08-13arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay1-40/+46
2020-08-04sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini1-2/+2
2020-07-29Makefile: Rename ALL-y to INPUTS-ySimon Glass1-2/+2
2020-07-28arm: stm32mp: use correct weak function name spl_board_prepare_for_linuxPatrick Delaunay1-1/+1
2020-07-28arm: stm32mp: stm32prog: check result of find_mmc_devicePatrick Delaunay1-1/+1
2020-07-28stm32mp1: mmu_set_region_dcache_behaviourPatrick Delaunay1-3/+4
2020-07-28arm: stm32mp: move dbgmcu_init call when DT is readyPatrick Delaunay2-4/+9
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng1-1/+1
2020-07-07stm32mp1: use the command env info in env_checkPatrick Delaunay1-0/+1
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay3-4/+50
2020-07-07arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay1-2/+4
2020-07-07board: st: stpmic1: add function stpmic1_initPatrick Delaunay1-1/+0
2020-07-07arm: stm32mp: add weak function to save vddcorePatrick Delaunay1-0/+3
2020-07-07arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay2-6/+7
2020-06-16board: stm32mp1: fix handling of DT OP-TEE reserved memory nodesEtienne Carriere1-5/+9
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass4-0/+7
2020-05-19Use __ASSEMBLY__ as the assembly macrosSimon Glass1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass6-0/+6
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-4/+4
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-19common: 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