From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_Bie=c3=9fmann?= Date: Tue, 26 Jan 2016 16:15:01 +0100 Subject: [U-Boot] [PATCH v2 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization In-Reply-To: <1448938080-26243-3-git-send-email-wenyou.yang@atmel.com> References: <1448938080-26243-1-git-send-email-wenyou.yang@atmel.com> <1448938080-26243-3-git-send-email-wenyou.yang@atmel.com> Message-ID: <56A78D75.9050107@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01.12.2015 03:47, Wenyou Yang wrote: > The DDR3-SDRAM initialization sequence is implemented in > accordance with the DDR3-SRAM/DDR3L-SDRAM initialization section > described in the SAMA5D2 datasheet. > > Add registers and definitions of mpddrc controller, which is used > to support DDR3 devices. > > Signed-off-by: Wenyou Yang Reviewed-by: Andreas Bie?mann > --- > > Changes in v2: > - 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. > > arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 85 ++++++++++++++++++++--- > arch/arm/mach-at91/mpddrc.c | 88 ++++++++++++++++++++++++ > 2 files changed, 165 insertions(+), 8 deletions(-) >