All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] stm32: Add SDRAM support for stm32f746 discovery board
@ 2016-07-07 16:02 tnishinaga.dev at gmail.com
  2016-07-07 16:02 ` [U-Boot] [PATCH 1/3] stm32: clk: Add 200MHz clock configuration " tnishinaga.dev at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: tnishinaga.dev at gmail.com @ 2016-07-07 16:02 UTC (permalink / raw)
  To: u-boot

From: Toshifumi NISHINAGA <tnishinaga.dev@gmail.com>

This patch adds SDRAM support to boot Linux kernel
for stm32f746 discovery board.

Toshifumi NISHINAGA (3):
  stm32: clk: Add 200MHz clock configuration for stm32f746 discovery
    board
  stm32: Add SDRAM support for stm32f746 discovery board
  stm32: Change USART port to USART6 for stm32f746 discovery board

 arch/arm/cpu/armv7m/config.mk                    |   2 +-
 arch/arm/include/asm/arch-stm32f7/fmc.h          |  75 +++++++
 arch/arm/include/asm/arch-stm32f7/stm32.h        |  46 +++++
 arch/arm/include/asm/arch-stm32f7/stm32_periph.h |   2 +
 arch/arm/include/asm/armv7m.h                    |  11 ++
 arch/arm/mach-stm32/stm32f7/Makefile             |   2 +-
 arch/arm/mach-stm32/stm32f7/clock.c              | 231 ++++++++++++++++++++++
 arch/arm/mach-stm32/stm32f7/soc.c                |  76 +++++++
 board/st/stm32f746-disco/stm32f746-disco.c       | 239 +++++++++++++++++++++--
 drivers/serial/serial_stm32x7.c                  |  16 +-
 include/configs/stm32f746-disco.h                |  11 +-
 11 files changed, 687 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-stm32f7/fmc.h
 create mode 100644 arch/arm/mach-stm32/stm32f7/soc.c

--
2.9.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-07-29 13:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07 16:02 [U-Boot] [PATCH 0/3] stm32: Add SDRAM support for stm32f746 discovery board tnishinaga.dev at gmail.com
2016-07-07 16:02 ` [U-Boot] [PATCH 1/3] stm32: clk: Add 200MHz clock configuration " tnishinaga.dev at gmail.com
2016-07-16 13:51   ` [U-Boot] [U-Boot, " Tom Rini
2016-07-07 16:02 ` [U-Boot] [PATCH 2/3] stm32: Add SDRAM support " tnishinaga.dev at gmail.com
2016-07-16 13:51   ` [U-Boot] [U-Boot, " Tom Rini
2016-07-07 16:02 ` [U-Boot] [PATCH 3/3] stm32: Change USART port to USART6 " tnishinaga.dev at gmail.com
2016-07-16 13:51   ` [U-Boot] [U-Boot, " Tom Rini
2016-07-20 21:59     ` Vikas MANOCHA
2016-07-21 19:39       ` Tom Rini
2016-07-22  1:12         ` Vikas MANOCHA
2016-07-29 13:23       ` NISHINAGA Toshifumi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.