blob: 75c5f9bb3e07fa5523f132e9604238510a4f96cc [file] [log] [blame]
wdenkd9fd6ff2002-10-11 08:43:32 +00001/*
2 * (C) Copyright 2002
3 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net
4 *
5 * (C) Copyright 2002
6 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
7 * Marius Groeger <mgroeger@sysgo.de>
8 *
9 * See file CREDITS for list of people who contributed to this
10 * project.
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of
15 * the License, or (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25 * MA 02111-1307 USA
26 */
27
28#ifndef __CONFIG_H
29#define __CONFIG_H
30
31/*
wdenkd9fd6ff2002-10-11 08:43:32 +000032 * High Level Configuration Options
33 * (easy to change)
34 */
35#define CONFIG_PXA250 1 /* This is an PXA250 CPU */
36#define CONFIG_HHP_CRADLE 1 /* on an Cradle Board */
37
38#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
39
Jean-Christophe PLAGNIOL-VILLARDb3acb6c2009-04-05 13:06:31 +020040/* we will never enable dcache, because we have to setup MMU first */
41#define CONFIG_SYS_NO_DCACHE
42
wdenkd9fd6ff2002-10-11 08:43:32 +000043/*
44 * Size of malloc() pool
45 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020046#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
47#define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
wdenkd9fd6ff2002-10-11 08:43:32 +000048
49/*
50 * Hardware drivers
51 */
52#define CONFIG_DRIVER_SMC91111
53#define CONFIG_SMC91111_BASE 0x10000300
54#define CONFIG_SMC91111_EXT_PHY
55#define CONFIG_SMC_USE_32_BIT
56
57/*
58 * select serial console configuration
59 */
60#define CONFIG_FFUART 1 /* we use FFUART on LUBBOCK */
61
62/* allow to overwrite serial and ethaddr */
63#define CONFIG_ENV_OVERWRITE
64
65#define CONFIG_BAUDRATE 115200
66
wdenkd9fd6ff2002-10-11 08:43:32 +000067
Jon Loeliger37e4f242007-07-04 22:31:56 -050068/*
Jon Loeliger80ff4f92007-07-10 09:29:01 -050069 * 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/*
Jon Loeliger37e4f242007-07-04 22:31:56 -050078 * Command line configuration.
79 */
80#include <config_cmd_default.h>
81
wdenkd9fd6ff2002-10-11 08:43:32 +000082
83#define CONFIG_BOOTDELAY 3
84#define CONFIG_BOOTARGS "root=/dev/mtdblock2 console=ttyS0,115200"
85#define CONFIG_ETHADDR 08:00:3e:26:0a:5b
86#define CONFIG_NETMASK 255.255.0.0
87#define CONFIG_IPADDR 192.168.0.21
88#define CONFIG_SERVERIP 192.168.0.250
89#define CONFIG_BOOTCOMMAND "bootm 40000"
90#define CONFIG_CMDLINE_TAG
91
92/*
93 * Miscellaneous configurable options
94 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020095#define CONFIG_SYS_LONGHELP /* undef to save memory */
96#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
97#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
98#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
99#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
100#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
wdenkd9fd6ff2002-10-11 08:43:32 +0000101
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200102#define CONFIG_SYS_MEMTEST_START 0xa0400000 /* memtest works on */
103#define CONFIG_SYS_MEMTEST_END 0xa0800000 /* 4 ... 8 MB in DRAM */
wdenkd9fd6ff2002-10-11 08:43:32 +0000104
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200105#define CONFIG_SYS_LOAD_ADDR 0xa2000000 /* default load address */
wdenkd9fd6ff2002-10-11 08:43:32 +0000106
Micha Kalfon94a33122009-02-11 19:50:11 +0200107#define CONFIG_SYS_HZ 1000
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200108#define CONFIG_SYS_CPUSPEED 0x141 /* set core clock to 200/200/100 MHz */
wdenkd9fd6ff2002-10-11 08:43:32 +0000109
wdenk8bde7f72003-06-27 21:31:46 +0000110 /* valid baudrates */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200111#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
wdenkd9fd6ff2002-10-11 08:43:32 +0000112
113/*
114 * Stack sizes
115 *
116 * The stack sizes are set up in start.S using the settings below
117 */
118#define CONFIG_STACKSIZE (128*1024) /* regular stack */
119#ifdef CONFIG_USE_IRQ
120#define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
121#define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
122#endif
123
124/*
125 * Physical Memory Map
126 */
127#define CONFIG_NR_DRAM_BANKS 4 /* we have 2 banks of DRAM */
128#define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */
129#define PHYS_SDRAM_1_SIZE 0x01000000 /* 64 MB */
130#define PHYS_SDRAM_2 0xa4000000 /* SDRAM Bank #2 */
131#define PHYS_SDRAM_2_SIZE 0x00000000 /* 0 MB */
132#define PHYS_SDRAM_3 0xa8000000 /* SDRAM Bank #3 */
133#define PHYS_SDRAM_3_SIZE 0x00000000 /* 0 MB */
134#define PHYS_SDRAM_4 0xac000000 /* SDRAM Bank #4 */
135#define PHYS_SDRAM_4_SIZE 0x00000000 /* 0 MB */
136
137#define PHYS_FLASH_1 0x00000000 /* Flash Bank #1 */
138#define PHYS_FLASH_2 0x04000000 /* Flash Bank #1 */
139#define PHYS_FLASH_SIZE 0x02000000 /* 32 MB */
140
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200141#define CONFIG_SYS_DRAM_BASE 0xa0000000
142#define CONFIG_SYS_DRAM_SIZE 0x04000000
wdenkd9fd6ff2002-10-11 08:43:32 +0000143
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200144#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
wdenkd9fd6ff2002-10-11 08:43:32 +0000145
146/*
147 * FLASH and environment organization
148 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200149#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
150#define CONFIG_SYS_MAX_FLASH_SECT 32 /* max number of sectors on one chip */
wdenkd9fd6ff2002-10-11 08:43:32 +0000151
152/* timeout values are in ticks */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200153#define CONFIG_SYS_FLASH_ERASE_TOUT (2*CONFIG_SYS_HZ) /* Timeout for Flash Erase */
154#define CONFIG_SYS_FLASH_WRITE_TOUT (2*CONFIG_SYS_HZ) /* Timeout for Flash Write */
wdenkd9fd6ff2002-10-11 08:43:32 +0000155
Jean-Christophe PLAGNIOL-VILLARD5a1aceb2008-09-10 22:48:04 +0200156#define CONFIG_ENV_IS_IN_FLASH 1
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200157#define CONFIG_ENV_ADDR 0x00020000 /* absolute address for now */
158#define CONFIG_ENV_SIZE 0x20000 /* 8K ouch, this may later be */
wdenkd9fd6ff2002-10-11 08:43:32 +0000159
160/******************************************************************************
161 *
162 * CPU specific defines
163 *
164 ******************************************************************************/
165
166/*
167 * GPIO settings
168 *
169 * GPIO pin assignments
170 * GPIO Name Dir Out AF
171 * 0 NC
172 * 1 NC
173 * 2 SIRQ1 I
174 * 3 SIRQ2 I
175 * 4 SIRQ3 I
176 * 5 DMAACK1 O 0
177 * 6 DMAACK2 O 0
178 * 7 DMAACK3 O 0
179 * 8 TC1 O 0
180 * 9 TC2 O 0
181 * 10 TC3 O 0
182 * 11 nDMAEN O 1
183 * 12 AENCTRL O 0
184 * 13 PLDTC O 0
185 * 14 ETHIRQ I
186 * 15 NC
187 * 16 NC
188 * 17 NC
189 * 18 RDY I
190 * 19 DMASIO I
191 * 20 ETHIRQ NC
192 * 21 NC
193 * 22 PGMEN O 1 FIXME for debug only enable flash
194 * 23 NC
195 * 24 NC
196 * 25 NC
197 * 26 NC
198 * 27 NC
199 * 28 NC
200 * 29 NC
201 * 30 NC
202 * 31 NC
203 * 32 NC
204 * 33 NC
205 * 34 FFRXD I 01
206 * 35 FFCTS I 01
207 * 36 FFDCD I 01
208 * 37 FFDSR I 01
209 * 38 FFRI I 01
210 * 39 FFTXD O 1 10
211 * 40 FFDTR O 0 10
212 * 41 FFRTS O 0 10
213 * 42 RS232FOFF O 0 00
214 * 43 NC
215 * 44 NC
216 * 45 IRSL0 O 0
217 * 46 IRRX0 I 01
218 * 47 IRTX0 O 0 10
219 * 48 NC
220 * 49 nIOWE O 0
221 * 50 NC
222 * 51 NC
223 * 52 NC
224 * 53 NC
225 * 54 NC
226 * 55 NC
227 * 56 NC
228 * 57 NC
229 * 58 DKDIRQ I
230 * 59 NC
231 * 60 NC
232 * 61 NC
233 * 62 NC
234 * 63 NC
235 * 64 COMLED O 0
236 * 65 COMLED O 0
237 * 66 COMLED O 0
238 * 67 COMLED O 0
239 * 68 COMLED O 0
240 * 69 COMLED O 0
241 * 70 COMLED O 0
242 * 71 COMLED O 0
243 * 72 NC
244 * 73 NC
245 * 74 NC
246 * 75 NC
247 * 76 NC
248 * 77 NC
249 * 78 CSIO O 1
250 * 79 NC
251 * 80 CSETH O 1
252 *
253 * NOTE: All NC's are defined to be outputs
254 *
255 */
256/* Pin direction control */
257/* NOTE GPIO 0, 61, 62 are set for inputs due to CPLD SPAREs */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200258#define CONFIG_SYS_GPDR0_VAL 0xfff3bf02
259#define CONFIG_SYS_GPDR1_VAL 0xfbffbf83
260#define CONFIG_SYS_GPDR2_VAL 0x0001ffff
wdenkd9fd6ff2002-10-11 08:43:32 +0000261/* Set and Clear registers */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200262#define CONFIG_SYS_GPSR0_VAL 0x00400800
263#define CONFIG_SYS_GPSR1_VAL 0x00000480
264#define CONFIG_SYS_GPSR2_VAL 0x00014000
265#define CONFIG_SYS_GPCR0_VAL 0x00000000
266#define CONFIG_SYS_GPCR1_VAL 0x00000000
267#define CONFIG_SYS_GPCR2_VAL 0x00000000
wdenkd9fd6ff2002-10-11 08:43:32 +0000268/* Edge detect registers (these are set by the kernel) */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200269#define CONFIG_SYS_GRER0_VAL 0x00000000
270#define CONFIG_SYS_GRER1_VAL 0x00000000
271#define CONFIG_SYS_GRER2_VAL 0x00000000
272#define CONFIG_SYS_GFER0_VAL 0x00000000
273#define CONFIG_SYS_GFER1_VAL 0x00000000
274#define CONFIG_SYS_GFER2_VAL 0x00000000
wdenkd9fd6ff2002-10-11 08:43:32 +0000275/* Alternate function registers */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200276#define CONFIG_SYS_GAFR0_L_VAL 0x00000000
277#define CONFIG_SYS_GAFR0_U_VAL 0x00000010
278#define CONFIG_SYS_GAFR1_L_VAL 0x900a9550
279#define CONFIG_SYS_GAFR1_U_VAL 0x00000008
280#define CONFIG_SYS_GAFR2_L_VAL 0x20000000
281#define CONFIG_SYS_GAFR2_U_VAL 0x00000002
wdenkd9fd6ff2002-10-11 08:43:32 +0000282
283/*
284 * Clocks, power control and interrupts
285 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200286#define CONFIG_SYS_PSSR_VAL 0x00000020
287#define CONFIG_SYS_CCCR_VAL 0x00000141 /* 100 MHz memory, 200 MHz CPU */
288#define CONFIG_SYS_CKEN_VAL 0x00000060 /* FFUART and STUART enabled */
289#define CONFIG_SYS_ICMR_VAL 0x00000000 /* No interrupts enabled */
wdenkd9fd6ff2002-10-11 08:43:32 +0000290
291/* FIXME
292 *
293 * RTC settings
294 * Watchdog
295 *
296 */
297
298/*
299 * Memory settings
300 *
301 * FIXME Can ethernet be burst read and/or write?? This is set for lubbock
302 * Verify timings on all
303 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200304#define CONFIG_SYS_MSC0_VAL 0x000023FA /* flash bank (cs0) */
305/*#define CONFIG_SYS_MSC1_VAL 0x00003549 / * SuperIO bank (cs2) */
306#define CONFIG_SYS_MSC1_VAL 0x0000354c /* SuperIO bank (cs2) */
307#define CONFIG_SYS_MSC2_VAL 0x00001224 /* Ethernet bank (cs4) */
wdenkd9fd6ff2002-10-11 08:43:32 +0000308#ifdef REDBOOT_WAY
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200309#define CONFIG_SYS_MDCNFG_VAL 0x00001aa1 /* FIXME can DTC be 01? */
310#define CONFIG_SYS_MDMRS_VAL 0x00000000
311#define CONFIG_SYS_MDREFR_VAL 0x00018018
wdenkd9fd6ff2002-10-11 08:43:32 +0000312#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200313#define CONFIG_SYS_MDCNFG_VAL 0x00001aa1 /* FIXME can DTC be 01? */
314#define CONFIG_SYS_MDMRS_VAL 0x00000000
315#define CONFIG_SYS_MDREFR_VAL 0x00403018 /* Initial setting, individual bits set in lowlevel_init.S */
wdenkd9fd6ff2002-10-11 08:43:32 +0000316#endif
317
318/*
319 * PCMCIA and CF Interfaces (NOT USED, these values from lubbock init)
320 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200321#define CONFIG_SYS_MECR_VAL 0x00000000
322#define CONFIG_SYS_MCMEM0_VAL 0x00010504
323#define CONFIG_SYS_MCMEM1_VAL 0x00010504
324#define CONFIG_SYS_MCATT0_VAL 0x00010504
325#define CONFIG_SYS_MCATT1_VAL 0x00010504
326#define CONFIG_SYS_MCIO0_VAL 0x00004715
327#define CONFIG_SYS_MCIO1_VAL 0x00004715
wdenkd9fd6ff2002-10-11 08:43:32 +0000328
329/* Board specific defines */
330
331/* LED defines */
332#define YELLOW 0x03
333#define RED 0x02
334#define GREEN 0x01
335#define OFF 0x00
336#define LED_IRDA0 0
337#define LED_IRDA1 2
338#define LED_IRDA2 4
339#define LED_IRDA3 6
340#define CRADLE_LED_SET_REG GPSR2
341#define CRADLE_LED_CLR_REG GPCR2
342
343/* SuperIO defines */
344#define CRADLE_SIO_INDEX 0x2e
345#define CRADLE_SIO_DATA 0x2f
346
347/* IO defines */
348#define CRADLE_CPLD_PHYS 0x08000000
349#define CRADLE_SIO1_PHYS 0x08100000
350#define CRADLE_SIO2_PHYS 0x08200000
351#define CRADLE_SIO3_PHYS 0x08300000
352#define CRADLE_ETH_PHYS 0x10000000
353
354#ifndef __ASSEMBLY__
355
356/* global prototypes */
357void led_code(int code, int color);
358
359#endif
360
361#endif /* __CONFIG_H */