spd8xx.c 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. /*
  2. * (C) Copyright 2000
  3. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. * Ulrich Lutz, Speech Design GmbH, ulutz@datalab.de.
  5. *
  6. * See file CREDITS for list of people who contributed to this
  7. * project.
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License as
  11. * published by the Free Software Foundation; either version 2 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  22. * MA 02111-1307 USA
  23. */
  24. #include <common.h>
  25. #include <mpc8xx.h>
  26. #include <commproc.h>
  27. /* ------------------------------------------------------------------------- */
  28. static long int dram_size (long int, long int *, long int);
  29. /* ------------------------------------------------------------------------- */
  30. #define _NOT_USED_ 0xFFFFFFFF
  31. const uint sharc_table[] =
  32. {
  33. /*
  34. * Single Read. (Offset 0 in UPM RAM)
  35. */
  36. 0x0FF3FC04, 0x0FF3EC00, 0x7FFFEC04, 0xFFFFEC04,
  37. 0xFFFFEC05, /* last */
  38. _NOT_USED_, _NOT_USED_, _NOT_USED_,
  39. /*
  40. * Burst Read. (Offset 8 in UPM RAM)
  41. */
  42. /* last */
  43. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  44. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  45. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  46. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  47. /*
  48. * Single Write. (Offset 18 in UPM RAM)
  49. */
  50. 0x0FAFFC04, 0x0FAFEC00, 0x7FFFEC04, 0xFFFFEC04,
  51. 0xFFFFEC05, /* last */
  52. _NOT_USED_, _NOT_USED_, _NOT_USED_,
  53. /*
  54. * Burst Write. (Offset 20 in UPM RAM)
  55. */
  56. /* last */
  57. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  58. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  59. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  60. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  61. /*
  62. * Refresh (Offset 30 in UPM RAM)
  63. */
  64. /* last */
  65. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  66. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  67. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  68. /*
  69. * Exception. (Offset 3c in UPM RAM)
  70. */
  71. 0x7FFFFC07, /* last */
  72. _NOT_USED_, _NOT_USED_, _NOT_USED_,
  73. };
  74. const uint sdram_table[] =
  75. {
  76. /*
  77. * Single Read. (Offset 0 in UPM RAM)
  78. */
  79. 0x1F07FC04, 0xEEAEFC04, 0x11ADFC04, 0xEFBBBC00,
  80. 0x1FF77C47, /* last */
  81. /*
  82. * SDRAM Initialization (offset 5 in UPM RAM)
  83. *
  84. * This is no UPM entry point. The following definition uses
  85. * the remaining space to establish an initialization
  86. * sequence, which is executed by a RUN command.
  87. *
  88. */
  89. 0x1FF77C35, 0xEFEABC34, 0x1FB57C35, /* last */
  90. /*
  91. * Burst Read. (Offset 8 in UPM RAM)
  92. */
  93. 0x1F07FC04, 0xEEAEFC04, 0x10ADFC04, 0xF0AFFC00,
  94. 0xF0AFFC00, 0xF1AFFC00, 0xEFBBBC00, 0x1FF77C47, /* last */
  95. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  96. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  97. /*
  98. * Single Write. (Offset 18 in UPM RAM)
  99. */
  100. 0x1F27FC04, 0xEEAEBC00, 0x01B93C04, 0x1FF77C47, /* last */
  101. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  102. /*
  103. * Burst Write. (Offset 20 in UPM RAM)
  104. */
  105. 0x1F07FC04, 0xEEAEBC00, 0x10AD7C00, 0xF0AFFC00,
  106. 0xF0AFFC00, 0xE1BBBC04, 0x1FF77C47, /* last */
  107. _NOT_USED_,
  108. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  109. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  110. /*
  111. * Refresh (Offset 30 in UPM RAM)
  112. */
  113. 0x1FF5FC84, 0xFFFFFC04, 0xFFFFFC04, 0xFFFFFC04,
  114. 0xFFFFFC84, 0xFFFFFC07, /* last */
  115. _NOT_USED_, _NOT_USED_,
  116. _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
  117. /*
  118. * Exception. (Offset 3c in UPM RAM)
  119. */
  120. 0x7FFFFC07, /* last */
  121. _NOT_USED_, _NOT_USED_, _NOT_USED_,
  122. };
  123. /* ------------------------------------------------------------------------- */
  124. /*
  125. * Check Board Identity:
  126. *
  127. */
  128. int checkboard (void)
  129. {
  130. puts ("Board: SPD823TS\n");
  131. return (0);
  132. }
  133. /* ------------------------------------------------------------------------- */
  134. long int
  135. initdram (int board_type)
  136. {
  137. volatile immap_t *immap = (immap_t *)CFG_IMMR;
  138. volatile memctl8xx_t *memctl = &immap->im_memctl;
  139. long int size_b0;
  140. #if 0
  141. /*
  142. * Map controller bank 2 to the SRAM bank at preliminary address.
  143. */
  144. memctl->memc_or2 = CFG_OR2;
  145. memctl->memc_br2 = CFG_BR2;
  146. #endif
  147. /*
  148. * Map controller bank 4 to the PER8 bank.
  149. */
  150. memctl->memc_or4 = CFG_OR4;
  151. memctl->memc_br4 = CFG_BR4;
  152. #if 0
  153. /* Configure SHARC at UMA */
  154. upmconfig(UPMA, (uint *)sharc_table, sizeof(sharc_table)/sizeof(uint));
  155. /* Map controller bank 5 to the SHARC */
  156. memctl->memc_or5 = CFG_OR5;
  157. memctl->memc_br5 = CFG_BR5;
  158. #endif
  159. memctl->memc_mamr = 0x00001000;
  160. /* Configure SDRAM at UMB */
  161. upmconfig(UPMB, (uint *)sdram_table, sizeof(sdram_table)/sizeof(uint));
  162. memctl->memc_mptpr = CFG_MPTPR_1BK_8K;
  163. memctl->memc_mar = 0x00000088;
  164. /*
  165. * Map controller bank 3 to the SDRAM bank at preliminary address.
  166. */
  167. memctl->memc_or3 = CFG_OR3_PRELIM;
  168. memctl->memc_br3 = CFG_BR3_PRELIM;
  169. memctl->memc_mbmr = CFG_MBMR_8COL; /* refresh not enabled yet */
  170. udelay(200);
  171. memctl->memc_mcr = 0x80806105;
  172. udelay(1);
  173. memctl->memc_mcr = 0x80806130;
  174. udelay(1);
  175. memctl->memc_mcr = 0x80806130;
  176. udelay(1);
  177. memctl->memc_mcr = 0x80806106;
  178. memctl->memc_mbmr |= MBMR_PTBE; /* refresh enabled */
  179. /*
  180. * Check Bank 0 Memory Size for re-configuration
  181. */
  182. size_b0 = dram_size (CFG_MBMR_8COL, (ulong *)SDRAM_BASE3_PRELIM, SDRAM_MAX_SIZE);
  183. memctl->memc_mbmr = CFG_MBMR_8COL | MBMR_PTBE;
  184. return (size_b0);
  185. }
  186. /* ------------------------------------------------------------------------- */
  187. /*
  188. * Check memory range for valid RAM. A simple memory test determines
  189. * the actually available RAM size between addresses `base' and
  190. * `base + maxsize'. Some (not all) hardware errors are detected:
  191. * - short between address lines
  192. * - short between data lines
  193. */
  194. static long int dram_size (long int mamr_value, long int *base, long int maxsize)
  195. {
  196. volatile immap_t *immap = (immap_t *)CFG_IMMR;
  197. volatile memctl8xx_t *memctl = &immap->im_memctl;
  198. volatile long int *addr;
  199. ulong cnt, val;
  200. ulong save[32]; /* to make test non-destructive */
  201. unsigned char i = 0;
  202. memctl->memc_mbmr = mamr_value;
  203. for (cnt = maxsize/sizeof(long); cnt > 0; cnt >>= 1) {
  204. addr = base + cnt; /* pointer arith! */
  205. save[i++] = *addr;
  206. *addr = ~cnt;
  207. }
  208. /* write 0 to base address */
  209. addr = base;
  210. save[i] = *addr;
  211. *addr = 0;
  212. /* check at base address */
  213. if ((val = *addr) != 0) {
  214. *addr = save[i];
  215. return (0);
  216. }
  217. for (cnt = 1; cnt <= maxsize/sizeof(long); cnt <<= 1) {
  218. addr = base + cnt; /* pointer arith! */
  219. val = *addr;
  220. *addr = save[--i];
  221. if (val != (~cnt)) {
  222. return (cnt * sizeof(long));
  223. }
  224. }
  225. return (maxsize);
  226. }
  227. /* ------------------------------------------------------------------------- */
  228. void reset_phy(void)
  229. {
  230. immap_t *immr = (immap_t *)CFG_IMMR;
  231. ushort sreg;
  232. /* Configure extra port pins for NS DP83843 PHY */
  233. immr->im_ioport.iop_papar &= ~(PA_ENET_MDC | PA_ENET_MDIO);
  234. sreg = immr->im_ioport.iop_padir;
  235. sreg |= PA_ENET_MDC; /* Mgmt. Data Clock is Output */
  236. sreg &= ~(PA_ENET_MDIO); /* Mgmt. Data I/O is bidirect. => Input */
  237. immr->im_ioport.iop_padir = sreg;
  238. immr->im_ioport.iop_padat &= ~(PA_ENET_MDC); /* set MDC = 0 */
  239. /*
  240. * RESET in implemented by a positive pulse of at least 1 us
  241. * at the reset pin.
  242. *
  243. * Configure RESET pins for NS DP83843 PHY, and RESET chip.
  244. *
  245. * Note: The RESET pin is high active, but there is an
  246. * inverter on the SPD823TS board...
  247. */
  248. immr->im_ioport.iop_pcpar &= ~(PC_ENET_RESET);
  249. immr->im_ioport.iop_pcdir |= PC_ENET_RESET;
  250. /* assert RESET signal of PHY */
  251. immr->im_ioport.iop_pcdat &= ~(PC_ENET_RESET);
  252. udelay (10);
  253. /* de-assert RESET signal of PHY */
  254. immr->im_ioport.iop_pcdat |= PC_ENET_RESET;
  255. udelay (10);
  256. }
  257. /* ------------------------------------------------------------------------- */
  258. void ide_set_reset(int on)
  259. {
  260. volatile immap_t *immr = (immap_t *)CFG_IMMR;
  261. /*
  262. * Configure PC for IDE Reset Pin
  263. */
  264. if (on) { /* assert RESET */
  265. immr->im_ioport.iop_pcdat &= ~(CFG_PC_IDE_RESET);
  266. } else { /* release RESET */
  267. immr->im_ioport.iop_pcdat |= CFG_PC_IDE_RESET;
  268. }
  269. /* program port pin as GPIO output */
  270. immr->im_ioport.iop_pcpar &= ~(CFG_PC_IDE_RESET);
  271. immr->im_ioport.iop_pcso &= ~(CFG_PC_IDE_RESET);
  272. immr->im_ioport.iop_pcdir |= CFG_PC_IDE_RESET;
  273. }
  274. /* ------------------------------------------------------------------------- */