]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/sorcery.h
c956e0d7b2fddf77587514bff5e0f8b496641079
[karo-tx-uboot.git] / include / configs / sorcery.h
1 /*
2  * (C) Copyright 2004
3  * TsiChung Liew, Freescale Software Engineering, Tsi-Chung.Liew@freescale.
4  *
5  * See file CREDITS for list of people who contributed to this
6  * project.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; either version 2 of
11  * the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21  * MA 02111-1307 USA
22  */
23
24 #ifndef __CONFIG_H
25 #define __CONFIG_H
26
27 /*
28  * High Level Configuration Options
29  * (easy to change)
30  */
31 #define CONFIG_MPC8220          1
32 #define CONFIG_SORCERY          1       /* Sorcery board */
33
34 #define CONFIG_SYS_TEXT_BASE    0xfff00000
35
36 #define CONFIG_HIGH_BATS        1       /* High BATs supported */
37
38 /* Input clock running at 60Mhz, read Hid1 for the CPU multiplier to
39    determine the CPU speed. */
40 #define CONFIG_SYS_MPC8220_CLKIN        60000000 /* ... running at 60MHz */
41 #define CONFIG_SYS_MPC8220_SYSPLL_VCO_MULTIPLIER 8 /* VCO multiplier can't be read from any register */
42
43 /*
44  * Serial console configuration
45  */
46 #define CONFIG_PSC_CONSOLE      1       /* console is on PSC */
47
48 #define CONFIG_BAUDRATE         115200      /* ... at 115200 bps */
49 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200, 230400 }
50
51 /* PCI */
52 #define CONFIG_PCI              1
53 #define CONFIG_PCI_PNP          1
54
55 #define CONFIG_PCI_MEM_BUS      0x80000000
56 #define CONFIG_PCI_MEM_PHYS     CONFIG_PCI_MEM_BUS
57 #define CONFIG_PCI_MEM_SIZE     0x10000000
58
59 #define CONFIG_PCI_IO_BUS       0x71000000
60 #define CONFIG_PCI_IO_PHYS      CONFIG_PCI_IO_BUS
61 #define CONFIG_PCI_IO_SIZE      0x01000000
62
63 #define CONFIG_PCI_CFG_BUS      0x70000000
64 #define CONFIG_PCI_CFG_PHYS     CONFIG_PCI_CFG_BUS
65 #define CONFIG_PCI_CFG_SIZE     0x01000000
66
67
68 /*
69  * BOOTP options
70  */
71 #define CONFIG_BOOTP_BOOTFILESIZE
72 #define CONFIG_BOOTP_BOOTPATH
73 #define CONFIG_BOOTP_GATEWAY
74 #define CONFIG_BOOTP_HOSTNAME
75
76
77 /*
78  * Command line configuration.
79  */
80 #include <config_cmd_default.h>
81
82 #define CONFIG_CMD_BOOTD
83 #define CONFIG_CMD_CACHE
84 #define CONFIG_CMD_DHCP
85 #define CONFIG_CMD_DIAG
86 #define CONFIG_CMD_ELF
87 #define CONFIG_CMD_I2C
88 #define CONFIG_CMD_NET
89 #define CONFIG_CMD_NFS
90 #define CONFIG_CMD_PCI
91 #define CONFIG_CMD_PING
92 #define CONFIG_CMD_REGINFO
93 #define CONFIG_CMD_SDRAM
94 #define CONFIG_CMD_SNTP
95
96
97 /*
98  * Default Environment
99  */
100 #define CONFIG_BOOTDELAY        5    /* autoboot after 5 seconds */
101 #define CONFIG_HOSTNAME         sorcery
102
103 #define CONFIG_PREBOOT  "echo;" \
104         "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
105         "echo"
106
107 #undef  CONFIG_BOOTARGS
108
109 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
110         "netdev=eth0\0"                                                 \
111         "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
112                 "nfsroot=$serverip:$rootpath\0"                         \
113         "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
114         "addip=setenv bootargs $bootargs "                              \
115                 "ip=$ipaddr:$serverip:$gatewayip:$netmask"              \
116                 ":$hostname:$netdev:off panic=1\0"                      \
117         "flash_nfs=run nfsargs addip;"                                  \
118                 "bootm $kernel_addr\0"                                  \
119         "flash_self=run ramargs addip;"                                 \
120                 "bootm $kernel_addr $ramdisk_addr\0"                    \
121         "net_nfs=tftp 200000 $bootfile;run nfsargs addip;bootm\0"       \
122         "rootpath=/opt/eldk/ppc_82xx\0"                                 \
123         "bootfile=/tftpboot/sorcery/uImage\0"                           \
124         "kernel_addr=FFE00000\0"                                        \
125         "ramdisk_addr=FFB00000\0"                                       \
126         ""
127 #define CONFIG_BOOTCOMMAND      "run flash_self"
128
129 #define CONFIG_TIMESTAMP                /* Print image info with timestamp */
130
131 #define CONFIG_NET_MULTI
132 #define CONFIG_EEPRO100
133
134 /*
135  * I2C configuration
136  */
137 #define CONFIG_HARD_I2C         1
138 #define CONFIG_SYS_I2C_MODULE           1
139 #define CONFIG_SYS_I2C_SPEED            100000 /* 100 kHz */
140 #define CONFIG_SYS_I2C_SLAVE            0x7F
141
142 /* Use the HUSH parser */
143 #define CONFIG_SYS_HUSH_PARSER
144 #ifdef  CONFIG_SYS_HUSH_PARSER
145 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
146 #endif
147
148 /*
149  * Flexbus Chipselect configuration
150  * Beware: Some CS# seem to be mandatory (if these CS# are not set,
151  * board can hang-up in unpredictable place).
152  * Sorcery_Memory_Map v0.3 is possibly wrong with CPLD CS#
153  */
154
155 /* Flash */
156 #define CONFIG_SYS_CS0_BASE             0xf800
157 #define CONFIG_SYS_CS0_MASK             0x08000000 /* 128 MB (two chips) */
158 #define CONFIG_SYS_CS0_CTRL             0x001019c0
159
160 /* NVM */
161 #define CONFIG_SYS_CS1_BASE             0xf7e8
162 #define CONFIG_SYS_CS1_MASK             0x00040000 /* 256K */
163 #define CONFIG_SYS_CS1_CTRL             0x00101940 /* 8bit port size */
164
165 /* Atlas2 + Gemini */
166 #define CONFIG_SYS_CS2_BASE             0xf7e7
167 #define CONFIG_SYS_CS2_MASK             0x00010000 /* 64K*/
168 #define CONFIG_SYS_CS2_CTRL             0x001011c0 /* 16bit port size */
169
170 /* CAN Controller */
171 #define CONFIG_SYS_CS3_BASE             0xf7e6
172 #define CONFIG_SYS_CS3_MASK             0x00010000 /* 64K */
173 #define CONFIG_SYS_CS3_CTRL             0x00102140 /* 8Bit port size */
174
175 /* Foreign interface */
176 #define CONFIG_SYS_CS4_BASE             0xf7e5
177 #define CONFIG_SYS_CS4_MASK             0x00010000 /* 64K */
178 #define CONFIG_SYS_CS4_CTRL             0x00101dc0 /* 16bit port size */
179
180 /* CPLD */
181 #define CONFIG_SYS_CS5_BASE             0xf7e4
182 #define CONFIG_SYS_CS5_MASK             0x00010000 /* 64K */
183 #define CONFIG_SYS_CS5_CTRL             0x001000c0 /* 16bit port size */
184
185 #define CONFIG_SYS_FLASH0_BASE          (CONFIG_SYS_CS0_BASE << 16)
186 #define CONFIG_SYS_FLASH_BASE           (CONFIG_SYS_FLASH0_BASE)
187
188 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* max num of flash banks */
189 #define CONFIG_SYS_MAX_FLASH_SECT       512     /* max num of sects on one chip */
190
191 #define CONFIG_FLASH_CFI_DRIVER
192 #define CONFIG_SYS_FLASH_CFI
193 #define CONFIG_SYS_FLASH_BANKS_LIST     { CONFIG_SYS_FLASH_BASE,  \
194                                 CONFIG_SYS_FLASH_BASE+0x04000000 } /* two banks */
195
196 /*
197  * Environment settings
198  */
199 #define CONFIG_ENV_IS_IN_FLASH  1
200 #define CONFIG_ENV_ADDR         (CONFIG_SYS_FLASH_BASE + 0x8000000 - 0x40000)
201 #define CONFIG_ENV_SIZE         0x4000                       /* 16K */
202 #define CONFIG_ENV_SECT_SIZE    0x20000
203 #define CONFIG_ENV_ADDR_REDUND  (CONFIG_ENV_ADDR + 0x20000)
204 #define CONFIG_ENV_SIZE_REDUND  CONFIG_ENV_SIZE
205
206 #define CONFIG_ENV_OVERWRITE    1
207
208 #if defined CONFIG_ENV_IS_IN_FLASH
209 #undef CONFIG_ENV_IS_IN_NVRAM
210 #undef CONFIG_ENV_IS_IN_EEPROM
211 #elif defined CONFIG_ENV_IS_IN_NVRAM
212 #undef CONFIG_ENV_IS_IN_FLASH
213 #undef CONFIG_ENV_IS_IN_EEPROM
214 #elif defined CONFIG_ENV_IS_IN_EEPROM
215 #undef CONFIG_ENV_IS_IN_NVRAM
216 #undef CONFIG_ENV_IS_IN_FLASH
217 #endif
218
219 /*
220  * Memory map
221  */
222 #define CONFIG_SYS_MBAR         0xF0000000
223 #define CONFIG_SYS_SDRAM_BASE           0x00000000
224 #define CONFIG_SYS_DEFAULT_MBAR 0x80000000
225 #define CONFIG_SYS_SRAM_BASE            (CONFIG_SYS_MBAR + 0x20000)
226 #define CONFIG_SYS_SRAM_SIZE            0x8000
227
228 /* Use SRAM until RAM will be available */
229 #define CONFIG_SYS_INIT_RAM_ADDR        (CONFIG_SYS_MBAR + 0x20000)
230 #define CONFIG_SYS_INIT_RAM_SIZE        0x8000  /* Size of used area in DPRAM */
231
232 #define CONFIG_SYS_GBL_DATA_SIZE        128     /* size in bytes reserved for initial data */
233 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_GBL_DATA_SIZE)
234 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
235
236 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
237 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
238 #   define CONFIG_SYS_RAMBOOT           1
239 #endif
240
241 #define CONFIG_SYS_MONITOR_LEN          (256 << 10) /* Reserve 256 kB for Monitor   */
242 #define CONFIG_SYS_MALLOC_LEN           (128 << 10) /* Reserve 128 kB for malloc()  */
243 #define CONFIG_SYS_BOOTMAPSZ            (8 << 20)   /* Initial Memory map for Linux */
244
245 /* SDRAM configuration (for SPD) */
246 #define CONFIG_SYS_SDRAM_TOTAL_BANKS            1
247 #define CONFIG_SYS_SDRAM_SPD_I2C_ADDR           0x50            /* 7bit */
248 #define CONFIG_SYS_SDRAM_SPD_SIZE               0x100
249 #define CONFIG_SYS_SDRAM_CAS_LATENCY            5               /* (CL=2.5)x2 */
250
251 /* SDRAM drive strength register (for SSTL_2 class II)*/
252 #define CONFIG_SYS_SDRAM_DRIVE_STRENGTH ((DRIVE_STRENGTH_HIGH << SDRAMDS_SBE_SHIFT) | \
253                                          (DRIVE_STRENGTH_HIGH << SDRAMDS_SBC_SHIFT) | \
254                                          (DRIVE_STRENGTH_HIGH << SDRAMDS_SBA_SHIFT) | \
255                                          (DRIVE_STRENGTH_HIGH << SDRAMDS_SBS_SHIFT) | \
256                                          (DRIVE_STRENGTH_HIGH << SDRAMDS_SBD_SHIFT))
257
258 /*
259  * Ethernet configuration
260  */
261 #define CONFIG_MPC8220_FEC      1
262 #define CONFIG_FEC_10MBIT       1 /* Workaround for FEC 100Mbit problem */
263 #define CONFIG_PHY_ADDR         0x1F
264 #define CONFIG_MII              1
265
266 /*
267  * Miscellaneous configurable options
268  */
269 #define CONFIG_SYS_LONGHELP                         /* undef to save memory     */
270 #define CONFIG_SYS_PROMPT               "=> "       /* Monitor Command Prompt   */
271 #if defined(CONFIG_CMD_KGDB)
272 #define CONFIG_SYS_CBSIZE               1024        /* Console I/O Buffer Size  */
273 #else
274 #define CONFIG_SYS_CBSIZE               256         /* Console I/O Buffer Size  */
275 #endif
276 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)      /* Print Buffer Size */
277 #define CONFIG_SYS_MAXARGS              16          /* max number of command args   */
278 #define CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size    */
279
280 #define CONFIG_SYS_MEMTEST_START        0x00100000  /* memtest works on */
281 #define CONFIG_SYS_MEMTEST_END          0x00f00000  /* 1 ... 15 MB in DRAM  */
282
283 #define CONFIG_SYS_LOAD_ADDR            0x100000    /* default load address */
284
285 #define CONFIG_SYS_HZ                   1000        /* decrementer freq: 1 ms ticks */
286
287 #define CONFIG_SYS_CACHELINE_SIZE       32      /* For MPC8220 CPUs */
288 #if defined(CONFIG_CMD_KGDB)
289 #  define CONFIG_SYS_CACHELINE_SHIFT    5       /* log base 2 of the above value */
290 #endif
291
292 /*
293  * Various low-level settings
294  */
295 #define CONFIG_SYS_HID0_INIT            0
296 #define CONFIG_SYS_HID0_FINAL           0
297
298 /*
299 #define CONFIG_SYS_HID0_INIT           HID0_ICE | HID0_ICFI
300 #define CONFIG_SYS_HID0_FINAL          HID0_ICE
301 */
302
303 #endif /* __CONFIG_H */