public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: tnishinaga.dev at gmail.com <tnishinaga.dev@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] stm32: Add SDRAM support for stm32f746 discovery board
Date: Fri,  8 Jul 2016 01:02:23 +0900	[thread overview]
Message-ID: <20160707160226.4145-1-tnishinaga.dev@gmail.com> (raw)

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

             reply	other threads:[~2016-07-07 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-07 16:02 tnishinaga.dev at gmail.com [this message]
2016-07-07 16:02 ` [U-Boot] [PATCH 1/3] stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160707160226.4145-1-tnishinaga.dev@gmail.com \
    --to=tnishinaga.dev@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox