P1022DS.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. /*
  2. * Copyright 2010-2011 Freescale Semiconductor, Inc.
  3. * Authors: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
  4. * Timur Tabi <timur@freescale.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the Free
  8. * Software Foundation; either version 2 of the License, or (at your option)
  9. * any later version.
  10. */
  11. #ifndef __CONFIG_H
  12. #define __CONFIG_H
  13. #include "../board/freescale/common/ics307_clk.h"
  14. #ifdef CONFIG_36BIT
  15. #define CONFIG_PHYS_64BIT
  16. #endif
  17. /* High Level Configuration Options */
  18. #define CONFIG_BOOKE /* BOOKE */
  19. #define CONFIG_E500 /* BOOKE e500 family */
  20. #define CONFIG_MPC85xx /* MPC8540/60/55/41/48 */
  21. #define CONFIG_P1022
  22. #define CONFIG_P1022DS
  23. #define CONFIG_MP /* support multiple processors */
  24. #ifndef CONFIG_SYS_TEXT_BASE
  25. #define CONFIG_SYS_TEXT_BASE 0xeff80000
  26. #endif
  27. #ifndef CONFIG_RESET_VECTOR_ADDRESS
  28. #define CONFIG_RESET_VECTOR_ADDRESS 0xeffffffc
  29. #endif
  30. #define CONFIG_FSL_ELBC /* Has Enhanced localbus controller */
  31. #define CONFIG_PCI /* Enable PCI/PCIE */
  32. #define CONFIG_PCIE1 /* PCIE controler 1 (slot 1) */
  33. #define CONFIG_PCIE2 /* PCIE controler 2 (slot 2) */
  34. #define CONFIG_PCIE3 /* PCIE controler 3 (ULI bridge) */
  35. #define CONFIG_FSL_PCI_INIT /* Use common FSL init code */
  36. #define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */
  37. #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
  38. #ifdef CONFIG_PHYS_64BIT
  39. #define CONFIG_ENABLE_36BIT_PHYS
  40. #define CONFIG_ADDR_MAP
  41. #define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
  42. #endif
  43. #define CONFIG_FSL_LAW /* Use common FSL init code */
  44. #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
  45. #define CONFIG_DDR_CLK_FREQ get_board_ddr_clk()
  46. #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 clock chip ref freq */
  47. /*
  48. * These can be toggled for performance analysis, otherwise use default.
  49. */
  50. #define CONFIG_L2_CACHE
  51. #define CONFIG_BTB
  52. #define CONFIG_SYS_MEMTEST_START 0x00000000
  53. #define CONFIG_SYS_MEMTEST_END 0x7fffffff
  54. /*
  55. * Base addresses -- Note these are effective addresses where the
  56. * actual resources get mapped (not physical addresses)
  57. */
  58. #define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
  59. #define CONFIG_SYS_CCSRBAR 0xffe00000 /* relocated CCSRBAR */
  60. #ifdef CONFIG_PHYS_64BIT
  61. #define CONFIG_SYS_CCSRBAR_PHYS 0xfffe00000ull
  62. #else
  63. #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR
  64. #endif
  65. #define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
  66. /* DDR Setup */
  67. #define CONFIG_DDR_SPD
  68. #define CONFIG_VERY_BIG_RAM
  69. #define CONFIG_FSL_DDR3
  70. #ifdef CONFIG_DDR_ECC
  71. #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
  72. #define CONFIG_MEM_INIT_VALUE 0xdeadbeef
  73. #endif
  74. #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
  75. #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
  76. #define CONFIG_NUM_DDR_CONTROLLERS 1
  77. #define CONFIG_DIMM_SLOTS_PER_CTLR 1
  78. #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR)
  79. /* I2C addresses of SPD EEPROMs */
  80. #define CONFIG_SYS_SPD_BUS_NUM 1
  81. #define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */
  82. /*
  83. * Memory map
  84. *
  85. * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable
  86. * 0x8000_0000 0xdfff_ffff PCI Express Mem 1.5G non-cacheable
  87. * 0xffc0_0000 0xffc2_ffff PCI IO range 192K non-cacheable
  88. *
  89. * Localbus cacheable (TBD)
  90. * 0xXXXX_XXXX 0xXXXX_XXXX SRAM YZ M Cacheable
  91. *
  92. * Localbus non-cacheable
  93. * 0xe000_0000 0xe80f_ffff Promjet/free 128M non-cacheable
  94. * 0xe800_0000 0xefff_ffff FLASH 128M non-cacheable
  95. * 0xffdf_0000 0xffdf_7fff PIXIS 32K non-cacheable TLB0
  96. * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0
  97. * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
  98. */
  99. /*
  100. * Local Bus Definitions
  101. */
  102. #define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */
  103. #ifdef CONFIG_PHYS_64BIT
  104. #define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull
  105. #else
  106. #define CONFIG_SYS_FLASH_BASE_PHYS CONFIG_SYS_FLASH_BASE
  107. #endif
  108. #define CONFIG_FLASH_BR_PRELIM \
  109. (BR_PHYS_ADDR((CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000)) | BR_PS_16 | BR_V)
  110. #define CONFIG_FLASH_OR_PRELIM (OR_AM_128MB | 0xff7)
  111. #define CONFIG_SYS_BR0_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
  112. #define CONFIG_SYS_OR0_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */
  113. #define CONFIG_SYS_BR1_PRELIM \
  114. (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | BR_PS_16 | BR_V)
  115. #define CONFIG_SYS_OR1_PRELIM CONFIG_FLASH_OR_PRELIM
  116. #define CONFIG_SYS_FLASH_BANKS_LIST \
  117. {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS}
  118. #define CONFIG_SYS_FLASH_QUIET_TEST
  119. #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
  120. #define CONFIG_SYS_MAX_FLASH_BANKS 2
  121. #define CONFIG_SYS_MAX_FLASH_SECT 1024
  122. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
  123. #define CONFIG_FLASH_CFI_DRIVER
  124. #define CONFIG_SYS_FLASH_CFI
  125. #define CONFIG_SYS_FLASH_EMPTY_INFO
  126. #define CONFIG_BOARD_EARLY_INIT_F
  127. #define CONFIG_BOARD_EARLY_INIT_R
  128. #define CONFIG_MISC_INIT_R
  129. #define CONFIG_HWCONFIG
  130. #define CONFIG_FSL_NGPIXIS
  131. #define PIXIS_BASE 0xffdf0000 /* PIXIS registers */
  132. #ifdef CONFIG_PHYS_64BIT
  133. #define PIXIS_BASE_PHYS 0xfffdf0000ull
  134. #else
  135. #define PIXIS_BASE_PHYS PIXIS_BASE
  136. #endif
  137. #define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V)
  138. #define CONFIG_SYS_OR2_PRELIM (OR_AM_32KB | 0x6ff7)
  139. #define PIXIS_LBMAP_SWITCH 7
  140. #define PIXIS_LBMAP_MASK 0xF0
  141. #define PIXIS_LBMAP_ALTBANK 0x20
  142. #define CONFIG_SYS_INIT_RAM_LOCK
  143. #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */
  144. #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */
  145. #define CONFIG_SYS_GBL_DATA_OFFSET \
  146. (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  147. #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
  148. #define CONFIG_SYS_MONITOR_LEN (512 * 1024)
  149. #define CONFIG_SYS_MALLOC_LEN (6 * 1024 * 1024)
  150. /*
  151. * Serial Port
  152. */
  153. #define CONFIG_CONS_INDEX 1
  154. #define CONFIG_SYS_NS16550
  155. #define CONFIG_SYS_NS16550_SERIAL
  156. #define CONFIG_SYS_NS16550_REG_SIZE 1
  157. #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
  158. #define CONFIG_SYS_BAUDRATE_TABLE \
  159. {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
  160. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
  161. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
  162. /* Use the HUSH parser */
  163. #define CONFIG_SYS_HUSH_PARSER
  164. #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
  165. /* Video */
  166. #ifdef CONFIG_FSL_DIU_FB
  167. #define CONFIG_SYS_DIU_ADDR (CONFIG_SYS_CCSRBAR + 0x10000)
  168. #define CONFIG_VIDEO
  169. #define CONFIG_CMD_BMP
  170. #define CONFIG_CFB_CONSOLE
  171. #define CONFIG_VIDEO_SW_CURSOR
  172. #define CONFIG_VGA_AS_SINGLE_DEVICE
  173. #define CONFIG_VIDEO_LOGO
  174. #define CONFIG_VIDEO_BMP_LOGO
  175. #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS
  176. /*
  177. * With CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS, flash I/O is really slow, so
  178. * disable empty flash sector detection, which is I/O-intensive.
  179. */
  180. #undef CONFIG_SYS_FLASH_EMPTY_INFO
  181. #endif
  182. /*
  183. * Pass open firmware flat tree
  184. */
  185. #define CONFIG_OF_LIBFDT
  186. #define CONFIG_OF_BOARD_SETUP
  187. #define CONFIG_OF_STDOUT_VIA_ALIAS
  188. /* new uImage format support */
  189. #define CONFIG_FIT
  190. #define CONFIG_FIT_VERBOSE
  191. /* I2C */
  192. #define CONFIG_FSL_I2C
  193. #define CONFIG_HARD_I2C
  194. #define CONFIG_I2C_MULTI_BUS
  195. #define CONFIG_SYS_I2C_SPEED 400000
  196. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
  197. #define CONFIG_SYS_I2C_SLAVE 0x7F
  198. #define CONFIG_SYS_I2C_NOPROBES {{0, 0x29}}
  199. #define CONFIG_SYS_I2C_OFFSET 0x3000
  200. #define CONFIG_SYS_I2C2_OFFSET 0x3100
  201. /*
  202. * I2C2 EEPROM
  203. */
  204. #define CONFIG_ID_EEPROM
  205. #define CONFIG_SYS_I2C_EEPROM_NXID
  206. #define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
  207. #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
  208. #define CONFIG_SYS_EEPROM_BUS_NUM 1
  209. /*
  210. * General PCI
  211. * Memory space is mapped 1-1, but I/O space must start from 0.
  212. */
  213. /* controller 1, Slot 2, tgtid 1, Base address a000 */
  214. #define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000
  215. #ifdef CONFIG_PHYS_64BIT
  216. #define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000
  217. #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull
  218. #else
  219. #define CONFIG_SYS_PCIE1_MEM_BUS 0xc0000000
  220. #define CONFIG_SYS_PCIE1_MEM_PHYS 0xc0000000
  221. #endif
  222. #define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
  223. #define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000
  224. #define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
  225. #ifdef CONFIG_PHYS_64BIT
  226. #define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull
  227. #else
  228. #define CONFIG_SYS_PCIE1_IO_PHYS 0xffc20000
  229. #endif
  230. #define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
  231. /* controller 2, direct to uli, tgtid 2, Base address 9000 */
  232. #define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
  233. #ifdef CONFIG_PHYS_64BIT
  234. #define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000
  235. #define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
  236. #else
  237. #define CONFIG_SYS_PCIE2_MEM_BUS 0xa0000000
  238. #define CONFIG_SYS_PCIE2_MEM_PHYS 0xa0000000
  239. #endif
  240. #define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
  241. #define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
  242. #define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
  243. #ifdef CONFIG_PHYS_64BIT
  244. #define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
  245. #else
  246. #define CONFIG_SYS_PCIE2_IO_PHYS 0xffc10000
  247. #endif
  248. #define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
  249. /* controller 3, Slot 1, tgtid 3, Base address b000 */
  250. #define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000
  251. #ifdef CONFIG_PHYS_64BIT
  252. #define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
  253. #define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull
  254. #else
  255. #define CONFIG_SYS_PCIE3_MEM_BUS 0x80000000
  256. #define CONFIG_SYS_PCIE3_MEM_PHYS 0x80000000
  257. #endif
  258. #define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */
  259. #define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000
  260. #define CONFIG_SYS_PCIE3_IO_BUS 0x00000000
  261. #ifdef CONFIG_PHYS_64BIT
  262. #define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull
  263. #else
  264. #define CONFIG_SYS_PCIE3_IO_PHYS 0xffc00000
  265. #endif
  266. #define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */
  267. #ifdef CONFIG_PCI
  268. #define CONFIG_NET_MULTI
  269. #define CONFIG_PCI_PNP /* do pci plug-and-play */
  270. #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
  271. #define CONFIG_E1000 /* Define e1000 pci Ethernet card */
  272. #endif
  273. /* SATA */
  274. #define CONFIG_LIBATA
  275. #define CONFIG_FSL_SATA
  276. #define CONFIG_FSL_SATA_V2
  277. #define CONFIG_SYS_SATA_MAX_DEVICE 2
  278. #define CONFIG_SATA1
  279. #define CONFIG_SYS_SATA1 CONFIG_SYS_MPC85xx_SATA1_ADDR
  280. #define CONFIG_SYS_SATA1_FLAGS FLAGS_DMA
  281. #define CONFIG_SATA2
  282. #define CONFIG_SYS_SATA2 CONFIG_SYS_MPC85xx_SATA2_ADDR
  283. #define CONFIG_SYS_SATA2_FLAGS FLAGS_DMA
  284. #ifdef CONFIG_FSL_SATA
  285. #define CONFIG_LBA48
  286. #define CONFIG_CMD_SATA
  287. #define CONFIG_DOS_PARTITION
  288. #define CONFIG_CMD_EXT2
  289. #endif
  290. #define CONFIG_MMC
  291. #ifdef CONFIG_MMC
  292. #define CONFIG_CMD_MMC
  293. #define CONFIG_FSL_ESDHC
  294. #define CONFIG_GENERIC_MMC
  295. #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
  296. #endif
  297. #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI)
  298. #define CONFIG_CMD_EXT2
  299. #define CONFIG_CMD_FAT
  300. #define CONFIG_DOS_PARTITION
  301. #endif
  302. #define CONFIG_TSEC_ENET
  303. #ifdef CONFIG_TSEC_ENET
  304. #define CONFIG_TSECV2
  305. #define CONFIG_NET_MULTI
  306. #define CONFIG_MII /* MII PHY management */
  307. #define CONFIG_TSEC1 1
  308. #define CONFIG_TSEC1_NAME "eTSEC1"
  309. #define CONFIG_TSEC2 1
  310. #define CONFIG_TSEC2_NAME "eTSEC2"
  311. #define TSEC1_PHY_ADDR 1
  312. #define TSEC2_PHY_ADDR 2
  313. #define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  314. #define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
  315. #define TSEC1_PHYIDX 0
  316. #define TSEC2_PHYIDX 0
  317. #define CONFIG_ETHPRIME "eTSEC1"
  318. #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
  319. #endif
  320. /*
  321. * Environment
  322. */
  323. #define CONFIG_ENV_IS_IN_FLASH
  324. #define CONFIG_ENV_OVERWRITE
  325. #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
  326. #define CONFIG_ENV_SIZE 0x2000
  327. #define CONFIG_ENV_SECT_SIZE 0x20000
  328. #define CONFIG_LOADS_ECHO
  329. #define CONFIG_SYS_LOADS_BAUD_CHANGE
  330. /*
  331. * Command line configuration.
  332. */
  333. #include <config_cmd_default.h>
  334. #define CONFIG_CMD_ELF
  335. #define CONFIG_CMD_ERRATA
  336. #define CONFIG_CMD_IRQ
  337. #define CONFIG_CMD_I2C
  338. #define CONFIG_CMD_MII
  339. #define CONFIG_CMD_PING
  340. #define CONFIG_CMD_SETEXPR
  341. #define CONFIG_CMD_REGINFO
  342. #ifdef CONFIG_PCI
  343. #define CONFIG_CMD_PCI
  344. #define CONFIG_CMD_NET
  345. #endif
  346. /*
  347. * USB
  348. */
  349. #define CONFIG_USB_EHCI
  350. #ifdef CONFIG_USB_EHCI
  351. #define CONFIG_CMD_USB
  352. #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
  353. #define CONFIG_USB_EHCI_FSL
  354. #define CONFIG_USB_STORAGE
  355. #define CONFIG_CMD_FAT
  356. #endif
  357. /*
  358. * Miscellaneous configurable options
  359. */
  360. #define CONFIG_SYS_LONGHELP /* undef to save memory */
  361. #define CONFIG_CMDLINE_EDITING /* Command-line editing */
  362. #define CONFIG_AUTO_COMPLETE /* add autocompletion support */
  363. #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
  364. #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
  365. #ifdef CONFIG_CMD_KGDB
  366. #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
  367. #else
  368. #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
  369. #endif
  370. /* Print Buffer Size */
  371. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
  372. #define CONFIG_SYS_MAXARGS 16
  373. #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
  374. #define CONFIG_SYS_HZ 1000
  375. /*
  376. * For booting Linux, the board info and command line data
  377. * have to be in the first 16 MB of memory, since this is
  378. * the maximum mapped by the Linux kernel during initialization.
  379. */
  380. #define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
  381. #define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
  382. #ifdef CONFIG_CMD_KGDB
  383. #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
  384. #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
  385. #endif
  386. /*
  387. * Environment Configuration
  388. */
  389. #define CONFIG_HOSTNAME p1022ds
  390. #define CONFIG_ROOTPATH /opt/nfsroot
  391. #define CONFIG_BOOTFILE uImage
  392. #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
  393. #define CONFIG_LOADADDR 1000000
  394. #define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */
  395. #define CONFIG_BOOTARGS
  396. #define CONFIG_BAUDRATE 115200
  397. #define CONFIG_EXTRA_ENV_SETTINGS \
  398. "perf_mode=stable\0" \
  399. "memctl_intlv_ctl=2\0" \
  400. "netdev=eth0\0" \
  401. "uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
  402. "tftpflash=tftpboot $loadaddr $uboot; " \
  403. "protect off " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
  404. "erase " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
  405. "cp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize; " \
  406. "protect on " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
  407. "cmp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
  408. "consoledev=ttyS0\0" \
  409. "ramdiskaddr=2000000\0" \
  410. "ramdiskfile=uramdisk\0" \
  411. "fdtaddr=c00000\0" \
  412. "fdtfile=p1022ds.dtb\0" \
  413. "bdev=sda3\0" \
  414. "diuregs=md e002c000 1d\0" \
  415. "dium=mw e002c01c\0" \
  416. "diuerr=md e002c014 1\0" \
  417. "othbootargs=diufb=15M video=fslfb:1280x1024-32@60,monitor=0 tty0\0" \
  418. "monitor=0-DVI\0"
  419. #define CONFIG_HDBOOT \
  420. "setenv bootargs root=/dev/$bdev rw " \
  421. "console=$consoledev,$baudrate $othbootargs;" \
  422. "tftp $loadaddr $bootfile;" \
  423. "tftp $fdtaddr $fdtfile;" \
  424. "bootm $loadaddr - $fdtaddr"
  425. #define CONFIG_NFSBOOTCOMMAND \
  426. "setenv bootargs root=/dev/nfs rw " \
  427. "nfsroot=$serverip:$rootpath " \
  428. "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
  429. "console=$consoledev,$baudrate $othbootargs;" \
  430. "tftp $loadaddr $bootfile;" \
  431. "tftp $fdtaddr $fdtfile;" \
  432. "bootm $loadaddr - $fdtaddr"
  433. #define CONFIG_RAMBOOTCOMMAND \
  434. "setenv bootargs root=/dev/ram rw " \
  435. "console=$consoledev,$baudrate $othbootargs;" \
  436. "tftp $ramdiskaddr $ramdiskfile;" \
  437. "tftp $loadaddr $bootfile;" \
  438. "tftp $fdtaddr $fdtfile;" \
  439. "bootm $loadaddr $ramdiskaddr $fdtaddr"
  440. #define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND
  441. #endif