| Commit message (Expand) | Author | Age | Files | Lines |
* | board: stm32: use bi_dram[0].start instead of hardcoded value | Patrice Chotard | 2018-08-13 | 3 | -3/+3 |
* | stm32mp1: use new function led default state | Patrick Delaunay | 2018-08-10 | 1 | -0/+4 |
* | stm32mp1: add support for stm32mp157c-ev1 board | Patrick Delaunay | 2018-07-20 | 1 | -5/+48 |
* | lib: fdtdec: Rename routine fdtdec_setup_memory_size() | Siva Durga Prasad Paladugu | 2018-07-19 | 5 | -5/+5 |
* | stm32mp1: Allow to activate CONFIG_DEBUG_UART | Patrick Delaunay | 2018-05-26 | 1 | -0/+27 |
* | SPDX: Convert all of our multiple license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 5 | -10/+5 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 17 | -42/+17 |
* | stm32mp1: add eMMC support for ED1 | Patrick Delaunay | 2018-04-06 | 1 | -24/+59 |
* | board: st: add generic board for STM32MP1 family | Patrick Delaunay | 2018-03-19 | 7 | -0/+358 |
* | stm32f7: board: add splash screen | yannick fertre | 2018-03-19 | 1 | -0/+9 |
* | arch-stm32: Remove stm32_periph.h | Patrice Chotard | 2018-03-13 | 1 | -1/+0 |
* | board: stm32: switch to DM STM32 timer | Patrice Chotard | 2018-03-13 | 1 | -1/+0 |
* | clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks() | Patrice Chotard | 2018-01-28 | 1 | -13/+6 |
* | clk: clk_stm32f: Remove STMMAC clock setup | Patrice Chotard | 2018-01-28 | 1 | -1/+0 |
* | board: stm32: Add stm32f429-evaluation board support | Patrice Chotard | 2018-01-28 | 4 | -0/+107 |
* | board: stm32: add stm32f469-discovery board support | Patrice Chotard | 2018-01-10 | 4 | -0/+107 |
* | board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver | Patrice Chotard | 2018-01-10 | 1 | -111/+0 |
* | board: stm32f429-disco: switch to DM STM32 clock driver | Patrice Chotard | 2018-01-10 | 1 | -23/+1 |
* | board: stm32f429-disco: switch to DM STM32 serial driver | Patrice Chotard | 2018-01-10 | 1 | -10/+0 |
* | board: stm32f429-discovery: switch to DM STM32 sdram driver | Patrice Chotard | 2018-01-10 | 1 | -122/+14 |
* | mach-stm32: Factorize MPU's region config for STM32 SoCs | Patrice Chotard | 2017-11-29 | 1 | -0/+2 |
* | stm32: migrate clock structs in include/stm32_rcc.h | Patrice Chotard | 2017-11-29 | 1 | -0/+1 |
* | stv0991: fix STMicroelectronics copyright | Patrice Chotard | 2017-11-06 | 2 | -4/+4 |
* | stm32: fix STMicroelectronics copyright | Patrice Chotard | 2017-11-06 | 6 | -12/+12 |
* | sti: fix STMicroelectronics copyright | Patrice Chotard | 2017-11-06 | 2 | -5/+4 |
* | board: Add stm32h7 SoC, discovery and evaluation boards support | Patrice Chotard | 2017-09-22 | 8 | -0/+179 |
* | board: STiH410-B2260: add fastboot support | Patrice Chotard | 2017-09-22 | 1 | -0/+42 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | ram: stm32: migrate fmc defines in driver file | Patrice Chotard | 2017-07-26 | 1 | -1/+0 |
* | serial: stm32x7: migrate serial struct to driver | Patrice Chotard | 2017-07-26 | 1 | -1/+0 |
* | spl: stm32f7: configure for xip booting | Vikas Manocha | 2017-06-09 | 1 | -1/+1 |
* | spl: stm32f7: add kernel boot support | Vikas Manocha | 2017-06-09 | 1 | -0/+9 |
* | stm32: stm32f7: add spl build support | Vikas Manocha | 2017-06-09 | 1 | -1/+26 |
* | dm: gpio: Add live tree support | Simon Glass | 2017-06-01 | 1 | -3/+3 |
* | dm: Use dm.h header when driver mode is used | Simon Glass | 2017-06-01 | 3 | -3/+3 |
* | stm32f7: stm32f746-disco: read memory info from device tree | Vikas Manocha | 2017-05-08 | 1 | -12/+30 |
* | stm32f746: to switch on user LED1 & read user button | Vikas Manocha | 2017-05-08 | 1 | -0/+37 |
* | stm32f7: use stm32f7 gpio driver supporting driver model | Vikas Manocha | 2017-05-08 | 1 | -67/+3 |
* | stm32f7: use clock driver to enable sdram controller clock | Vikas Manocha | 2017-05-08 | 1 | -2/+0 |
* | stm32f7: use driver model for sdram initialization | Vikas Manocha | 2017-05-08 | 1 | -70/+19 |
* | stm32f7: sdram: move sdram driver code to ram drivers area | Vikas Manocha | 2017-05-08 | 1 | -112/+1 |
* | board: STiH410-B2260: enable caches | Patrice Chotard | 2017-04-08 | 1 | -0/+8 |
* | board_f: Drop setup_dram_config() wrapper | Simon Glass | 2017-04-05 | 2 | -2/+6 |
* | ARM: DT: stm32f7: add qspi pin contol node | Vikas Manocha | 2017-03-17 | 1 | -43/+0 |
* | ARM: DT: stm32f7: add ethernet pin contol node | Vikas Manocha | 2017-03-17 | 1 | -32/+0 |
* | ARM: DT: stm32f7: add pin control node for serial port pins | Vikas Manocha | 2017-03-17 | 1 | -24/+1 |
* | stm32f7: clk: remove usart1 clock enable from board init | Vikas Manocha | 2017-03-17 | 1 | -1/+0 |
* | serial: stm32f7: add device tree support | Vikas Manocha | 2017-03-17 | 1 | -10/+0 |
* | board: Add STMicroelectronics STiH410-B2260 support | Patrice Chotard | 2017-03-14 | 4 | -0/+62 |