summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32
Commit message (Expand)AuthorAgeFilesLines
* board: Add rt-thread art-pi board supportdillon min2021-04-091-0/+4
* treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner2020-05-151-1/+1
* mach-stm32: Fix MPU region size dedicated to SDRAM for STM32F4Patrice Chotard2019-06-281-1/+1
* mach-stm32: Add MPU region for spi-nor memory mapped regionPatrice Chotard2019-05-061-0/+3
* mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7Patrice Chotard2018-10-061-7/+2
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-10/+10
* mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan2018-07-131-1/+1
* mach-stm32: Enable SPL_RESET_SUPPORT flagPatrice Chotard2018-06-051-0/+1
* arm: v7R: Add support for MPULokesh Vutla2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-5/+2
* mach-stm32: Use default memory map as background regionPatrice Chotard2018-03-131-25/+11
* board: stm32: switch to DM STM32 timerPatrice Chotard2018-03-136-249/+7
* board: stm32: Fix stm32f746-disco bootPatrice Chotard2018-01-291-0/+1
* board: stm32: Add stm32f429-evaluation board supportPatrice Chotard2018-01-281-0/+4
* configs: stm32: move config flag from defconfig to KconfigPatrice Chotard2018-01-191-0/+22
* serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard2018-01-191-1/+1
* board: stm32: add stm32f469-discovery board supportPatrice Chotard2018-01-101-0/+4
* board: stm32f429-disco: switch to DM STM32 clock driverPatrice Chotard2018-01-102-259/+1
* mach-stm32: stmf32f4: timer: remove clock_get() callPatrice Chotard2018-01-101-6/+2
* mach-stm32: Factorize MPU's region config for STM32 SoCsPatrice Chotard2017-11-297-116/+14
* stm32: migrate clock structs in include/stm32_rcc.hPatrice Chotard2017-11-293-26/+3
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-064-8/+8
* ARM: stm32f7: fix prescaler calculation of timerBo Shen2017-10-081-1/+1
* board: Add stm32h7 SoC, discovery and evaluation boards supportPatrice Chotard2017-09-225-0/+97
* spl: stm32: make falcon mode activation configurableVikas Manocha2017-08-261-1/+1
* stm32f1: remove stm32f1 supportPatrice Chotard2017-08-138-555/+0
* stm32: remove redundant 'else if'xypron.glpk@gmx.de2017-08-131-1/+1
* stmf32f4: soc: fix buildman compilation errorPatrice Chotard2017-08-041-1/+3
* stm32: Correct positioning of declarationSimon Glass2017-07-061-1/+3
* spl: stm32f7: configure for xip bootingVikas Manocha2017-06-091-0/+1
* spl: stm32f7: add kernel boot supportVikas Manocha2017-06-091-0/+1
* stm32: stm32f7: add spl build supportVikas Manocha2017-06-091-0/+17
* stm32f7: configure mpu valid for f7 familyVikas Manocha2017-05-121-3/+12
* stm32: use armv7m MPU configuration supportVikas Manocha2017-05-122-58/+22
* stm32f7: enable instruction & data cacheVikas Manocha2017-04-081-0/+2
* clk: stm32f7: add clock driver for stm32f7 familyVikas Manocha2017-03-173-278/+1
* ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz2017-01-281-0/+3
* net: stm32: add designware mac glue code for stm32Michael Kurz2017-01-281-0/+5
* ARM: stm32: use clock setup function defined in clock.cMichael Kurz2017-01-282-2/+11
* ARM: stm32: cleanup stm32f7 filesMichael Kurz2017-01-281-90/+64
* Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"Tom Rini2016-07-211-3/+0
* stm32: Change USART port to USART6 for stm32f746 discovery boardToshifumi NISHINAGA2016-07-141-0/+3
* stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA2016-07-141-0/+49
* stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA2016-07-143-1/+256
* stm32: stm32f4: move flash driver to mtd driver locationVikas Manocha2016-03-263-156/+2
* stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-246-0/+189
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-241-0/+48
* serial: serial_stm32: move clock config from driver to boardVikas Manocha2016-02-081-0/+20