kwbimage.cfg 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. #
  2. # Copyright (C) 2012
  3. # David Purdy <david.c.purdy@gmail.com>
  4. #
  5. # Based on Kirkwood support:
  6. # (C) Copyright 2009
  7. # Marvell Semiconductor <www.marvell.com>
  8. # Written-by: Prafulla Wadaskar <prafulla <at> marvell.com>
  9. #
  10. # See file CREDITS for list of people who contributed to this
  11. # project.
  12. #
  13. # This program is free software; you can redistribute it and/or
  14. # modify it under the terms of the GNU General Public License as
  15. # published by the Free Software Foundation; either version 2 of
  16. # the License, or (at your option) any later version.
  17. #
  18. # This program is distributed in the hope that it will be useful,
  19. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. # GNU General Public License for more details.
  22. #
  23. # You should have received a copy of the GNU General Public License
  24. # along with this program; If not, see <http://www.gnu.org/licenses/>.
  25. #
  26. # Refer docs/README.kwimage for more details about how-to configure
  27. # and create kirkwood boot image
  28. #
  29. # Boot Media configurations
  30. BOOT_FROM nand
  31. NAND_ECC_MODE default
  32. NAND_PAGE_SIZE 0x0800
  33. # SOC registers configuration using bootrom header extension
  34. # Maximum KWBIMAGE_MAX_CONFIG configurations allowed
  35. # Configure RGMII-0 interface pad voltage to 1.8V
  36. DATA 0xffd100e0 0x1b1b1b9b
  37. #Dram initalization for SINGLE x16 CL=5 @ 400MHz
  38. DATA 0xffd01400 0x43000c30 # DDR Configuration register
  39. # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
  40. # bit23-14: zero
  41. # bit24: 1= enable exit self refresh mode on DDR access
  42. # bit25: 1 required
  43. # bit29-26: zero
  44. # bit31-30: 01
  45. DATA 0xffd01404 0x37543000 # DDR Controller Control Low
  46. # bit 4: 0=addr/cmd in smame cycle
  47. # bit 5: 0=clk is driven during self refresh, we don't care for APX
  48. # bit 6: 0=use recommended falling edge of clk for addr/cmd
  49. # bit14: 0=input buffer always powered up
  50. # bit18: 1=cpu lock transaction enabled
  51. # bit23-20: 5=recommended value for CL=5 and STARTBURST_DEL disabled bit31=0
  52. # bit27-24: 7= CL+2, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
  53. # bit30-28: 3 required
  54. # bit31: 0=no additional STARTBURST delay
  55. DATA 0xffd01408 0x22125451 # DDR Timing (Low) (active cycles value +1)
  56. # bit3-0: TRAS lsbs
  57. # bit7-4: TRCD
  58. # bit11- 8: TRP
  59. # bit15-12: TWR
  60. # bit19-16: TWTR
  61. # bit20: TRAS msb
  62. # bit23-21: 0x0
  63. # bit27-24: TRRD
  64. # bit31-28: TRTP
  65. DATA 0xffd0140c 0x00000a33 # DDR Timing (High)
  66. # bit6-0: TRFC
  67. # bit8-7: TR2R
  68. # bit10-9: TR2W
  69. # bit12-11: TW2W
  70. # bit31-13: zero required
  71. DATA 0xffd01410 0x000000cc # DDR Address Control
  72. # bit1-0: 00, Cs0width=x8
  73. # bit3-2: 11, Cs0size=1Gb
  74. # bit5-4: 00, Cs1width=x8
  75. # bit7-6: 11, Cs1size=1Gb
  76. # bit9-8: 00, Cs2width=nonexistent
  77. # bit11-10: 00, Cs2size =nonexistent
  78. # bit13-12: 00, Cs3width=nonexistent
  79. # bit15-14: 00, Cs3size =nonexistent
  80. # bit16: 0, Cs0AddrSel
  81. # bit17: 0, Cs1AddrSel
  82. # bit18: 0, Cs2AddrSel
  83. # bit19: 0, Cs3AddrSel
  84. # bit31-20: 0 required
  85. DATA 0xffd01414 0x00000000 # DDR Open Pages Control
  86. # bit0: 0, OpenPage enabled
  87. # bit31-1: 0 required
  88. DATA 0xffd01418 0x00000000 # DDR Operation
  89. # bit3-0: 0x0, DDR cmd
  90. # bit31-4: 0 required
  91. DATA 0xffd0141c 0x00000c52 # DDR Mode
  92. # bit2-0: 2, BurstLen=2 required
  93. # bit3: 0, BurstType=0 required
  94. # bit6-4: 4, CL=5
  95. # bit7: 0, TestMode=0 normal
  96. # bit8: 0, DLL reset=0 normal
  97. # bit11-9: 6, auto-precharge write recovery ????????????
  98. # bit12: 0, PD must be zero
  99. # bit31-13: 0 required
  100. DATA 0xffd01420 0x00000040 # DDR Extended Mode
  101. # bit0: 0, DDR DLL enabled
  102. # bit1: 0, DDR drive strenght normal
  103. # bit2: 0, DDR ODT control lsd (disabled)
  104. # bit5-3: 000, required
  105. # bit6: 1, DDR ODT control msb, (disabled)
  106. # bit9-7: 000, required
  107. # bit10: 0, differential DQS enabled
  108. # bit11: 0, required
  109. # bit12: 0, DDR output buffer enabled
  110. # bit31-13: 0 required
  111. DATA 0xffd01424 0x0000f17f # DDR Controller Control High
  112. # bit2-0: 111, required
  113. # bit3 : 1 , MBUS Burst Chop disabled
  114. # bit6-4: 111, required
  115. # bit7 : 0
  116. # bit8 : 1 , add writepath sample stage, must be 1 for DDR freq >= 300MHz
  117. # bit9 : 0 , no half clock cycle addition to dataout
  118. # bit10 : 0 , 1/4 clock cycle skew enabled for addr/ctl signals
  119. # bit11 : 0 , 1/4 clock cycle skew disabled for write mesh
  120. # bit15-12: 1111 required
  121. # bit31-16: 0 required
  122. DATA 0xffd01428 0x00085520 # DDR2 ODT Read Timing (default values)
  123. DATA 0xffd0147c 0x00008552 # DDR2 ODT Write Timing (default values)
  124. DATA 0xffd01500 0x00000000 # CS[0]n Base address to 0x0
  125. DATA 0xffd01504 0x0ffffff1 # CS[0]n Size
  126. # bit0: 1, Window enabled
  127. # bit1: 0, Write Protect disabled
  128. # bit3-2: 00, CS0 hit selected
  129. # bit23-4: ones, required
  130. # bit31-24: 0x0F, Size (i.e. 256MB)
  131. DATA 0xffd01508 0x10000000 # CS[1]n Base address to 256Mb
  132. DATA 0xffd0150c 0x00000000 # CS[2]n Size, window disabled
  133. DATA 0xffd01514 0x00000000 # CS[2]n Size, window disabled
  134. DATA 0xffd0151c 0x00000000 # CS[3]n Size, window disabled
  135. DATA 0xffd01494 0x00030000 # DDR ODT Control (Low)
  136. # bit3-0: 2, ODT0Rd, MODT[0] asserted during read from DRAM CS1
  137. # bit7-4: 1, ODT0Rd, MODT[0] asserted during read from DRAM CS0
  138. # bit19-16:2, ODT0Wr, MODT[0] asserted during write to DRAM CS1
  139. # bit23-20:1, ODT0Wr, MODT[0] asserted during write to DRAM CS0
  140. DATA 0xffd01498 0x00000000 # DDR ODT Control (High)
  141. # bit1-0: 00, ODT0 controlled by ODT Control (low) register above
  142. # bit3-2: 01, ODT1 active NEVER!
  143. # bit31-4: zero, required
  144. DATA 0xffd0149c 0x0000e803 # CPU ODT Control
  145. DATA 0xffd01480 0x00000001 # DDR Initialization Control
  146. #bit0=1, enable DDR init upon this register write
  147. # End of Header extension
  148. DATA 0x0 0x0