head.S 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /*
  2. * File: arch/blackfin/mach-bf537/head.S
  3. * Based on: arch/blackfin/mach-bf533/head.S
  4. * Author: Jeff Dionne <jeff@uclinux.org> COPYRIGHT 1998 D. Jeff Dionne
  5. *
  6. * Created: 1998
  7. * Description: Startup code for Blackfin BF537
  8. *
  9. * Modified:
  10. * Copyright 2004-2006 Analog Devices Inc.
  11. *
  12. * Bugs: Enter bugs at http://blackfin.uclinux.org/
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not, see the file COPYING, or write
  26. * to the Free Software Foundation, Inc.,
  27. * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  28. */
  29. #include <linux/linkage.h>
  30. #include <linux/init.h>
  31. #include <asm/blackfin.h>
  32. #ifdef CONFIG_BFIN_KERNEL_CLOCK
  33. #include <asm/mach-common/clocks.h>
  34. #include <asm/mach/mem_init.h>
  35. #endif
  36. .extern _bf53x_relocate_l1_mem
  37. __INIT
  38. ENTRY(_mach_early_start)
  39. /* Initialise General-Purpose I/O Modules on BF537 */
  40. p0.h = hi(BFIN_PORT_MUX);
  41. p0.l = lo(BFIN_PORT_MUX);
  42. R0 = (PGDE_UART | PFTE_UART)(Z);
  43. W[P0] = R0.L; /* Enable both UARTS */
  44. SSYNC;
  45. /* Enable peripheral function of PORTF for UART0 and UART1 */
  46. p0.h = hi(PORTF_FER);
  47. p0.l = lo(PORTF_FER);
  48. R0 = 0x000F(Z);
  49. W[P0] = R0.L;
  50. SSYNC;
  51. /* Initialise UART - when booting from u-boot, the UART is not disabled
  52. * so if we dont initalize here, our serial console gets hosed */
  53. p0.h = hi(BFIN_UART_LCR);
  54. p0.l = lo(BFIN_UART_LCR);
  55. r0 = 0x0(Z);
  56. w[p0] = r0.L; /* To enable DLL writes */
  57. ssync;
  58. p0.h = hi(BFIN_UART_DLL);
  59. p0.l = lo(BFIN_UART_DLL);
  60. r0 = 0x0(Z);
  61. w[p0] = r0.L;
  62. ssync;
  63. p0.h = hi(BFIN_UART_DLH);
  64. p0.l = lo(BFIN_UART_DLH);
  65. r0 = 0x00(Z);
  66. w[p0] = r0.L;
  67. ssync;
  68. p0.h = hi(BFIN_UART_GCTL);
  69. p0.l = lo(BFIN_UART_GCTL);
  70. r0 = 0x0(Z);
  71. w[p0] = r0.L; /* To enable UART clock */
  72. ssync;
  73. rts;
  74. ENDPROC(_mach_early_start)
  75. __FINIT
  76. .section .l1.text
  77. #ifdef CONFIG_BFIN_KERNEL_CLOCK
  78. ENTRY(_start_dma_code)
  79. /* Enable PHY CLK buffer output */
  80. p0.h = hi(VR_CTL);
  81. p0.l = lo(VR_CTL);
  82. r0.l = w[p0];
  83. bitset(r0, 14);
  84. w[p0] = r0.l;
  85. ssync;
  86. p0.h = hi(SIC_IWR);
  87. p0.l = lo(SIC_IWR);
  88. r0.l = 0x1;
  89. r0.h = 0x0;
  90. [p0] = r0;
  91. SSYNC;
  92. /*
  93. * Set PLL_CTL
  94. * - [14:09] = MSEL[5:0] : CLKIN / VCO multiplication factors
  95. * - [8] = BYPASS : BYPASS the PLL, run CLKIN into CCLK/SCLK
  96. * - [7] = output delay (add 200ps of delay to mem signals)
  97. * - [6] = input delay (add 200ps of input delay to mem signals)
  98. * - [5] = PDWN : 1=All Clocks off
  99. * - [3] = STOPCK : 1=Core Clock off
  100. * - [1] = PLL_OFF : 1=Disable Power to PLL
  101. * - [0] = DF : 1=Pass CLKIN/2 to PLL / 0=Pass CLKIN to PLL
  102. * all other bits set to zero
  103. */
  104. p0.h = hi(PLL_LOCKCNT);
  105. p0.l = lo(PLL_LOCKCNT);
  106. r0 = 0x300(Z);
  107. w[p0] = r0.l;
  108. ssync;
  109. P2.H = hi(EBIU_SDGCTL);
  110. P2.L = lo(EBIU_SDGCTL);
  111. R0 = [P2];
  112. BITSET (R0, 24);
  113. [P2] = R0;
  114. SSYNC;
  115. r0 = CONFIG_VCO_MULT & 63; /* Load the VCO multiplier */
  116. r0 = r0 << 9; /* Shift it over, */
  117. r1 = CLKIN_HALF; /* Do we need to divide CLKIN by 2?*/
  118. r0 = r1 | r0;
  119. r1 = PLL_BYPASS; /* Bypass the PLL? */
  120. r1 = r1 << 8; /* Shift it over */
  121. r0 = r1 | r0; /* add them all together */
  122. p0.h = hi(PLL_CTL);
  123. p0.l = lo(PLL_CTL); /* Load the address */
  124. cli r2; /* Disable interrupts */
  125. ssync;
  126. w[p0] = r0.l; /* Set the value */
  127. idle; /* Wait for the PLL to stablize */
  128. sti r2; /* Enable interrupts */
  129. .Lcheck_again:
  130. p0.h = hi(PLL_STAT);
  131. p0.l = lo(PLL_STAT);
  132. R0 = W[P0](Z);
  133. CC = BITTST(R0,5);
  134. if ! CC jump .Lcheck_again;
  135. /* Configure SCLK & CCLK Dividers */
  136. r0 = (CONFIG_CCLK_ACT_DIV | CONFIG_SCLK_DIV);
  137. p0.h = hi(PLL_DIV);
  138. p0.l = lo(PLL_DIV);
  139. w[p0] = r0.l;
  140. ssync;
  141. p0.l = lo(EBIU_SDRRC);
  142. p0.h = hi(EBIU_SDRRC);
  143. r0 = mem_SDRRC;
  144. w[p0] = r0.l;
  145. ssync;
  146. P2.H = hi(EBIU_SDGCTL);
  147. P2.L = lo(EBIU_SDGCTL);
  148. R0 = [P2];
  149. BITCLR (R0, 24);
  150. p0.h = hi(EBIU_SDSTAT);
  151. p0.l = lo(EBIU_SDSTAT);
  152. r2.l = w[p0];
  153. cc = bittst(r2,3);
  154. if !cc jump .Lskip;
  155. NOP;
  156. BITSET (R0, 23);
  157. .Lskip:
  158. [P2] = R0;
  159. SSYNC;
  160. R0.L = lo(mem_SDGCTL);
  161. R0.H = hi(mem_SDGCTL);
  162. R1 = [p2];
  163. R1 = R1 | R0;
  164. [P2] = R1;
  165. SSYNC;
  166. RTS;
  167. ENDPROC(_start_dma_code)
  168. #endif /* CONFIG_BFIN_KERNEL_CLOCK */