summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* common: Drop bootstage.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-182-2/+2
* common: Drop net.h from common headerSimon Glass2020-05-1888-1/+94
* arm: Don't include common.h in header filesSimon Glass2020-05-1860-88/+33
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-4/+4
* dts: nxp2160ardb: add op-tee nodeIlias Apalodimas2020-05-171-0/+6
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-173-15/+7
* spl: Always define preloader_console_initSamuel Holland2020-05-152-4/+1
* rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner2020-05-153-3/+3
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-156-9/+8
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-156-11/+10
* arm: orion5x: finish moving SoC to mach-orion5xTrevor Woerner2020-05-151-0/+0
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-153-4/+3
* arch/arm/Makefile: sort machine namesTrevor Woerner2020-05-151-6/+6
* arm: lpc32xx: move SoC to mach-lpc32xxTrevor Woerner2020-05-1511-2/+2
* Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...WIP/14May2020Tom Rini2020-05-1438-257/+4414
|\
| * ARM: dts: stm32mp1: DT alignment with Linux 5.7-rc2Patrick Delaunay2020-05-148-26/+126
| * 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: stm32: Hog GPIO PF7 high on DHCOM to unlock SPI NOR nWPMarek Vasut2020-05-141-0/+9
| * ARM: dts: stm32: Synchronize DDR setttings on DH SoMsMarek Vasut2020-05-145-4/+366
| * ARM: dts: stm32: Fix AV96 and DHCOR splitMarek Vasut2020-05-143-13/+26
| * ARM: dts: stm32mp15: use DDR3 files generated by STM32CubeMXPatrick Delaunay2020-05-142-50/+46
| * board: stm32mp1: update management of boot-ledPatrick Delaunay2020-05-142-8/+0
| * 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
| * stm32mp: add function get_cpu_devPatrick Delaunay2020-05-142-5/+11
| * board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-143-0/+9
| * board: stm32mp1: use FDT address provided by TF-A at boot timePatrick Delaunay2020-05-142-0/+46
| * stm32mp1: dynamically detect op-tee presencePatrick Delaunay2020-05-142-11/+3
| * board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay2020-05-144-0/+51
| * ARM: stm32: Implement DDR3 coding on DHCOR SoMMarek Vasut2020-05-142-0/+4
| * ARM: dts: stm32: Rework DDR DT inclusionMarek Vasut2020-05-144-137/+248