aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
AgeCommit message (Expand)AuthorFilesLines
2021-03-12arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard1-2/+4
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay1-0/+10
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2-30/+10
2021-03-11stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay1-4/+10
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay6-12/+50
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2-17/+19
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
2021-01-13arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay1-7/+6
2021-01-13arm: stm32mp: bsec: migrate trace to log macroPatrick Delaunay1-17/+21
2021-01-13arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay5-78/+78
2021-01-13arm: stm32mp: migrate trace to log macroPatrick Delaunay7-29/+43
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass4-8/+8
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-10/+10
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-8/+8
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-11-25SPL: stm32mp1: fix spl_mmc_boot_partition not definedRichard Genoud1-0/+2
2020-11-25arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay1-2/+2
2020-10-21stm32mp: stm32prog: accept device without partitionPatrick Delaunay1-2/+1
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay1-35/+2
2020-10-21stm32mp: limit size of cacheable DDR in pre-reloc stagePatrick Delaunay3-2/+17
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-03sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini1-2/+2
2020-07-28Makefile: 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-18common: Drop linux/bitops.h from common headerSimon Glass4-0/+7
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass6-0/+6
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-4/+4
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2