aboutsummaryrefslogtreecommitdiff
path: root/board/st/stm32f746-disco
AgeCommit message (Expand)AuthorFilesLines
2021-04-08board: st: stm32f746-disco: fix console is not enabled while init dramGiulio Benetti1-1/+1
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 linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass1-0/+1
2019-10-13board: Add STM32F769 SoC, discovery board supportYannick Fertré1-0/+1
2019-04-23board: stm32f746-disco: Get MII/RMII phy_mode from DTPatrice Chotard1-2/+21
2018-08-13stm32f7: board: Fix memory initPatrice Chotard1-32/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-03-19stm32f7: board: add splash screenyannick fertre1-0/+9
2018-03-13arch-stm32: Remove stm32_periph.hPatrice Chotard1-1/+0
2018-03-13board: stm32: switch to DM STM32 timerPatrice Chotard1-1/+0
2018-01-28clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()Patrice Chotard1-13/+6
2018-01-28clk: clk_stm32f: Remove STMMAC clock setupPatrice Chotard1-1/+0
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard2-4/+4
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard1-1/+0
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard1-1/+0
2017-06-09spl: stm32f7: configure for xip bootingVikas Manocha1-1/+1
2017-06-09spl: stm32f7: add kernel boot supportVikas Manocha1-0/+9
2017-06-09stm32: stm32f7: add spl build supportVikas Manocha1-1/+26
2017-06-01dm: gpio: Add live tree supportSimon Glass1-3/+3
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-05-08stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha1-12/+30
2017-05-08stm32f746: to switch on user LED1 & read user buttonVikas Manocha1-0/+37
2017-05-08stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha1-67/+3
2017-05-08stm32f7: use clock driver to enable sdram controller clockVikas Manocha1-2/+0
2017-05-08stm32f7: use driver model for sdram initializationVikas Manocha1-70/+19
2017-05-08stm32f7: sdram: move sdram driver code to ram drivers areaVikas Manocha1-112/+1
2017-03-17ARM: DT: stm32f7: add qspi pin contol nodeVikas Manocha1-43/+0
2017-03-17ARM: DT: stm32f7: add ethernet pin contol nodeVikas Manocha1-32/+0
2017-03-17ARM: DT: stm32f7: add pin control node for serial port pinsVikas Manocha1-24/+1
2017-03-17stm32f7: clk: remove usart1 clock enable from board initVikas Manocha1-1/+0
2017-03-17serial: stm32f7: add device tree supportVikas Manocha1-10/+0
2017-01-28ARM: SPI: stm32: add stm32f746 qspi driverMichael Kurz1-0/+60
2017-01-28net: stm32: add designware mac glue code for stm32Michael Kurz1-0/+56
2017-01-28ARM: stm32: use clock setup function defined in clock.cMichael Kurz1-2/+1
2017-01-28ARM: stm32: cleanup stm32f7 filesMichael Kurz1-6/+1
2016-07-21Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"Tom Rini1-6/+7
2016-07-14stm32: Change USART port to USART6 for stm32f746 discovery boardToshifumi NISHINAGA1-7/+6
2016-07-14stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA1-9/+217
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha4-0/+132