From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Fri, 3 Jun 2011 02:48:32 -0500 Subject: [U-Boot] [PATCH 3/7] powerpc/mpc8xxx: Enable calculation for fixed DDR chips In-Reply-To: References: <1306452353-11611-1-git-send-email-yorksun@freescale.com> <1306452353-11611-3-git-send-email-yorksun@freescale.com> Message-ID: <087A845E-1733-480B-A194-2A34AF11DA9B@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Jun 3, 2011, at 2:42 AM, Kumar Gala wrote: > > On May 26, 2011, at 6:25 PM, York Sun wrote: > >> From: york >> >> We used to have fixed parameters for soldered DDR chips. This patch enables >> calculation based on raw timing data, implemneted in board-specific file. >> >> Signed-off-by: York Sun >> --- >> arch/powerpc/cpu/mpc85xx/cpu.c | 4 +++- >> arch/powerpc/cpu/mpc8xxx/ddr/Makefile | 13 +++++++++++-- >> arch/powerpc/cpu/mpc8xxx/ddr/ddr.h | 5 +++++ >> arch/powerpc/cpu/mpc8xxx/ddr/main.c | 12 ++++++++++++ >> 4 files changed, 31 insertions(+), 3 deletions(-) > > applied to 85xx next After further review, I'm dropping this one for now. We need to add some docs about 'RAW TIMING' - k