kwbimage-memphis.cfg 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. #
  2. # (C) Copyright 2010
  3. # Heiko Schocher, DENX Software Engineering, hs@denx.de.
  4. #
  5. # (C) Copyright 2011
  6. # Valentin Longchamp, Keymile AG, valentin.longchamp@keymile.com
  7. #
  8. # See file CREDITS for list of people who contributed to this
  9. # project.
  10. #
  11. # This program is free software; you can redistribute it and/or
  12. # modify it under the terms of the GNU General Public License as
  13. # published by the Free Software Foundation; either version 2 of
  14. # the License, or (at your option) any later version.
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program; if not, write to the Free Software
  23. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  24. # MA 02110-1301 USA
  25. #
  26. # Refer doc/README.kwbimage for more details about how-to configure
  27. # and create kirkwood boot image
  28. #
  29. # Boot Media configurations
  30. BOOT_FROM spi # Boot from SPI flash
  31. DATA 0xFFD10000 0x01112222 # MPP Control 0 Register
  32. # bit 3-0: MPPSel0 2, NF_IO[2]
  33. # bit 7-4: MPPSel1 2, NF_IO[3]
  34. # bit 12-8: MPPSel2 2, NF_IO[4]
  35. # bit 15-12: MPPSel3 2, NF_IO[5]
  36. # bit 19-16: MPPSel4 1, NF_IO[6]
  37. # bit 23-20: MPPSel5 1, NF_IO[7]
  38. # bit 27-24: MPPSel6 1, SYSRST_O
  39. # bit 31-28: MPPSel7 0, GPO[7]
  40. DATA 0xFFD10004 0x03303300
  41. DATA 0xFFD10008 0x00001100 # MPP Control 2 Register
  42. # bit 3-0: MPPSel16 0, GPIO[16]
  43. # bit 7-4: MPPSel17 0, GPIO[17]
  44. # bit 12-8: MPPSel18 1, NF_IO[0]
  45. # bit 15-12: MPPSel19 1, NF_IO[1]
  46. # bit 19-16: MPPSel20 0, GPIO[20]
  47. # bit 23-20: MPPSel21 0, GPIO[21]
  48. # bit 27-24: MPPSel22 0, GPIO[22]
  49. # bit 31-28: MPPSel23 0, GPIO[23]
  50. DATA 0xFFD100E0 0x1B1B1B1B # IO Configuration 0 Register
  51. DATA 0xFFD20134 0x66666666 # L2 RAM Timing 0 Register
  52. DATA 0xFFD20138 0x66666666 # L2 RAM Timing 1 Register
  53. # NOTE: Don't write on 0x20148 , 0x2014c and 0x20154, leave them untouched!
  54. # If not it could cause KW Exceptions during boot in Fast Corners/High Voltage
  55. #Dram initalization
  56. DATA 0xFFD01400 0x430004E0 # SDRAM Configuration Register
  57. # bit13-0: 0x4E0 (DDR2 clks refresh rate)
  58. # bit23-14: zero
  59. # bit24: 1= enable exit self refresh mode on DDR access
  60. # bit25: 1 required
  61. # bit29-26: zero
  62. # bit31-30: 01
  63. DATA 0xFFD01404 0x38543000 # DDR Controller Control Low
  64. # bit 3-0: 0 reserved
  65. # bit 4: 0=addr/cmd in smame cycle
  66. # bit 5: 0=clk is driven during self refresh, we don't care for APX
  67. # bit 6: 0=use recommended falling edge of clk for addr/cmd
  68. # bit14: 0=input buffer always powered up
  69. # bit18: 1=cpu lock transaction enabled
  70. # bit23-20: 5=recommended value for CL=4 and STARTBURST_DEL disabled bit31=0
  71. # bit27-24: 8= CL+4, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
  72. # bit30-28: 3 required
  73. # bit31: 0=no additional STARTBURST delay
  74. DATA 0xFFD01408 0x2302433E # DDR Timing (Low) (active cycles value +1)
  75. # bit3-0: TRAS lsbs
  76. # bit7-4: TRCD
  77. # bit11- 8: TRP
  78. # bit15-12: TWR
  79. # bit19-16: TWTR
  80. # bit20: TRAS msb
  81. # bit23-21: 0x0
  82. # bit27-24: TRRD
  83. # bit31-28: TRTP
  84. DATA 0xFFD0140C 0x00000A3E # DDR Timing (High)
  85. # bit6-0: TRFC
  86. # bit8-7: TR2R
  87. # bit10-9: TR2W
  88. # bit12-11: TW2W
  89. # bit31-13: zero required
  90. DATA 0xFFD01410 0x00000001 # DDR Address Control
  91. # bit1-0: 01, Cs0width=x16
  92. # bit3-2: 00, Cs0size=2Gb
  93. # bit5-4: 00, Cs2width=nonexistent
  94. # bit7-6: 00, Cs1size =nonexistent
  95. # bit9-8: 00, Cs2width=nonexistent
  96. # bit11-10: 00, Cs2size =nonexistent
  97. # bit13-12: 00, Cs3width=nonexistent
  98. # bit15-14: 00, Cs3size =nonexistent
  99. # bit16: 0, Cs0AddrSel
  100. # bit17: 0, Cs1AddrSel
  101. # bit18: 0, Cs2AddrSel
  102. # bit19: 0, Cs3AddrSel
  103. # bit31-20: 0 required
  104. DATA 0xFFD01414 0x00000000 # DDR Open Pages Control
  105. # bit0: 0, OpenPage enabled
  106. # bit31-1: 0 required
  107. DATA 0xFFD01418 0x00000000 # DDR Operation
  108. # bit3-0: 0x0, DDR cmd
  109. # bit31-4: 0 required
  110. DATA 0xFFD0141C 0x00000652 # DDR Mode
  111. DATA 0xFFD01420 0x00000006 # DDR Extended Mode
  112. # bit0: 0, DDR DLL enabled
  113. # bit1: 1, DDR drive strenght reduced
  114. # bit2: 1, DDR ODT control lsd disabled
  115. # bit5-3: 000, required
  116. # bit6: 0, DDR ODT control msb disabled
  117. # bit9-7: 000, required
  118. # bit10: 0, differential DQS enabled
  119. # bit11: 0, required
  120. # bit12: 0, DDR output buffer enabled
  121. # bit31-13: 0 required
  122. DATA 0xFFD01424 0x0000F17F # DDR Controller Control High
  123. # bit2-0: 111, required
  124. # bit3 : 1 , MBUS Burst Chop disabled
  125. # bit6-4: 111, required
  126. # bit7 : 0
  127. # bit8 : 1 , add a sample stage
  128. # bit9 : 0 , no half clock cycle addition to dataout
  129. # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
  130. # bit11 : 0 , 1/4 clock cycle skew disabled for write mesh
  131. # bit15-12: 1111 required
  132. # bit31-16: 0 required
  133. DATA 0xFFD01428 0x00084520 # DDR2 SDRAM Timing Low
  134. # bit3-0 : 0000, required
  135. # bit7-4 : 0010, M_ODT assertion 2 cycles after read
  136. # bit11-8 : 0101, M_ODT de-assertion 5 cycles after read
  137. # bit15-12: 0100, internal ODT assertion 4 cycles after read
  138. # bit19-16: 1000, internal ODT de-assertion 8 cycles after read
  139. # bit31-20: 0 , required
  140. DATA 0xFFD0147c 0x00008451 # DDR2 SDRAM Timing High
  141. # bit3-0 : 0001, M_ODT assertion same cycle as write
  142. # bit7-4 : 0101, M_ODT de-assertion x cycles after write
  143. # bit11-8 : 0100, internal ODT assertion x cycles after write
  144. # bit15-12: 1000, internal ODT de-assertion x cycles after write
  145. DATA 0xFFD01500 0x00000000 # CS[0]n Base address to 0x0
  146. DATA 0xFFD01504 0x0FFFFFF1 # CS[0]n Size
  147. # bit0: 1, Window enabled
  148. # bit1: 0, Write Protect disabled
  149. # bit3-2: 00, CS0 hit selected
  150. # bit23-4: ones, required
  151. # bit31-24: 0x0F, Size (i.e. 256MB)
  152. DATA 0xFFD0150C 0x00000000 # CS[1]n Size, window disabled
  153. DATA 0xFFD01514 0x00000000 # CS[2]n Size, window disabled
  154. DATA 0xFFD0151C 0x00000000 # CS[3]n Size, window disabled
  155. DATA 0xFFD01494 0x00010000 # DDR ODT Control (Low)
  156. # bit3-0: 0, ODT0Rd, MODT[0] not asserted during read from DRAM CS0
  157. # bit19-16:1, ODT0Wr, MODT[0] asserted during write to DRAM CS0
  158. DATA 0xFFD01498 0x00000000 # DDR ODT Control (High)
  159. # bit1-0: 00, ODT0 controlled by ODT Control (low) register above
  160. # bit3-2: 00, ODT1 controlled by register
  161. # bit31-4: zero, required
  162. DATA 0xFFD0149C 0x0000F801 # CPU ODT Control
  163. # bit3-0: 1, ODT0Rd, Internal ODT asserted during read from DRAM bank0
  164. # bit7-4: 0, ODT0Wr, Internal ODT not asserted during write to DRAM bank0
  165. # bit9-8: 0, ODTEn, controlled by ODT0Rd and ODT0Wr
  166. # bit11-10:2, DQ_ODTSel. ODT select turned on, 75 ohm
  167. # bit13-12:3, STARTBURST ODT buffer selected, 50 ohm
  168. # bit14 :1, STARTBURST ODT enabled
  169. # bit15 :1, Use ODT Block
  170. DATA 0xFFD01480 0x00000001 # DDR Initialization Control
  171. # bit0=1, enable DDR init upon this register write
  172. # End of Header extension
  173. DATA 0x0 0x0