All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
@ 2015-12-01  2:47 Wenyou Yang
  2015-12-01  2:47 ` [U-Boot] [PATCH v2 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config Wenyou Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wenyou Yang @ 2015-12-01  2:47 UTC (permalink / raw)
  To: u-boot

This patch series is to add DDR3-SDRAM initialzation sequence
support. The DDR3-SDRAM initialization sequence is implemented in
accordance with the DDR3-SRAM/DDR3L-SDRAM initialization section
described in the SAMA5D2 datasheet.

Changes in v2:
 - add Reviewed-by from Andreas.
 - remove comment accordingly after changing struct atmel_mpddr.
 - remove some registers which have different definitions on
   different SoCs to avoid confusion.
 - remove whitespace error.
 - rework commit log.
 - add Reviewed-by from Andreas.

Wenyou Yang (3):
  arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
  arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
  arm: at91/spl: mpddrc: use IP version to check configuration

 arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   93 +++++++++++++++++++--
 arch/arm/mach-at91/mpddrc.c                     |  102 +++++++++++++++++++++--
 board/atmel/sama5d3_xplained/sama5d3_xplained.c |    4 +-
 board/atmel/sama5d3xek/sama5d3xek.c             |    4 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c |    4 +-
 board/atmel/sama5d4ek/sama5d4ek.c               |    4 +-
 board/siemens/corvus/board.c                    |    4 +-
 7 files changed, 193 insertions(+), 22 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2016-01-26 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01  2:47 [U-Boot] [PATCH v2 0/3] arm: at91/spl: add DDR3-SDRAM initialization support Wenyou Yang
2015-12-01  2:47 ` [U-Boot] [PATCH v2 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config Wenyou Yang
2015-12-01  2:47 ` [U-Boot] [PATCH v2 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization Wenyou Yang
2016-01-26 15:15   ` Andreas Bießmann
2015-12-01  2:48 ` [U-Boot] [PATCH v2 3/3] arm: at91/spl: mpddrc: use IP version to check configuration Wenyou Yang

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.