mpc7448hpc2.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. /*
  2. * Copyright (c) 2005 Freescale Semiconductor, Inc.
  3. *
  4. * (C) Copyright 2006
  5. * Alex Bounine , Tundra Semiconductor Corp.
  6. * Roy Zang , <tie-fei.zang@freescale.com> Freescale Corp.
  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., 59 Temple Place, Suite 330, Boston,
  24. * MA 02111-1307 USA
  25. */
  26. /*
  27. * board specific configuration options for Freescale
  28. * MPC7448HPC2 (High-Performance Computing II) (Taiga) board
  29. *
  30. */
  31. #ifndef __CONFIG_H
  32. #define __CONFIG_H
  33. #undef DEBUG
  34. /* Board Configuration Definitions */
  35. /* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */
  36. #define CONFIG_MPC7448HPC2
  37. #define CONFIG_74xx
  38. #define CONFIG_750FX /* this option to enable init of extended BATs */
  39. #define CONFIG_ALTIVEC /* undef to disable */
  40. #define CFG_BOARD_NAME "MPC7448 HPC II"
  41. #define CONFIG_IDENT_STRING " Freescale MPC7448 HPC II"
  42. #define CFG_OCN_CLK 133000000 /* 133 MHz */
  43. #define CFG_CONFIG_BUS_CLK 133000000
  44. #define CFG_CLK_SPREAD /* Enable Spread-Spectrum Clock generation */
  45. #undef CONFIG_ECC /* disable ECC support */
  46. /* Board-specific Initialization Functions to be called */
  47. #define CFG_BOARD_ASM_INIT
  48. #define CONFIG_BOARD_EARLY_INIT_F
  49. #define CONFIG_BOARD_EARLY_INIT_R
  50. #define CONFIG_MISC_INIT_R
  51. #define CONFIG_HAS_ETH1
  52. #define CONFIG_ENV_OVERWRITE
  53. /*
  54. * High Level Configuration Options
  55. * (easy to change)
  56. */
  57. #define CONFIG_BAUDRATE 115200 /* console baudrate = 115000 */
  58. /*#define CFG_HUSH_PARSER */
  59. #undef CFG_HUSH_PARSER
  60. #define CFG_PROMPT_HUSH_PS2 "> "
  61. /* Pass open firmware flat tree */
  62. #define CONFIG_OF_FLAT_TREE 1
  63. #define CONFIG_OF_BOARD_SETUP 1
  64. #define OF_CPU "PowerPC,7448@0"
  65. #define OF_TSI "tsi108@c0000000"
  66. #define OF_TBCLK (bd->bi_busfreq / 8)
  67. #define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808"
  68. /*
  69. * The following defines let you select what serial you want to use
  70. * for your console driver.
  71. *
  72. * what to do:
  73. * If you have hacked a serial cable onto the second DUART channel,
  74. * change the CFG_DUART port from 1 to 0 below.
  75. *
  76. */
  77. #define CONFIG_CONS_INDEX 1
  78. #define CFG_NS16550
  79. #define CFG_NS16550_SERIAL
  80. #define CFG_NS16550_REG_SIZE 1
  81. #define CFG_NS16550_CLK CFG_OCN_CLK * 8
  82. #define CFG_NS16550_COM1 (CFG_TSI108_CSR_RST_BASE+0x7808)
  83. #define CFG_NS16550_COM2 (CFG_TSI108_CSR_RST_BASE+0x7C08)
  84. #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
  85. #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
  86. #define CONFIG_ZERO_BOOTDELAY_CHECK
  87. #undef CONFIG_BOOTARGS
  88. /* #define CONFIG_PREBOOT "echo;echo Type \"run flash_nfs\"
  89. * to mount root filesystem over NFS;echo" */
  90. #if (CONFIG_BOOTDELAY >= 0)
  91. #define CONFIG_BOOTCOMMAND "tftpboot 0x400000 zImage.initrd.elf;\
  92. setenv bootargs $(bootargs) $(bootargs_root) nfsroot=$(serverip):$(rootpath) \
  93. ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; "
  94. #define CONFIG_BOOTARGS "console=ttyS0,115200"
  95. #endif
  96. #undef CONFIG_EXTRA_ENV_SETTINGS
  97. #define CONFIG_SERIAL "No. 1"
  98. /* Networking Configuration */
  99. #define KSEG1ADDR(a) (a) /* Needed by the rtl8139 driver */
  100. #define CONFIG_TSI108_ETH
  101. #define CONFIG_TSI108_ETH_NUM_PORTS 2
  102. #define CONFIG_NET_MULTI
  103. #define CONFIG_BOOTFILE zImage.initrd.elf
  104. #define CONFIG_LOADADDR 0x400000
  105. /*-------------------------------------------------------------------------- */
  106. #define CONFIG_LOADS_ECHO 0 /* echo off for serial download */
  107. #define CFG_LOADS_BAUD_CHANGE /* allow baudrate changes */
  108. #undef CONFIG_WATCHDOG /* watchdog disabled */
  109. /*
  110. * BOOTP options
  111. */
  112. #define CONFIG_BOOTP_SUBNETMASK
  113. #define CONFIG_BOOTP_GATEWAY
  114. #define CONFIG_BOOTP_HOSTNAME
  115. #define CONFIG_BOOTP_BOOTPATH
  116. #define CONFIG_BOOTP_BOOTFILESIZE
  117. /*
  118. * Command line configuration.
  119. */
  120. #include <config_cmd_default.h>
  121. #define CONFIG_CMD_ASKENV
  122. #define CONFIG_CMD_CACHE
  123. #define CONFIG_CMD_PCI
  124. #define CONFIG_CMD_I2C
  125. #define CONFIG_CMD_SDRAM
  126. #define CONFIG_CMD_EEPROM
  127. #define CONFIG_CMD_FLASH
  128. #define CONFIG_CMD_ENV
  129. #define CONFIG_CMD_BSP
  130. #define CONFIG_CMD_DHCP
  131. #define CONFIG_CMD_PING
  132. #define CONFIG_CMD_DATE
  133. /*set date in u-boot*/
  134. #define CONFIG_RTC_M48T35A
  135. #define CFG_NVRAM_BASE_ADDR 0xfc000000
  136. #define CFG_NVRAM_SIZE 0x8000
  137. /*
  138. * Miscellaneous configurable options
  139. */
  140. #define CONFIG_VERSION_VARIABLE 1
  141. #define CONFIG_TSI108_I2C
  142. #define CFG_I2C_EEPROM_ADDR 0x50 /* I2C EEPROM page 1 */
  143. #define CFG_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */
  144. #define CFG_LONGHELP /* undef to save memory */
  145. #define CFG_PROMPT "=> " /* Monitor Command Prompt */
  146. #if defined(CONFIG_CMD_KGDB)
  147. #define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
  148. #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
  149. #else
  150. #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
  151. #endif
  152. #define CFG_PBSIZE (CFG_CBSIZE + sizeof(CFG_PROMPT) + 16)/* Print Buffer Size */
  153. #define CFG_MAXARGS 16 /* max number of command args */
  154. #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
  155. #define CFG_MEMTEST_START 0x00400000 /* memtest works on */
  156. #define CFG_MEMTEST_END 0x07c00000 /* 4 ... 124 MB in DRAM */
  157. #define CFG_LOAD_ADDR 0x00400000 /* default load address */
  158. #define CFG_HZ 1000 /* decr freq: 1ms ticks */
  159. /*
  160. * Low Level Configuration Settings
  161. * (address mappings, register initial values, etc.)
  162. * You should know what you are doing if you make changes here.
  163. */
  164. /*-----------------------------------------------------------------------
  165. * Definitions for initial stack pointer and data area
  166. */
  167. /*
  168. * When locking data in cache you should point the CFG_INIT_RAM_ADDRESS
  169. * To an unused memory region. The stack will remain in cache until RAM
  170. * is initialized
  171. */
  172. #undef CFG_INIT_RAM_LOCK
  173. #define CFG_INIT_RAM_ADDR 0x07d00000 /* unused memory region */
  174. #define CFG_INIT_RAM_END 0x4000/* larger space - we have SDRAM initialized */
  175. #define CFG_GBL_DATA_SIZE 128/* size in bytes reserved for init data */
  176. #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
  177. /*-----------------------------------------------------------------------
  178. * Start addresses for the final memory configuration
  179. * (Set up by the startup code)
  180. * Please note that CFG_SDRAM_BASE _must_ start at 0
  181. */
  182. #define CFG_SDRAM_BASE 0x00000000 /* first 256 MB of SDRAM */
  183. #define CFG_SDRAM1_BASE 0x10000000 /* next 256MB of SDRAM */
  184. #define CFG_SDRAM2_BASE 0x40000000 /* beginning of non-cacheable alias for SDRAM - first 256MB */
  185. #define CFG_SDRAM3_BASE 0x50000000 /* next Non-Cacheable 256MB of SDRAM */
  186. #define CFG_PCI_PFM_BASE 0x80000000 /* Prefetchable (cacheable) PCI/X PFM and SDRAM OCN (128MB+128MB) */
  187. #define CFG_PCI_MEM32_BASE 0xE0000000 /* Non-Cacheable PCI/X MEM and SDRAM OCN (128MB+128MB) */
  188. #define CFG_MISC_REGION_BASE 0xf0000000 /* Base Address for (PCI/X + Flash) region */
  189. #define CFG_FLASH_BASE 0xff000000 /* Base Address of Flash device */
  190. #define CFG_FLASH_BASE2 0xfe000000 /* Alternate Flash Base Address */
  191. #define CONFIG_VERY_BIG_RAM /* we will use up to 256M memory for cause we are short of BATS */
  192. #define PCI0_IO_BASE_BOOTM 0xfd000000
  193. #define CFG_RESET_ADDRESS 0x3fffff00
  194. #define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
  195. #define CFG_MONITOR_BASE TEXT_BASE /* u-boot code base */
  196. #define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */
  197. /* Peripheral Device section */
  198. /*
  199. * Resources on the Tsi108
  200. */
  201. #define CFG_TSI108_CSR_RST_BASE 0xC0000000 /* Tsi108 CSR base after reset */
  202. #define CFG_TSI108_CSR_BASE CFG_TSI108_CSR_RST_BASE /* Runtime Tsi108 CSR base */
  203. #define ENABLE_PCI_CSR_BAR /* enables access to Tsi108 CSRs from the PCI/X bus */
  204. #undef DISABLE_PBM
  205. /*
  206. * PCI stuff
  207. *
  208. */
  209. #define CONFIG_PCI /* include pci support */
  210. #define CONFIG_TSI108_PCI /* include tsi108 pci support */
  211. #define PCI_HOST_ADAPTER 0 /* configure as pci adapter */
  212. #define PCI_HOST_FORCE 1 /* configure as pci host */
  213. #define PCI_HOST_AUTO 2 /* detected via arbiter enable */
  214. #define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */
  215. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  216. /* PCI MEMORY MAP section */
  217. /* PCI view of System Memory */
  218. #define CFG_PCI_MEMORY_BUS 0x00000000
  219. #define CFG_PCI_MEMORY_PHYS 0x00000000
  220. #define CFG_PCI_MEMORY_SIZE 0x80000000
  221. /* PCI Memory Space */
  222. #define CFG_PCI_MEM_BUS (CFG_PCI_MEM_PHYS)
  223. #define CFG_PCI_MEM_PHYS (CFG_PCI_MEM32_BASE) /* 0xE0000000 */
  224. #define CFG_PCI_MEM_SIZE 0x10000000 /* 256 MB space for PCI/X Mem + SDRAM OCN */
  225. /* PCI I/O Space */
  226. #define CFG_PCI_IO_BUS 0x00000000
  227. #define CFG_PCI_IO_PHYS 0xfa000000 /* Changed from fd000000 */
  228. #define CFG_PCI_IO_SIZE 0x01000000 /* 16MB */
  229. #define _IO_BASE 0x00000000 /* points to PCI I/O space */
  230. /* PCI Config Space mapping */
  231. #define CFG_PCI_CFG_BASE 0xfb000000 /* Changed from FE000000 */
  232. #define CFG_PCI_CFG_SIZE 0x01000000 /* 16MB */
  233. #define CFG_IBAT0U 0xFE0003FF
  234. #define CFG_IBAT0L 0xFE000002
  235. #define CFG_IBAT1U 0x00007FFF
  236. #define CFG_IBAT1L 0x00000012
  237. #define CFG_IBAT2U 0x80007FFF
  238. #define CFG_IBAT2L 0x80000022
  239. #define CFG_IBAT3U 0x00000000
  240. #define CFG_IBAT3L 0x00000000
  241. #define CFG_IBAT4U 0x00000000
  242. #define CFG_IBAT4L 0x00000000
  243. #define CFG_IBAT5U 0x00000000
  244. #define CFG_IBAT5L 0x00000000
  245. #define CFG_IBAT6U 0x00000000
  246. #define CFG_IBAT6L 0x00000000
  247. #define CFG_IBAT7U 0x00000000
  248. #define CFG_IBAT7L 0x00000000
  249. #define CFG_DBAT0U 0xE0003FFF
  250. #define CFG_DBAT0L 0xE000002A
  251. #define CFG_DBAT1U 0x00007FFF
  252. #define CFG_DBAT1L 0x00000012
  253. #define CFG_DBAT2U 0x00000000
  254. #define CFG_DBAT2L 0x00000000
  255. #define CFG_DBAT3U 0xC0000003
  256. #define CFG_DBAT3L 0xC000002A
  257. #define CFG_DBAT4U 0x00000000
  258. #define CFG_DBAT4L 0x00000000
  259. #define CFG_DBAT5U 0x00000000
  260. #define CFG_DBAT5L 0x00000000
  261. #define CFG_DBAT6U 0x00000000
  262. #define CFG_DBAT6L 0x00000000
  263. #define CFG_DBAT7U 0x00000000
  264. #define CFG_DBAT7L 0x00000000
  265. /* I2C addresses for the two DIMM SPD chips */
  266. #define DIMM0_I2C_ADDR 0x51
  267. #define DIMM1_I2C_ADDR 0x52
  268. /*
  269. * For booting Linux, the board info and command line data
  270. * have to be in the first 8 MB of memory, since this is
  271. * the maximum mapped by the Linux kernel during initialization.
  272. */
  273. #define CFG_BOOTMAPSZ (8<<20) /* Initial Memory map for Linux */
  274. /*-----------------------------------------------------------------------
  275. * FLASH organization
  276. */
  277. #define CFG_MAX_FLASH_BANKS 1 /* Flash can be at one of two addresses */
  278. #define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */
  279. #define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE, /* CFG_FLASH_BASE2 */ }
  280. #define CFG_FLASH_CFI_DRIVER
  281. #define CFG_FLASH_CFI
  282. #define CFG_WRITE_SWAPPED_DATA
  283. #define PHYS_FLASH_SIZE 0x01000000
  284. #define CFG_MAX_FLASH_SECT (128)
  285. #define CFG_ENV_IS_IN_NVRAM
  286. #define CFG_ENV_ADDR 0xFC000000
  287. #define CFG_ENV_OFFSET 0x00000000 /* Offset of Environment Sector */
  288. #define CFG_ENV_SIZE 0x00000400 /* Total Size of Environment Space */
  289. /*-----------------------------------------------------------------------
  290. * Cache Configuration
  291. */
  292. #define CFG_CACHELINE_SIZE 32 /* For all MPC74xx CPUs */
  293. #if defined(CONFIG_CMD_KGDB)
  294. #define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
  295. #endif
  296. /*-----------------------------------------------------------------------
  297. * L2CR setup -- make sure this is right for your board!
  298. * look in include/mpc74xx.h for the defines used here
  299. */
  300. #undef CFG_L2
  301. #define L2_INIT 0
  302. #define L2_ENABLE (L2_INIT | L2CR_L2E)
  303. /*
  304. * Internal Definitions
  305. *
  306. * Boot Flags
  307. */
  308. #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
  309. #define BOOTFLAG_WARM 0x02 /* Software reboot */
  310. #define CFG_SERIAL_HANG_IN_EXCEPTION
  311. #endif /* __CONFIG_H */