blob: 04447faaa4cec81ab8eff41c18cb8947c3de8569 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
TsiChungLiew34674692007-08-16 13:20:50 -05002/*
3 * (C) Copyright 2000-2003
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 *
Alison Wang95bed1f2012-03-26 21:49:04 +00006 * Copyright (C) 2004-2007, 2012 Freescale Semiconductor, Inc.
TsiChungLiew34674692007-08-16 13:20:50 -05007 * Hayden Fraser (Hayden.Fraser@freescale.com)
TsiChungLiew34674692007-08-16 13:20:50 -05008 */
9
10#include <common.h>
11#include <asm/immap.h>
Alison Wang95bed1f2012-03-26 21:49:04 +000012#include <asm/io.h>
TsiChungLiew34674692007-08-16 13:20:50 -050013
Simon Glass39f90ba2017-03-31 08:40:25 -060014DECLARE_GLOBAL_DATA_PTR;
15
TsiChungLiew34674692007-08-16 13:20:50 -050016int checkboard(void)
17{
18 puts("Board: ");
19 puts("Freescale MCF5253 EVBE\n");
20 return 0;
21};
22
Simon Glassd35f3382017-04-06 12:47:05 -060023int dram_init(void)
TsiChungLiew34674692007-08-16 13:20:50 -050024{
TsiChungLiew34674692007-08-16 13:20:50 -050025 /*
26 * Check to see if the SDRAM has already been initialized
27 * by a run control tool
28 */
29 if (!(mbar_readLong(MCFSIM_DCR) & 0x8000)) {
30 u32 RC, dramsize;
31
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020032 RC = (CONFIG_SYS_CLK / 1000000) >> 1;
TsiChungLiew34674692007-08-16 13:20:50 -050033 RC = (RC * 15) >> 4;
34
35 /* Initialize DRAM Control Register: DCR */
36 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC));
TsiChung Liew876a9552008-08-06 14:11:36 -050037 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050038
TsiChung Liew876a9552008-08-06 14:11:36 -050039 mbar_writeLong(MCFSIM_DACR0, 0x00002320);
40 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050041
42 /* Initialize DMR0 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020043 dramsize = ((CONFIG_SYS_SDRAM_SIZE << 20) - 1) & 0xFFFC0000;
TsiChungLiew34674692007-08-16 13:20:50 -050044 mbar_writeLong(MCFSIM_DMR0, dramsize | 1);
TsiChung Liew876a9552008-08-06 14:11:36 -050045 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050046
TsiChung Liew876a9552008-08-06 14:11:36 -050047 mbar_writeLong(MCFSIM_DACR0, 0x00002328);
48 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050049
50 /* Write to this block to initiate precharge */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020051 *(u32 *) (CONFIG_SYS_SDRAM_BASE) = 0xa5a5a5a5;
TsiChung Liew876a9552008-08-06 14:11:36 -050052 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050053
54 /* Set RE bit in DACR */
55 mbar_writeLong(MCFSIM_DACR0,
56 mbar_readLong(MCFSIM_DACR0) | 0x8000);
TsiChung Liew876a9552008-08-06 14:11:36 -050057 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050058
59 /* Wait for at least 8 auto refresh cycles to occur */
60 udelay(500);
61
62 /* Finish the configuration by issuing the MRS */
63 mbar_writeLong(MCFSIM_DACR0,
64 mbar_readLong(MCFSIM_DACR0) | 0x0040);
TsiChung Liew876a9552008-08-06 14:11:36 -050065 asm("nop");
TsiChungLiew34674692007-08-16 13:20:50 -050066
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020067 *(u32 *) (CONFIG_SYS_SDRAM_BASE + 0x800) = 0xa5a5a5a5;
TsiChungLiew34674692007-08-16 13:20:50 -050068 }
69
Simon Glass39f90ba2017-03-31 08:40:25 -060070 gd->ram_size = CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
71
72 return 0;
TsiChungLiew34674692007-08-16 13:20:50 -050073}
74
75int testdram(void)
76{
77 /* TODO: XXX XXX XXX */
78 printf("DRAM test not implemented!\n");
79
80 return (0);
81}
82
Simon Glassb569a012017-05-17 03:25:30 -060083#ifdef CONFIG_IDE
TsiChungLiew34674692007-08-16 13:20:50 -050084#include <ata.h>
85int ide_preinit(void)
86{
87 return (0);
88}
89
90void ide_set_reset(int idereset)
91{
Alison Wang95bed1f2012-03-26 21:49:04 +000092 atac_t *ata = (atac_t *) CONFIG_SYS_ATA_BASE_ADDR;
TsiChungLiew34674692007-08-16 13:20:50 -050093 long period;
94 /* t1, t2, t3, t4, t5, t6, t9, tRD, tA */
95 int piotms[5][9] = { {70, 165, 60, 30, 50, 5, 20, 0, 35}, /* PIO 0 */
96 {50, 125, 45, 20, 35, 5, 15, 0, 35}, /* PIO 1 */
97 {30, 100, 30, 15, 20, 5, 10, 0, 35}, /* PIO 2 */
98 {30, 80, 30, 10, 20, 5, 10, 0, 35}, /* PIO 3 */
99 {25, 70, 20, 10, 20, 5, 10, 0, 35} /* PIO 4 */
100 };
101
102 if (idereset) {
Alison Wang95bed1f2012-03-26 21:49:04 +0000103 /* control reset */
104 out_8(&ata->cr, 0);
TsiChungLiew34674692007-08-16 13:20:50 -0500105 udelay(100);
106 } else {
107 mbar2_writeLong(CIM_MISCCR, CIM_MISCCR_CPUEND);
108
109#define CALC_TIMING(t) (t + period - 1) / period
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200110 period = 1000000000 / (CONFIG_SYS_CLK / 2); /* period in ns */
TsiChungLiew34674692007-08-16 13:20:50 -0500111
112 /*ata->ton = CALC_TIMING (180); */
Alison Wang95bed1f2012-03-26 21:49:04 +0000113 out_8(&ata->t1, CALC_TIMING(piotms[2][0]));
114 out_8(&ata->t2w, CALC_TIMING(piotms[2][1]));
115 out_8(&ata->t2r, CALC_TIMING(piotms[2][1]));
116 out_8(&ata->ta, CALC_TIMING(piotms[2][8]));
117 out_8(&ata->trd, CALC_TIMING(piotms[2][7]));
118 out_8(&ata->t4, CALC_TIMING(piotms[2][3]));
119 out_8(&ata->t9, CALC_TIMING(piotms[2][6]));
TsiChungLiew34674692007-08-16 13:20:50 -0500120
Alison Wang95bed1f2012-03-26 21:49:04 +0000121 /* IORDY enable */
122 out_8(&ata->cr, 0x40);
TsiChungLiew34674692007-08-16 13:20:50 -0500123 udelay(2000);
Alison Wang95bed1f2012-03-26 21:49:04 +0000124 /* IORDY enable */
125 setbits_8(&ata->cr, 0x01);
TsiChungLiew34674692007-08-16 13:20:50 -0500126 }
127}
Simon Glassb569a012017-05-17 03:25:30 -0600128#endif /* CONFIG_IDE */