summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* stm32mp: stm32prog: accept device without partitionPatrick Delaunay2020-10-211-2/+1
* arm: stm32: cleanup arch gpio.hPatrick Delaunay2020-10-211-35/+2
* stm32mp: limit size of cacheable DDR in pre-reloc stagePatrick Delaunay2020-10-213-2/+17
* arm: stm32mp: cleanup test on eth_env_set_enetaddr resultPatrick Delaunay2020-09-091-2/+2
* arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdefPatrick Delaunay2020-08-132-47/+58
* arm: stm32mp: bsec: use IS_ENABLED to prevent ifdefPatrick Delaunay2020-08-131-40/+46
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-0/+1
* Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmWIP/29Jul2020Tom Rini2020-07-291-2/+2
|\
| * Makefile: Rename ALL-y to INPUTS-ySimon Glass2020-07-281-2/+2
* | arm: stm32mp: use correct weak function name spl_board_prepare_for_linuxPatrick Delaunay2020-07-281-1/+1
* | arm: stm32mp: stm32prog: check result of find_mmc_devicePatrick Delaunay2020-07-281-1/+1
* | stm32mp1: mmu_set_region_dcache_behaviourPatrick Delaunay2020-07-281-3/+4
* | arm: stm32mp: move dbgmcu_init call when DT is readyPatrick Delaunay2020-07-282-4/+9
|/
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng2020-07-091-1/+1
* stm32mp1: use the command env info in env_checkPatrick Delaunay2020-07-071-0/+1
* arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay2020-07-073-4/+50
* arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay2020-07-071-2/+4
* board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-071-1/+0
* arm: stm32mp: add weak function to save vddcorePatrick Delaunay2020-07-071-0/+3
* arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay2020-07-072-6/+7
* board: stm32mp1: fix handling of DT OP-TEE reserved memory nodesEtienne Carriere2020-06-161-5/+9
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-184-0/+7
* Use __ASSEMBLY__ as the assembly macrosSimon Glass2020-05-181-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-186-0/+6
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-4/+4
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-183-0/+3
* arm: stm32mp: activate data cache on DDR in SPLPatrick Delaunay2020-05-141-0/+19
* arm: stm32mp: activate data cache in SPL and before relocationPatrick Delaunay2020-05-141-1/+42
* arm: stm32mp: spl: update error management in board_init_fPatrick Delaunay2020-05-141-3/+3
* arm: stm32mp: remove dependency for STM32KEYPatrick Delaunay2020-05-141-2/+0
* stm32mp: stm32prog: add support of RAM targetPatrick Delaunay2020-05-143-2/+62
* stm32mp: stm32prog: support for scriptPatrick Delaunay2020-05-141-0/+14
* stm32mp: stm32prog: enable videoconsolePatrick Delaunay2020-05-141-0/+28
* stm32mp: stm32prog: add serial link supportPatrick Delaunay2020-05-146-1/+1021
* stm32mp: stm32prog: add pmic NVM update supportPatrick Delaunay2020-05-143-1/+115
* stm32mp: stm32prog: add otp update supportPatrick Delaunay2020-05-143-1/+151
* stm32mp: stm32prog: add support for delete option in flashlayoutPatrick Delaunay2020-05-141-0/+105
* stm32mp: stm32prog: add support of ssbl copyPatrick Delaunay2020-05-142-5/+94
* stm32mp: stm32prog: adapt the MTD partitionsPatrick Delaunay2020-05-144-0/+40
* stm32mp: stm32prog: add MTD devices supportPatrick Delaunay2020-05-143-3/+117
* stm32mp: stm32prog: add upport of partial updatePatrick Delaunay2020-05-142-0/+70
* stm32mp: stm32prog: add support of boot partition for eMMC devicePatrick Delaunay2020-05-142-36/+90
* stm32mp: stm32prog: add MMC devicePatrick Delaunay2020-05-143-1/+209
* stm32mp: stm32prog: add flash layout parsingPatrick Delaunay2020-05-141-1/+371
* stm32mp: add the command stm32progPatrick Delaunay2020-05-148-0/+952