From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:54:31 -0700 Subject: [U-Boot] [PATCH 1/2] driver/ddr/fsl: Add DDR4 support to Freescale DDR driver In-Reply-To: <1395968088-5558-1-git-send-email-yorksun@freescale.com> References: <1395968088-5558-1-git-send-email-yorksun@freescale.com> Message-ID: <53583697.3000306@freescale.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 03/27/2014 05:54 PM, York Sun wrote: > Mostly reusing DDR3 driver, this patch adds DDR4 SPD handling, register > calculation and programming. > > Signed-off-by: York Sun > --- Applied to u-boot-mpc85xx/master. York