galaxy5200.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. /*
  2. * (C) Copyright 2003-2005
  3. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. *
  5. * (C) Copyright 2006
  6. * Eric Schumann, Phytec Messatechnik GmbH
  7. *
  8. * (C) Copyright 2009
  9. * Jon Smirl <jonsmirl@gmail.com>
  10. *
  11. * (C) Copyright 2009
  12. * Eric Millbrandt, DEKA Research and Development Corporation
  13. *
  14. * See file CREDITS for list of people who contributed to this
  15. * project.
  16. *
  17. * This program is free software; you can redistribute it and/or
  18. * modify it under the terms of the GNU General Public License as
  19. * published by the Free Software Foundation; either version 2 of
  20. * the License, or (at your option) any later version.
  21. *
  22. * This program is distributed in the hope that it will be useful,
  23. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. * GNU General Public License for more details.
  26. *
  27. * You should have received a copy of the GNU General Public License
  28. * along with this program; if not, write to the Free Software
  29. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  30. * MA 02111-1307 USA
  31. */
  32. #ifndef __CONFIG_H
  33. #define __CONFIG_H
  34. #define CONFIG_BOARDINFO "galaxy5200"
  35. /*
  36. * High Level Configuration Options
  37. * (easy to change)
  38. */
  39. #define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */
  40. #define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */
  41. #define CONFIG_SYS_MPC5XXX_CLKIN 33333333 /* ... running at 33.333333MHz */
  42. /*
  43. * Valid values for CONFIG_SYS_TEXT_BASE are:
  44. * 0xFFF00000 boot high (standard configuration)
  45. * 0xFE000000 boot low
  46. * 0x00100000 boot from RAM (for testing only) does not work
  47. */
  48. #ifdef CONFIG_galaxy5200_LOWBOOT
  49. #define CONFIG_SYS_TEXT_BASE 0xFE000000
  50. #endif
  51. #ifndef CONFIG_SYS_TEXT_BASE
  52. #define CONFIG_SYS_TEXT_BASE 0xFFF00000 /* Standard: boot high */
  53. #endif
  54. /*
  55. * Serial console configuration
  56. */
  57. #define CONFIG_PSC_CONSOLE 4 /* console is on PSC4 -> */
  58. /* define gps port conf. */
  59. /* register later on to */
  60. /* enable UART function! */
  61. #define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */
  62. #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
  63. /*
  64. * Command line configuration.
  65. */
  66. #include <config_cmd_default.h>
  67. #define CONFIG_CMD_DATE
  68. #define CONFIG_CMD_DHCP
  69. #define CONFIG_CMD_EEPROM
  70. #define CONFIG_CMD_I2C
  71. #define CONFIG_CMD_JFFS2
  72. #define CONFIG_CMD_MII
  73. #define CONFIG_CMD_NFS
  74. #define CONFIG_CMD_SNTP
  75. #define CONFIG_CMD_PING
  76. #define CONFIG_CMD_ASKENV
  77. #define CONFIG_CMD_USB
  78. #define CONFIG_CMD_CACHE
  79. #define CONFIG_CMD_FAT
  80. #define CONFIG_TIMESTAMP 1 /* Print image info with timestamp */
  81. #if (CONFIG_SYS_TEXT_BASE == 0xFE000000) /* Boot low */
  82. #define CONFIG_SYS_LOWBOOT 1
  83. #endif
  84. /* RAMBOOT will be defined automatically in memory section */
  85. #define MTDIDS_DEFAULT "nor0=physmap-flash.0"
  86. #define MTDPARTS_DEFAULT "mtdparts=physmap-flash.0:256k(ubootl)," \
  87. "1792k(kernel),13312k(jffs2),256k(uboot)ro,256k(oftree),-(space)"
  88. /*
  89. * Autobooting
  90. */
  91. #define CONFIG_BOOTDELAY 10 /* autoboot after 10 seconds */
  92. #define CONFIG_ZERO_BOOTDELAY_CHECK /* allow stopping of boot process */
  93. /* even with bootdelay=0 */
  94. #define CONFIG_BOOT_RETRY_TIME 120 /* Reset if no command is entered */
  95. #define CONFIG_RESET_TO_RETRY
  96. #define CONFIG_PREBOOT "echo;" \
  97. "echo Welcome to U-Boot;"\
  98. "echo"
  99. #define CONFIG_BOOTCOMMAND "go ff300004 0; go ff300004 2 2;" \
  100. "bootm ff040000 ff900000 fffc0000"
  101. #define CONFIG_BOOTARGS "console=ttyPSC0,115200"
  102. #define CONFIG_EXTRA_ENV_SETTINGS "epson=yes\0"
  103. /*
  104. * IPB Bus clocking configuration.
  105. */
  106. #define CONFIG_SYS_IPBCLK_EQUALS_XLBCLK /* define for 133MHz speed */
  107. #define CONFIG_SYS_XLB_PIPELINING 1
  108. /*
  109. * I2C configuration
  110. */
  111. #define CONFIG_HARD_I2C 1 /* I2C with hardware support */
  112. #define CONFIG_SYS_I2C_MODULE 2 /* Select I2C module #1 or #2 */
  113. #define CONFIG_SYS_I2C_SPEED 100000 /* 100 kHz */
  114. #define CONFIG_SYS_I2C_SLAVE 0x7F
  115. #define CONFIG_SYS_I2C_INIT_MPC5XXX /* Reset devices on i2c bus */
  116. /*
  117. * EEPROM CAT24WC32 configuration
  118. */
  119. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x52 /* 1010100x */
  120. #define CONFIG_SYS_I2C_FACT_ADDR 0x52 /* EEPROM CAT24WC32 */
  121. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 /* Bytes of address */
  122. #define CONFIG_SYS_EEPROM_SIZE 4096
  123. #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
  124. #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 15
  125. /*
  126. * RTC configuration
  127. */
  128. #define RTC
  129. #define CONFIG_RTC_DS3231 1
  130. #define CONFIG_SYS_I2C_RTC_ADDR 0x68
  131. /*
  132. * Flash configuration
  133. */
  134. #define CONFIG_SYS_FLASH_BASE 0xfe000000
  135. /*
  136. * The flash size is autoconfigured, but arch/powerpc/cpu/mpc5xxx/cpu_init.c needs this
  137. * variable defined
  138. */
  139. #define CONFIG_SYS_FLASH_SIZE 0x02000000
  140. #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE }
  141. #define CONFIG_SYS_FLASH_CFI 1 /* Flash is CFI conformant */
  142. #define CONFIG_FLASH_CFI_DRIVER 1 /* Use the common driver */
  143. #define CONFIG_SYS_FLASH_EMPTY_INFO
  144. #define CONFIG_SYS_MAX_FLASH_SECT 259 /* max num of sects on one chip */
  145. #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of flash banks */
  146. /* (= chip selects) */
  147. #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
  148. /*
  149. * Use hardware protection. This seems required, as the BDI uses hardware
  150. * protection. Without this, U-Boot can't work with this sectors as its
  151. * protection is software only by default.
  152. */
  153. #define CONFIG_SYS_FLASH_PROTECTION 1
  154. /*
  155. * Environment settings
  156. */
  157. #define CONFIG_ENV_IS_IN_EEPROM 1
  158. #define CONFIG_ENV_OFFSET 0x00 /* environment starts at the */
  159. /* beginning of the EEPROM */
  160. #define CONFIG_ENV_SIZE CONFIG_SYS_EEPROM_SIZE
  161. #define CONFIG_ENV_OVERWRITE 1
  162. /*
  163. * SDRAM configuration
  164. */
  165. #define SDRAM_DDR 1
  166. #define SDRAM_MODE 0x018D0000
  167. #define SDRAM_EMODE 0x40090000
  168. #define SDRAM_CONTROL 0x71500F00
  169. #define SDRAM_CONFIG1 0x73711930
  170. #define SDRAM_CONFIG2 0x47770000
  171. /*
  172. * Memory map
  173. */
  174. #define CONFIG_SYS_MBAR 0xF0000000 /* MBAR has to be switched by other */
  175. /* bootloader or debugger config */
  176. #define CONFIG_SYS_SDRAM_BASE 0x00000000
  177. #define CONFIG_SYS_DEFAULT_MBAR 0x80000000
  178. /* Use SRAM until RAM will be available */
  179. #define CONFIG_SYS_INIT_RAM_ADDR MPC5XXX_SRAM
  180. /* End of used area in SPRAM */
  181. #define CONFIG_SYS_INIT_RAM_SIZE MPC5XXX_SRAM_SIZE
  182. #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
  183. GENERATED_GBL_DATA_SIZE)
  184. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  185. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
  186. #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
  187. # define CONFIG_SYS_RAMBOOT 1
  188. #endif
  189. #define CONFIG_SYS_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
  190. #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
  191. #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
  192. /* Chip Select configuration for NAND flash */
  193. #define CONFIG_SYS_CS1_START 0x20000000
  194. #define CONFIG_SYS_CS1_SIZE 0x90000
  195. #define CONFIG_SYS_CS1_CFG 0x00025b00
  196. /* Chip Select configuration for Epson S1D13513 */
  197. #define CONFIG_SYS_CS3_START 0x10000000
  198. #define CONFIG_SYS_CS3_SIZE 0x400000
  199. #define CONFIG_SYS_CS3_CFG 0xffff3d10
  200. /*
  201. * Ethernet configuration
  202. */
  203. #define CONFIG_MPC5xxx_FEC 1
  204. #define CONFIG_MPC5xxx_FEC_MII100
  205. #define CONFIG_PHY_ADDR 0x01
  206. #define CONFIG_NO_AUTOLOAD 1
  207. /*
  208. * GPIO configuration
  209. *
  210. * GPS port configuration
  211. *
  212. * [29:31] = 01x
  213. * AC97 on PSC1
  214. * PSC1_0 -> AC97 SDATA out
  215. * PSC1_1 -> AC97 SDTA in
  216. * PSC1_2 -> AC97 SYNC out
  217. * PSC1_3 -> AC97 bitclock out
  218. * PSC1_4 -> AC97 reset out
  219. *
  220. * [28] = Reserved
  221. *
  222. * [25:27] = 110
  223. * SPI on PSC2
  224. * PSC2_0 -> MOSI
  225. * PSC2_1 -> MISO
  226. * PSC2_2 -> n/a
  227. * PSC2_3 -> CLK
  228. * PSC2_4 -> SS
  229. *
  230. * [24] = Reserved
  231. *
  232. * [20:23] = 0001
  233. * USB on PSC3
  234. * PSC3_0 -> USB_OE OE out
  235. * PSC3_1 -> USB_TXN Tx- out
  236. * PSC3_2 -> USB_TXP Tx+ out
  237. * PSC3_3 -> USB_TXD
  238. * PSC3_4 -> USB_RXP Rx+ in
  239. * PSC3_5 -> USB_RXN Rx- in
  240. * PSC3_6 -> USB_PWR PortPower out
  241. * PSC3_7 -> USB_SPEED speed out
  242. * PSC3_8 -> USB_SUSPEND suspend
  243. * PSC3_9 -> USB_OVRCURNT overcurrent in
  244. *
  245. * [18:19] = 10
  246. * Two UARTs
  247. *
  248. * [17] = 0
  249. * USB differential mode
  250. *
  251. * [16] = 1
  252. * PCI disabled
  253. *
  254. * [12:15] = 0101
  255. * Ethernet 100Mbit with MD
  256. * ETH_0 -> ETH Txen
  257. * ETH_1 -> ETH TxD0
  258. * ETH_2 -> ETH TxD1
  259. * ETH_3 -> ETH TxD2
  260. * ETH_4 -> ETH TxD3
  261. * ETH_5 -> ETH Txerr
  262. * ETH_6 -> ETH MDC
  263. * ETH_7 -> ETH MDIO
  264. * ETH_8 -> ETH RxDv
  265. * ETH_9 -> ETH RxCLK
  266. * ETH_10 -> ETH Collision
  267. * ETH_11 -> ETH TxD
  268. * ETH_12 -> ETH RxD0
  269. * ETH_13 -> ETH RxD1
  270. * ETH_14 -> ETH RxD2
  271. * ETH_15 -> ETH RxD3
  272. * ETH_16 -> ETH Rxerr
  273. * ETH_17 -> ETH CRS
  274. *
  275. * [9:11] = 111
  276. * SPI on PSC6
  277. * PSC6_0 -> MISO
  278. * PSC6_1 -> SS#
  279. * PSC6_2 -> MOSI
  280. * PSC6_3 -> CLK
  281. *
  282. * [8] = 0
  283. * IrDA/USB 48MHz clock generated internally
  284. *
  285. * [6:7] = 01
  286. * ATA chip selects on csb_4/5
  287. * CSB_4 -> ATA_CS0 out
  288. * CSB_5 -> ATA_CS1 out
  289. *
  290. * [5] = 1
  291. * PSC3_4 is used as CS6
  292. *
  293. * [4] = 1
  294. * PSC3_5 is used as CS7
  295. *
  296. * [2:3] = 00
  297. * No Alternatives
  298. *
  299. * [1] = 0
  300. * gpio_wkup_7 is GPIO
  301. *
  302. * [0] = 0
  303. * gpio_wkup_6 is GPIO
  304. *
  305. */
  306. #define CONFIG_SYS_GPS_PORT_CONFIG 0x0d75a162
  307. /*
  308. * Miscellaneous configurable options
  309. */
  310. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  311. #define CONFIG_SYS_PROMPT "uboot> " /* Monitor Command Prompt */
  312. #define CONFIG_CMDLINE_EDITING 1 /* add command line history */
  313. #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC5xxx CPUs */
  314. #if defined(CONFIG_CMD_KGDB)
  315. #define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
  316. #endif
  317. #if defined(CONFIG_CMD_KGDB)
  318. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  319. #else
  320. #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
  321. #endif
  322. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
  323. /* Print Buffer Size */
  324. #define CONFIG_SYS_MAXARGS 32 /* max number of command args */
  325. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
  326. #define CONFIG_SYS_MEMTEST_START 0x00100000 /* memtest works on */
  327. #define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */
  328. #define CONFIG_SYS_LOAD_ADDR 0x400000 /* default load address */
  329. #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
  330. #define CONFIG_DISPLAY_BOARDINFO 1
  331. #define CONFIG_SYS_HUSH_PARSER 1
  332. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  333. #define CONFIG_CRC32_VERIFY 1
  334. #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \
  335. CONFIG_BOOTP_DNS | \
  336. CONFIG_BOOTP_DNS2 | \
  337. CONFIG_BOOTP_SEND_HOSTNAME )
  338. #define CONFIG_VERSION_VARIABLE 1
  339. /*
  340. * Various low-level settings
  341. */
  342. #define CONFIG_SYS_HID0_INIT HID0_ICE | HID0_ICFI
  343. #define CONFIG_SYS_HID0_FINAL HID0_ICE
  344. /* no burst access on the LPB */
  345. #define CONFIG_SYS_CS_BURST 0x00000000
  346. /* one deadcycle for the 33MHz statemachine */
  347. #define CONFIG_SYS_CS_DEADCYCLE 0x33333331
  348. #define CONFIG_SYS_BOOTCS_CFG 0x0002d900
  349. #define CONFIG_SYS_BOOTCS_START CONFIG_SYS_FLASH_BASE
  350. #define CONFIG_SYS_BOOTCS_SIZE CONFIG_SYS_FLASH_SIZE
  351. #define CONFIG_SYS_RESET_ADDRESS 0xff000000
  352. /*
  353. * USB settings
  354. */
  355. #define CONFIG_USB_CLOCK 0x0001bbbb
  356. /* USB is on PSC3 */
  357. #define CONFIG_PSC3_USB
  358. #define CONFIG_USB_CONFIG 0x00000100
  359. #define CONFIG_USB_OHCI
  360. #define CONFIG_USB_STORAGE
  361. /*
  362. * IDE/ATA stuff Supports IDE harddisk
  363. */
  364. #undef CONFIG_IDE_8xx_PCCARD /* Use IDE with PC Card Adapter */
  365. #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */
  366. #undef CONFIG_IDE_LED /* LED for ide not supported */
  367. #define CONFIG_IDE_RESET 1 /* reset for ide supported */
  368. #define CONFIG_IDE_PREINIT
  369. #define CONFIG_SYS_IDE_MAXBUS 1 /* max. 1 IDE bus */
  370. #define CONFIG_SYS_IDE_MAXDEVICE 2 /* max. 2 drives per IDE bus */
  371. #define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
  372. #define CONFIG_SYS_ATA_BASE_ADDR MPC5XXX_ATA
  373. /* Offset for data I/O */
  374. #define CONFIG_SYS_ATA_DATA_OFFSET (0x0060)
  375. /* Offset for normal register accesses */
  376. #define CONFIG_SYS_ATA_REG_OFFSET (CONFIG_SYS_ATA_DATA_OFFSET)
  377. /* Offset for alternate registers */
  378. #define CONFIG_SYS_ATA_ALT_OFFSET (0x005C)
  379. /* Interval between registers */
  380. #define CONFIG_SYS_ATA_STRIDE 4
  381. #define CONFIG_ATAPI 1
  382. /* we enable IDE and FAT support, so we also need partition support */
  383. #define CONFIG_DOS_PARTITION 1
  384. /*
  385. * Open Firmware flat tree
  386. */
  387. #define CONFIG_OF_LIBFDT 1
  388. #define CONFIG_OF_BOARD_SETUP 1
  389. #define OF_CPU "PowerPC,5200@0"
  390. #define OF_TBCLK CONFIG_SYS_MPC5XXX_CLKIN
  391. #define OF_SOC "soc5200@f0000000"
  392. #define OF_STDOUT_PATH "/soc5200@f0000000/serial@2600"
  393. #endif /* __CONFIG_H */