blob: 67640d7edfbced14bd68e90b56ad777dff6b7ac3 [file] [log] [blame]
Stefan Roese887e2ec2006-09-07 11:51:23 +02001/*
2 * (C) Copyright 2006
Stefan Roese02388982007-01-05 10:38:05 +01003 * Sylvie Gohl, AMCC/IBM, gohl.sylvie@fr.ibm.com
4 * Jacqueline Pira-Ferriol, AMCC/IBM, jpira-ferriol@fr.ibm.com
5 * Thierry Roman, AMCC/IBM, thierry_roman@fr.ibm.com
6 * Alain Saurel, AMCC/IBM, alain.saurel@fr.ibm.com
7 * Robert Snyder, AMCC/IBM, rob.snyder@fr.ibm.com
8 *
Stefan Roese07b7b002007-03-06 07:47:04 +01009 * (C) Copyright 2006-2007
Stefan Roese887e2ec2006-09-07 11:51:23 +020010 * Stefan Roese, DENX Software Engineering, sr@denx.de.
11 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020012 * SPDX-License-Identifier: GPL-2.0+
Stefan Roese887e2ec2006-09-07 11:51:23 +020013 */
14
Stefan Roese02388982007-01-05 10:38:05 +010015/* define DEBUG for debug output */
16#undef DEBUG
17
Stefan Roese887e2ec2006-09-07 11:51:23 +020018#include <common.h>
19#include <asm/processor.h>
Stefan Roese02388982007-01-05 10:38:05 +010020#include <asm/io.h>
Stefan Roeseb36df562010-09-09 19:18:00 +020021#include <asm/ppc440.h>
Stefan Roese887e2ec2006-09-07 11:51:23 +020022
Stefan Roese02388982007-01-05 10:38:05 +010023/*-----------------------------------------------------------------------------+
Larry Johnsonce3902e2007-12-30 01:00:50 -050024 * Prototypes
25 *-----------------------------------------------------------------------------*/
26extern int denali_wait_for_dlllock(void);
27extern void denali_core_search_data_eye(void);
Stefan Roese02388982007-01-05 10:38:05 +010028
Stefan Roese887e2ec2006-09-07 11:51:23 +020029/*************************************************************************
30 *
31 * initdram -- 440EPx's DDR controller is a DENALI Core
32 *
33 ************************************************************************/
Becky Bruce9973e3c2008-06-09 16:03:40 -050034phys_size_t initdram (int board_type)
Stefan Roese887e2ec2006-09-07 11:51:23 +020035{
Stefan Roese345b77b2014-03-04 15:34:35 +010036#if !defined(CONFIG_SYS_RAMBOOT)
Stefan Roese07b7b002007-03-06 07:47:04 +010037 ulong speed = get_bus_freq(0);
38
Stefan Roese887e2ec2006-09-07 11:51:23 +020039 mtsdram(DDR0_02, 0x00000000);
40
Stefan Roese887e2ec2006-09-07 11:51:23 +020041 mtsdram(DDR0_00, 0x0000190A);
42 mtsdram(DDR0_01, 0x01000000);
43 mtsdram(DDR0_03, 0x02030602);
Stefan Roese07b7b002007-03-06 07:47:04 +010044 mtsdram(DDR0_04, 0x0A020200);
45 mtsdram(DDR0_05, 0x02020308);
46 mtsdram(DDR0_06, 0x0102C812);
Stefan Roese887e2ec2006-09-07 11:51:23 +020047 mtsdram(DDR0_07, 0x000D0100);
Stefan Roese07b7b002007-03-06 07:47:04 +010048 mtsdram(DDR0_08, 0x02430001);
Stefan Roese887e2ec2006-09-07 11:51:23 +020049 mtsdram(DDR0_09, 0x00011D5F);
Mikhail Zolotaryovee86fd12009-03-11 10:54:46 +020050 mtsdram(DDR0_10, 0x00000100);
Stefan Roese887e2ec2006-09-07 11:51:23 +020051 mtsdram(DDR0_11, 0x0027C800);
52 mtsdram(DDR0_12, 0x00000003);
53 mtsdram(DDR0_14, 0x00000000);
54 mtsdram(DDR0_17, 0x19000000);
55 mtsdram(DDR0_18, 0x19191919);
56 mtsdram(DDR0_19, 0x19191919);
57 mtsdram(DDR0_20, 0x0B0B0B0B);
58 mtsdram(DDR0_21, 0x0B0B0B0B);
59 mtsdram(DDR0_22, 0x00267F0B);
60 mtsdram(DDR0_23, 0x00000000);
61 mtsdram(DDR0_24, 0x01010002);
Stefan Roesef544ff62007-05-05 08:29:01 +020062 if (speed > 133333334)
Stefan Roese07b7b002007-03-06 07:47:04 +010063 mtsdram(DDR0_26, 0x5B26050C);
64 else
65 mtsdram(DDR0_26, 0x5B260408);
Stefan Roese887e2ec2006-09-07 11:51:23 +020066 mtsdram(DDR0_27, 0x0000682B);
67 mtsdram(DDR0_28, 0x00000000);
68 mtsdram(DDR0_31, 0x00000000);
69 mtsdram(DDR0_42, 0x01000006);
Stefan Roese07b7b002007-03-06 07:47:04 +010070 mtsdram(DDR0_43, 0x030A0200);
71 mtsdram(DDR0_44, 0x00000003);
Stefan Roese887e2ec2006-09-07 11:51:23 +020072 mtsdram(DDR0_02, 0x00000001);
73
Larry Johnsonce3902e2007-12-30 01:00:50 -050074 denali_wait_for_dlllock();
Stefan Roese345b77b2014-03-04 15:34:35 +010075#endif /* #ifndef CONFIG_SYS_RAMBOOT */
Stefan Roese887e2ec2006-09-07 11:51:23 +020076
Stefan Roese02388982007-01-05 10:38:05 +010077#ifdef CONFIG_DDR_DATA_EYE
78 /* -----------------------------------------------------------+
79 * Perform data eye search if requested.
80 * ----------------------------------------------------------*/
Larry Johnsonce3902e2007-12-30 01:00:50 -050081 denali_core_search_data_eye();
Stefan Roese02388982007-01-05 10:38:05 +010082#endif
83
Stefan Roesed5a163d2008-01-11 15:53:58 +010084 /*
85 * Clear possible errors resulting from data-eye-search.
86 * If not done, then we could get an interrupt later on when
87 * exceptions are enabled.
88 */
89 set_mcsr(get_mcsr());
90
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020091 return (CONFIG_SYS_MBYTES_SDRAM << 20);
Stefan Roese887e2ec2006-09-07 11:51:23 +020092}