summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini2021-04-096-96/+176
|\
| * arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variablesMarek Vasut2021-04-091-52/+53
| * stm32mp: replace printf by log macro in setup_boot_modePatrick Delaunay2021-04-091-5/+5
| * stm32mp: update uart number in trace of serial device not foundPatrick Delaunay2021-04-091-1/+1
| * stm32mp: stm32prog: add FIP header supportPatrick Delaunay2021-04-094-37/+64
| * board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OFJagan Teki2021-04-091-0/+7
| * board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 boardJagan Teki2021-04-091-0/+20
| * board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0Jagan Teki2021-04-091-0/+5
| * board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter KitJagan Teki2021-04-091-1/+21
| * ARM: stm32: Imply SPL_SPI_LOADJagan Teki2021-04-091-1/+1
* | Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-159-59/+97
|\|
| * arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard2021-03-121-2/+4
| * stm32mp: bsec: manage clock when present in device treePatrick Delaunay2021-03-111-0/+10
| * stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2021-03-112-30/+10
| * stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay2021-03-111-4/+10
| * stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay2021-03-116-12/+50
| * stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2021-03-112-17/+19
* | stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay2021-03-021-10/+30
* | stm32mp: update MMU config before the relocationPatrick Delaunay2021-03-021-4/+9
|/
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-027-0/+7
* arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay2021-01-131-7/+6
* arm: stm32mp: bsec: migrate trace to log macroPatrick Delaunay2021-01-131-17/+21
* arm: stm32mp: migrate cmd_stm32prog to log macroPatrick Delaunay2021-01-135-78/+78
* arm: stm32mp: migrate trace to log macroPatrick Delaunay2021-01-137-29/+43
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-054-8/+8
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-10/+10
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-8/+8
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-132-2/+2
* SPL: stm32mp1: fix spl_mmc_boot_partition not definedRichard Genoud2020-11-251-0/+2
* arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay2020-11-251-2/+2
* 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-dmTom 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