aboutsummaryrefslogtreecommitdiff
path: root/board/st/stm32f429-discovery/stm32f429-discovery.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-2/+0
2021-10-08board: stm32: Remove the bi_boot_params initializationPatrick Delaunay1-2/+0
2021-09-07arm: Disable ATAGs supportTom Rini1-5/+0
2021-03-12board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard1-5/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2018-08-13board: stm32: use bi_dram[0].start instead of hardcoded valuePatrice Chotard1-1/+1
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-10board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driverPatrice Chotard1-111/+0
2018-01-10board: stm32f429-disco: switch to DM STM32 clock driverPatrice Chotard1-23/+1
2018-01-10board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard1-10/+0
2018-01-10board: stm32f429-discovery: switch to DM STM32 sdram driverPatrice Chotard1-122/+14
2017-11-29mach-stm32: Factorize MPU's region config for STM32 SoCsPatrice Chotard1-0/+2
2017-11-29stm32: migrate clock structs in include/stm32_rcc.hPatrice Chotard1-0/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2016-02-24gpio: stm32_gpio: move clock config from driver to boardVikas Manocha1-0/+8
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha1-0/+3
2015-12-12stm32: Convert serial driver to DMKamil Lulko1-1/+12
2015-07-27stm32f429: pass the device unique ID in DTBAntonio Borneo1-0/+19
2015-05-10stm32f4: add serial print portkunhuahuang1-8/+8
2015-04-22stm32f4: Add support for stm32f429-discovery boardrev13@wp.pl1-0/+287