3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 * Keith Outwater, keith_outwater@mvis.com
6 * SPDX-License-Identifier: GPL-2.0+
12 #include <asm/8xx_immap.h>
17 DECLARE_GLOBAL_DATA_PTR
;
19 #ifdef CONFIG_STATUS_LED
20 #include <status_led.h>
23 #if defined(CONFIG_CMD_MII) && defined(CONFIG_MII)
32 #define PRINTF(fmt,args...) printf (fmt ,##args)
34 #define PRINTF(fmt,args...)
38 * The following UPM init tables were generated automatically by
39 * Motorola's MCUINIT program. See the README file for UPM to
40 * SDRAM pin assignments if you want to type this data into
41 * MCUINIT in order to reverse engineer the waveforms.
45 * UPM initialization tables for MICRON MT48LC16M16A2TG SDRAM devices
46 * (UPMA) and Virtex FPGA SelectMap interface (UPMB).
47 * NOTE that unused areas of the table are used to hold NOP, precharge
48 * and mode register set sequences.
51 #define UPMA_NOP_ADDR 0x5
52 #define UPMA_PRECHARGE_ADDR 0x6
53 #define UPMA_MRS_ADDR 0x12
55 #define UPM_SINGLE_READ_ADDR 0x00
56 #define UPM_BURST_READ_ADDR 0x08
57 #define UPM_SINGLE_WRITE_ADDR 0x18
58 #define UPM_BURST_WRITE_ADDR 0x20
59 #define UPM_REFRESH_ADDR 0x30
61 const uint sdram_upm_table
[] = {
62 /* single read (offset 0x00 in upm ram) */
63 0x0e0fdc04, 0x01adfc04, 0x0fbffc00, 0x1fff5c05,
64 0xffffffff, 0x0fffffcd, 0x0fff0fce, 0xefcfffff,
65 /* burst read (offset 0x08 in upm ram) */
66 0x0f0fdc04, 0x00fdfc04, 0xf0fffc00, 0xf0fffc00,
67 0xf1fffc00, 0xfffffc00, 0xfffffc05, 0xffffffff,
68 0xffffffff, 0xffffffff, 0x0ffffff4, 0x1f3d5ff4,
69 0xfffffff4, 0xfffffff5, 0xffffffff, 0xffffffff,
70 /* single write (offset 0x18 in upm ram) */
71 0x0f0fdc04, 0x00ad3c00, 0x1fff5c05, 0xffffffff,
72 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
73 /* burst write (offset 0x20 in upm ram) */
74 0x0f0fdc00, 0x10fd7c00, 0xf0fffc00, 0xf0fffc00,
75 0xf1fffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
76 0xffffffff, 0xffffffff, 0xffffffff, 0xfffff7ff,
77 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
78 /* refresh (offset 0x30 in upm ram) */
79 0x1ffddc84, 0xfffffc04, 0xfffffc04, 0xfffffc84,
80 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff,
81 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
82 /* exception (offset 0x3C in upm ram) */
85 const uint selectmap_upm_table
[] = {
86 /* single read (offset 0x00 in upm ram) */
87 0x88fffc06, 0x00fff404, 0x00fffc04, 0x33fffc00,
88 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff,
89 /* burst read (offset 0x08 in upm ram) */
90 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
91 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
92 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
93 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
94 /* single write (offset 0x18 in upm ram) */
95 0x88fffc04, 0x00fff400, 0x77fffc05, 0xffffffff,
96 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
97 /* burst write (offset 0x20 in upm ram) */
98 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
99 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
100 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
101 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
102 /* refresh (offset 0x30 in upm ram) */
103 0xfffffc04, 0xfffffc05, 0xffffffff, 0xffffffff,
104 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
105 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff,
106 /* exception (offset 0x3C in upm ram) */
107 0xfffffc05, 0xffffffff, 0xffffffff, 0xffffffff
111 * Check board identity. Always successful (gives information only)
113 int checkboard (void)
119 i
= getenv_f("board_id", buf
, sizeof (buf
));
120 s
= (i
> 0) ? buf
: NULL
;
125 printf ("<unknown> ");
128 i
= getenv_f("serial#", buf
, sizeof (buf
));
129 s
= (i
> 0) ? buf
: NULL
;
132 printf ("S/N %s\n", s
);
134 printf ("S/N <unknown>\n");
137 printf ("CPU at %s MHz, ", strmhz (buf
, gd
->cpu_clk
));
138 printf ("local bus at %s MHz\n", strmhz (buf
, gd
->bus_clk
));
145 phys_size_t
initdram (int board_type
)
147 volatile immap_t
*immr
= (immap_t
*) CONFIG_SYS_IMMR
;
148 volatile memctl8xx_t
*memctl
= &immr
->im_memctl
;
151 (uint
*) sdram_upm_table
,
152 sizeof (sdram_upm_table
) / sizeof (uint
)
156 * Setup MAMR register
158 memctl
->memc_mptpr
= CONFIG_SYS_MPTPR_1BK_8K
;
159 memctl
->memc_mamr
= CONFIG_SYS_MAMR_8COL
& (~(MAMR_PTAE
)); /* no refresh yet */
162 * Map CS1* to SDRAM bank
164 memctl
->memc_or1
= CONFIG_SYS_OR1
;
165 memctl
->memc_br1
= CONFIG_SYS_BR1
;
168 * Perform SDRAM initialization sequence:
169 * 1. Apply at least one NOP command
170 * 2. 100 uS delay (JEDEC standard says 200 uS)
171 * 3. Issue 4 precharge commands
172 * 4. Perform two refresh cycles
173 * 5. Program mode register
175 * Program SDRAM for standard operation, sequential burst, burst length
176 * of 4, CAS latency of 2.
178 memctl
->memc_mar
= 0x00000000;
179 memctl
->memc_mcr
= MCR_UPM_A
| MCR_OP_RUN
| MCR_MB_CS1
|
180 MCR_MLCF (0) | UPMA_NOP_ADDR
;
182 memctl
->memc_mar
= 0x00000000;
183 memctl
->memc_mcr
= MCR_UPM_A
| MCR_OP_RUN
| MCR_MB_CS1
|
184 MCR_MLCF (4) | UPMA_PRECHARGE_ADDR
;
186 memctl
->memc_mar
= 0x00000000;
187 memctl
->memc_mcr
= MCR_UPM_A
| MCR_OP_RUN
| MCR_MB_CS1
|
188 MCR_MLCF (2) | UPM_REFRESH_ADDR
;
190 memctl
->memc_mar
= 0x00000088;
191 memctl
->memc_mcr
= MCR_UPM_A
| MCR_OP_RUN
| MCR_MB_CS1
|
192 MCR_MLCF (1) | UPMA_MRS_ADDR
;
194 memctl
->memc_mar
= 0x00000000;
195 memctl
->memc_mcr
= MCR_UPM_A
| MCR_OP_RUN
| MCR_MB_CS1
|
196 MCR_MLCF (0) | UPMA_NOP_ADDR
;
200 memctl
->memc_mamr
|= MAMR_PTAE
;
206 * Disk On Chip (DOC) Millenium initialization.
207 * The DOC lives in the CS2* space
209 #if defined(CONFIG_CMD_DOC)
212 printf ("Probing at 0x%.8x: ", DOC_BASE
);
213 doc_probe (DOC_BASE
);
218 * Miscellaneous intialization
220 int misc_init_r (void)
222 volatile immap_t
*immr
= (immap_t
*) CONFIG_SYS_IMMR
;
223 volatile memctl8xx_t
*memctl
= &immr
->im_memctl
;
226 * Set up UPMB to handle the Virtex FPGA SelectMap interface
228 upmconfig (UPMB
, (uint
*) selectmap_upm_table
,
229 sizeof (selectmap_upm_table
) / sizeof (uint
));
231 memctl
->memc_mbmr
= 0x0;
233 config_mpc8xx_ioports (immr
);
235 #if defined(CONFIG_CMD_MII)
239 #if defined(CONFIG_FPGA)
240 gen860t_init_fpga ();
246 * Final init hook before entering command loop.
248 int last_stage_init (void)
250 #if !defined(CONFIG_SC)
255 * Turn the beeper volume all the way down in case this is a warm boot.
257 set_beeper_volume (-64);
261 * Read the environment to see what to do with the beeper
263 i
= getenv_f("beeper", buf
, sizeof (buf
));
272 * Stub to make POST code happy. Can't self-poweroff, so just hang.
274 void board_poweroff (void)
276 puts ("### Please power off the board ###\n");