summaryrefslogtreecommitdiffstats
path: root/board/st/stm32f429-discovery/stm32f429-discovery.c
Commit message (Expand)AuthorAgeFilesLines
* board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard2021-03-121-5/+0
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* board: stm32: use bi_dram[0].start instead of hardcoded valuePatrice Chotard2018-08-131-1/+1
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard2018-01-101-111/+0
* board: stm32f429-disco: switch to DM STM32 clock driverPatrice Chotard2018-01-101-23/+1
* board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard2018-01-101-10/+0
* board: stm32f429-discovery: switch to DM STM32 sdram driverPatrice Chotard2018-01-101-122/+14
* mach-stm32: Factorize MPU's region config for STM32 SoCsPatrice Chotard2017-11-291-0/+2
* stm32: migrate clock structs in include/stm32_rcc.hPatrice Chotard2017-11-291-0/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* gpio: stm32_gpio: move clock config from driver to boardVikas Manocha2016-02-241-0/+8
* serial: serial_stm32: move clock config from driver to boardVikas Manocha2016-02-081-0/+3
* stm32: Convert serial driver to DMKamil Lulko2015-12-121-1/+12
* stm32f429: pass the device unique ID in DTBAntonio Borneo2015-07-271-0/+19
* stm32f4: add serial print portkunhuahuang2015-05-101-8/+8
* stm32f4: Add support for stm32f429-discovery boardrev13@wp.pl2015-04-221-0/+287