blob: 2d77dd793879926e9af8a8e413005ad9c546bd92 [file] [log] [blame]
wdenk4a551702003-10-08 23:26:14 +00001/*
2 * (C) Copyright 2003, Psyent Corporation <www.psyent.com>
3 * Scott McNutt <smcnutt@psyent.com>
wdenkc935d3b2004-01-03 19:43:48 +00004 * Stephan Linz <linz@li-pro.net>
wdenk4a551702003-10-08 23:26:14 +00005 *
6 * See file CREDITS for list of people who contributed to this
7 * project.
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of
12 * the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22 * MA 02111-1307 USA
23 */
24
25#ifndef __CONFIG_H
26#define __CONFIG_H
27
wdenkec4c5442004-02-09 23:12:24 +000028/***********************************************************************
29 * Include the whole NIOS CPU configuration.
wdenkc935d3b2004-01-03 19:43:48 +000030 *
wdenkec4c5442004-02-09 23:12:24 +000031 * !!! HAVE TO BE HERE !!! DON'T MOVE THIS PART !!!
wdenkc935d3b2004-01-03 19:43:48 +000032 *
wdenkec4c5442004-02-09 23:12:24 +000033 ***********************************************************************/
wdenkc935d3b2004-01-03 19:43:48 +000034
35#if defined(CONFIG_NIOS_SAFE_32)
wdenkec4c5442004-02-09 23:12:24 +000036#include <configs/DK1C20_safe_32.h>
wdenkc935d3b2004-01-03 19:43:48 +000037#elif defined(CONFIG_NIOS_STANDARD_32)
wdenkec4c5442004-02-09 23:12:24 +000038#include <configs/DK1C20_standard_32.h>
wdenkc935d3b2004-01-03 19:43:48 +000039#else
40#error *** CFG_ERROR: you have to setup right NIOS CPU configuration
41#endif
42
wdenk4a551702003-10-08 23:26:14 +000043/*------------------------------------------------------------------------
44 * BOARD/CPU -- TOP-LEVEL
45 *----------------------------------------------------------------------*/
46#define CONFIG_NIOS 1 /* NIOS-32 core */
47#define CONFIG_DK1C20 1 /* Cyclone DK-1C20 board*/
wdenkc935d3b2004-01-03 19:43:48 +000048#define CONFIG_SYS_CLK_FREQ CFG_NIOS_CPU_CLK/* 50 MHz core clock */
49#define CFG_HZ 1000 /* 1 msec time tick */
50#undef CFG_CLKS_IN_HZ
wdenkc837dcb2004-01-20 23:12:12 +000051#define CONFIG_BOARD_EARLY_INIT_F 1 /* enable early board-spec. init*/
wdenk4a551702003-10-08 23:26:14 +000052
53/*------------------------------------------------------------------------
wdenkc935d3b2004-01-03 19:43:48 +000054 * BASE ADDRESSES / SIZE (Flash, SRAM, SDRAM)
wdenk4a551702003-10-08 23:26:14 +000055 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +000056#if (CFG_NIOS_CPU_SDRAM_SIZE != 0)
57
58#define CFG_SDRAM_BASE CFG_NIOS_CPU_SDRAM_BASE
59#define CFG_SDRAM_SIZE CFG_NIOS_CPU_SDRAM_SIZE
60
61#else
62#error *** CFG_ERROR: you have to setup any SDRAM in NIOS CPU config
63#endif
64
65#define CFG_SRAM_BASE CFG_NIOS_CPU_SRAM_BASE
66#define CFG_SRAM_SIZE CFG_NIOS_CPU_SRAM_SIZE
67#define CFG_VECT_BASE CFG_NIOS_CPU_VEC_BASE
wdenk4a551702003-10-08 23:26:14 +000068
69/*------------------------------------------------------------------------
70 * MEMORY ORGANIZATION - For the most part, you can put things pretty
71 * much anywhere. This is pretty flexible for Nios. So here we make some
72 * arbitrary choices & assume that the monitor is placed at the end of
73 * a memory resource (so you must make sure TEXT_BASE is chosen
74 * appropriately).
75 *
76 * -The heap is placed below the monitor.
77 * -Global data is placed below the heap.
78 * -The stack is placed below global data (&grows down).
79 *----------------------------------------------------------------------*/
80#define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256k */
wdenk4a551702003-10-08 23:26:14 +000081#define CFG_GBL_DATA_SIZE 128 /* Global data size rsvd*/
82#define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024)
83
84#define CFG_MONITOR_BASE TEXT_BASE
85#define CFG_MALLOC_BASE (CFG_MONITOR_BASE - CFG_MALLOC_LEN)
wdenkc935d3b2004-01-03 19:43:48 +000086#define CFG_GBL_DATA_OFFSET (CFG_MALLOC_BASE - CFG_GBL_DATA_SIZE)
wdenk4a551702003-10-08 23:26:14 +000087#define CFG_INIT_SP CFG_GBL_DATA_OFFSET
88
89/*------------------------------------------------------------------------
wdenkc935d3b2004-01-03 19:43:48 +000090 * FLASH (AM29LV065D)
wdenk4a551702003-10-08 23:26:14 +000091 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +000092#if (CFG_NIOS_CPU_FLASH_SIZE != 0)
93
94#define CFG_FLASH_BASE CFG_NIOS_CPU_FLASH_BASE
95#define CFG_FLASH_SIZE CFG_NIOS_CPU_FLASH_SIZE
wdenk4a551702003-10-08 23:26:14 +000096#define CFG_MAX_FLASH_SECT 128 /* Max # sects per bank */
97#define CFG_MAX_FLASH_BANKS 1 /* Max # of flash banks */
98#define CFG_FLASH_ERASE_TOUT 8000 /* Erase timeout (msec) */
99#define CFG_FLASH_WRITE_TOUT 100 /* Write timeout (msec) */
wdenkc935d3b2004-01-03 19:43:48 +0000100#define CFG_FLASH_WORD_SIZE unsigned char /* flash word size */
101
102#else
103#error *** CFG_ERROR: you have to setup any Flash memory in NIOS CPU config
104#endif
wdenk4a551702003-10-08 23:26:14 +0000105
106/*------------------------------------------------------------------------
107 * ENVIRONMENT
108 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +0000109#if (CFG_NIOS_CPU_FLASH_SIZE != 0)
110
wdenk4a551702003-10-08 23:26:14 +0000111#define CFG_ENV_IS_IN_FLASH 1 /* Environment in flash */
wdenkc935d3b2004-01-03 19:43:48 +0000112#define CFG_ENV_ADDR CFG_FLASH_BASE /* Mem addr of env */
113#define CFG_ENV_SIZE (64 * 1024) /* 64 KByte (1 sector) */
wdenk4a551702003-10-08 23:26:14 +0000114#define CONFIG_ENV_OVERWRITE /* Serial/eth change Ok */
115
wdenkc935d3b2004-01-03 19:43:48 +0000116#else
117#define CFG_ENV_IS_NOWHERE 1 /* NO Environment */
118#endif
119
wdenk4a551702003-10-08 23:26:14 +0000120/*------------------------------------------------------------------------
121 * CONSOLE
122 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +0000123#if (CFG_NIOS_CPU_UART_NUMS != 0)
124
125#define CFG_NIOS_CONSOLE CFG_NIOS_CPU_UART0 /* 1st UART is Cons. */
126
127#if (CFG_NIOS_CPU_UART0_BR != 0)
128#define CFG_NIOS_FIXEDBAUD 1 /* Baudrate is fixed */
129#define CONFIG_BAUDRATE CFG_NIOS_CPU_UART0_BR
130#else
131#undef CFG_NIOS_FIXEDBAUD
wdenk4a551702003-10-08 23:26:14 +0000132#define CONFIG_BAUDRATE 115200
wdenkc935d3b2004-01-03 19:43:48 +0000133#endif
134
135#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
136
137#else
138#error *** CFG_ERROR: you have to setup at least one UART in NIOS CPU config
139#endif
wdenk4a551702003-10-08 23:26:14 +0000140
141/*------------------------------------------------------------------------
142 * TIMER FOR TIMEBASE -- Nios doesn't have the equivalent of ppc PIT,
143 * so an avalon bus timer is required.
144 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +0000145#if (CFG_NIOS_CPU_TIMER_NUMS != 0)
146
147#if (CFG_NIOS_CPU_TICK_TIMER == 0)
148
149#error *** CFG_ERROR: tick timer at TIMER0 not supported, expand your config.h
150
151#elif (CFG_NIOS_CPU_TICK_TIMER == 1)
152
153#define CFG_NIOS_TMRBASE CFG_NIOS_CPU_TIMER1 /* TIMER1 as tick */
154#define CFG_NIOS_TMRIRQ CFG_NIOS_CPU_TIMER1_IRQ
155
156#if (CFG_NIOS_CPU_TIMER1_PER >= CFG_HZ)
157#define CFG_NIOS_TMRMS (CFG_NIOS_CPU_TIMER1_PER / CFG_HZ)
158#else
159#error *** CFG_ERROR: you have to use a timer periode of more than CFG_HZ
160#endif
161
162#endif /* CFG_NIOS_CPU_TICK_TIMER */
163
164#else
165#error *** CFG_ERROR: you have to setup at least one TIMER in NIOS CPU config
166#endif
wdenk4a551702003-10-08 23:26:14 +0000167
168/*------------------------------------------------------------------------
wdenk180d3f72004-01-04 16:28:35 +0000169 * Ethernet
wdenk4a551702003-10-08 23:26:14 +0000170 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +0000171#if (CFG_NIOS_CPU_LAN_NUMS == 1)
172
173#if (CFG_NIOS_CPU_LAN0_TYPE == 0) /* LAN91C111 */
174
wdenkc935d3b2004-01-03 19:43:48 +0000175#define CONFIG_DRIVER_SMC91111 /* Using SMC91c111 */
176#undef CONFIG_SMC91111_EXT_PHY /* Internal PHY */
177#define CONFIG_SMC91111_BASE (CFG_NIOS_CPU_LAN0_BASE + CFG_NIOS_CPU_LAN0_OFFS)
178
179#if (CFG_NIOS_CPU_LAN0_BUSW == 32)
180#define CONFIG_SMC_USE_32_BIT 1
181#else /* no */
182#undef CONFIG_SMC_USE_32_BIT
183#endif
184
185#elif (CFG_NIOS_CPU_LAN0_TYPE == 1) /* CS8900A */
186
187 /********************************************/
188 /* !!! CS8900 is __not__ tested on NIOS !!! */
189 /********************************************/
190#define CONFIG_DRIVER_CS8900 /* Using CS8900 */
191#define CS8900_BASE (CFG_NIOS_CPU_LAN0_BASE + CFG_NIOS_CPU_LAN0_OFFS)
192
193#if (CFG_NIOS_CPU_LAN0_BUSW == 32)
194#undef CS8900_BUS16
195#define CS8900_BUS32 1
196#else /* no */
197#define CS8900_BUS16 1
198#undef CS8900_BUS32
199#endif
200
201#else
202#error *** CFG_ERROR: invalid LAN0 chip type, check your NIOS CPU config
203#endif
wdenk4a551702003-10-08 23:26:14 +0000204
205#define CONFIG_ETHADDR 08:00:3e:26:0a:5b
206#define CONFIG_NETMASK 255.255.255.0
207#define CONFIG_IPADDR 192.168.2.21
208#define CONFIG_SERVERIP 192.168.2.16
209
wdenkc935d3b2004-01-03 19:43:48 +0000210#else
211#error *** CFG_ERROR: you have to setup just one LAN only or expand your config.h
212#endif
213
214/*------------------------------------------------------------------------
215 * STATUS LEDs
216 *----------------------------------------------------------------------*/
217#if (CFG_NIOS_CPU_PIO_NUMS != 0)
218
219#if (CFG_NIOS_CPU_LED_PIO == 0)
220
221#error *** CFG_ERROR: status LEDs at PIO0 not supported, expand your config.h
222
223#elif (CFG_NIOS_CPU_LED_PIO == 1)
224
225#error *** CFG_ERROR: status LEDs at PIO1 not supported, expand your config.h
226
227#elif (CFG_NIOS_CPU_LED_PIO == 2)
228
229#define STATUS_LED_BASE CFG_NIOS_CPU_PIO2
230#define STATUS_LED_BITS CFG_NIOS_CPU_PIO2_BITS
231#define STATUS_LED_ACTIVE 1 /* LED on for bit == 1 */
232
233#if (CFG_NIOS_CPU_PIO2_TYPE == 1)
234#define STATUS_LED_WRONLY 1
235#else
236#undef STATUS_LED_WRONLY
237#endif
238
239#elif (CFG_NIOS_CPU_LED_PIO == 3)
240
241#error *** CFG_ERROR: status LEDs at PIO3 not supported, expand your config.h
242
243#elif (CFG_NIOS_CPU_LED_PIO == 4)
244
245#error *** CFG_ERROR: status LEDs at PIO4 not supported, expand your config.h
246
247#elif (CFG_NIOS_CPU_LED_PIO == 5)
248
249#error *** CFG_ERROR: status LEDs at PIO5 not supported, expand your config.h
250
251#elif (CFG_NIOS_CPU_LED_PIO == 6)
252
253#error *** CFG_ERROR: status LEDs at PIO6 not supported, expand your config.h
254
255#elif (CFG_NIOS_CPU_LED_PIO == 7)
256
257#error *** CFG_ERROR: status LEDs at PIO7 not supported, expand your config.h
258
259#elif (CFG_NIOS_CPU_LED_PIO == 8)
260
261#error *** CFG_ERROR: status LEDs at PIO8 not supported, expand your config.h
262
263#elif (CFG_NIOS_CPU_LED_PIO == 9)
264
265#error *** CFG_ERROR: status LEDs at PIO9 not supported, expand your config.h
266
267#else
268#error *** CFG_ERROR: you have to set CFG_NIOS_CPU_LED_PIO in right case
269#endif
270
271#define CONFIG_STATUS_LED 1 /* enable status led driver */
272
273#define STATUS_LED_BIT (1 << 0) /* LED[0] */
274#define STATUS_LED_STATE STATUS_LED_BLINKING
275#define STATUS_LED_BOOT_STATE STATUS_LED_OFF
276#define STATUS_LED_PERIOD (CFG_HZ / 10) /* ca. 1 Hz */
277#define STATUS_LED_BOOT 0 /* boot LED */
278
279#if (STATUS_LED_BITS > 1)
280#define STATUS_LED_BIT1 (1 << 1) /* LED[1] */
281#define STATUS_LED_STATE1 STATUS_LED_OFF
282#define STATUS_LED_PERIOD1 (CFG_HZ / 50) /* ca. 5 Hz */
283#define STATUS_LED_RED 1 /* fail LED */
284#endif
285
286#if (STATUS_LED_BITS > 2)
287#define STATUS_LED_BIT2 (1 << 2) /* LED[2] */
288#define STATUS_LED_STATE2 STATUS_LED_OFF
289#define STATUS_LED_PERIOD2 (CFG_HZ / 10) /* ca. 1 Hz */
290#define STATUS_LED_YELLOW 2 /* info LED */
291#endif
292
293#if (STATUS_LED_BITS > 3)
294#define STATUS_LED_BIT3 (1 << 3) /* LED[3] */
295#define STATUS_LED_STATE3 STATUS_LED_OFF
296#define STATUS_LED_PERIOD3 (CFG_HZ / 10) /* ca. 1 Hz */
297#define STATUS_LED_GREEN 3 /* info LED */
298#endif
299
300#define STATUS_LED_PAR 1 /* makes status_led.h happy */
301
302#endif /* CFG_NIOS_CPU_PIO_NUMS */
303
304/*------------------------------------------------------------------------
305 * SEVEN SEGMENT LED DISPLAY
306 *----------------------------------------------------------------------*/
307#if (CFG_NIOS_CPU_PIO_NUMS != 0)
308
309#if (CFG_NIOS_CPU_SEVENSEG_PIO == 0)
310
wdenkec4c5442004-02-09 23:12:24 +0000311#error *** CFG_ERROR: seven segment display at PIO0 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000312
313#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 1)
314
wdenkec4c5442004-02-09 23:12:24 +0000315#error *** CFG_ERROR: seven segment display at PIO1 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000316
317#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 2)
318
wdenkec4c5442004-02-09 23:12:24 +0000319#error *** CFG_ERROR: seven segment display at PIO2 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000320
321#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 3)
322
323#define SEVENSEG_BASE CFG_NIOS_CPU_PIO3
324#define SEVENSEG_BITS CFG_NIOS_CPU_PIO3_BITS
325#define SEVENSEG_ACTIVE 0 /* LED on for bit == 1 */
326
327#if (CFG_NIOS_CPU_PIO3_TYPE == 1)
328#define SEVENSEG_WRONLY 1
329#else
330#undef SEVENSEG_WRONLY
331#endif
332
333#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 4)
334
wdenkec4c5442004-02-09 23:12:24 +0000335#error *** CFG_ERROR: seven segment display at PIO4 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000336
337#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 5)
338
wdenkec4c5442004-02-09 23:12:24 +0000339#error *** CFG_ERROR: seven segment display at PIO5 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000340
341#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 6)
342
wdenkec4c5442004-02-09 23:12:24 +0000343#error *** CFG_ERROR: seven segment display at PIO6 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000344
345#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 7)
346
wdenkec4c5442004-02-09 23:12:24 +0000347#error *** CFG_ERROR: seven segment display at PIO7 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000348
349#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 8)
350
wdenkec4c5442004-02-09 23:12:24 +0000351#error *** CFG_ERROR: seven segment display at PIO8 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000352
353#elif (CFG_NIOS_CPU_SEVENSEG_PIO == 9)
354
wdenkec4c5442004-02-09 23:12:24 +0000355#error *** CFG_ERROR: seven segment display at PIO9 not supported, expand your config.h
wdenkc935d3b2004-01-03 19:43:48 +0000356
357#else
358#error *** CFG_ERROR: you have to set CFG_NIOS_CPU_SEVENSEG_PIO in right case
359#endif
360
361#define CONFIG_SEVENSEG 1 /* enable seven segment led driver */
362
363/*
364 * Dual 7-Segment Display pin assignment -- read more in your
365 * "Nios Development Board Reference Manual"
366 *
367 *
368 * (U8) HI:D[15..8] (U9) LO:D[7..0]
369 * ______ ______
370 * | D14 | | D6 |
371 * | | | |
372 * D9| |D13 D1| |D5
373 * |______| |______| ___
374 * | D8 | | D0 | | A |
375 * | | | | F|___|B
376 * D10| |D12 D2| |D4 | G |
377 * |______| |______| E|___|C
378 * D11 * D3 * D *
379 * D15 D7 DP
380 *
381 */
382#define SEVENSEG_DIGIT_HI_LO_EQUAL 1 /* high nibble equal low nibble */
383#define SEVENSEG_DIGIT_A (1 << 6) /* bit 6 is segment A */
384#define SEVENSEG_DIGIT_B (1 << 5) /* bit 5 is segment B */
385#define SEVENSEG_DIGIT_C (1 << 4) /* bit 4 is segment C */
386#define SEVENSEG_DIGIT_D (1 << 3) /* bit 3 is segment D */
387#define SEVENSEG_DIGIT_E (1 << 2) /* bit 2 is segment E */
388#define SEVENSEG_DIGIT_F (1 << 1) /* bit 1 is segment F */
389#define SEVENSEG_DIGIT_G (1 << 0) /* bit 0 is segment G */
390#define SEVENSEG_DIGIT_DP (1 << 7) /* bit 7 is decimal point */
391
392#endif /* CFG_NIOS_CPU_PIO_NUMS */
393
wdenk4a551702003-10-08 23:26:14 +0000394/*------------------------------------------------------------------------
wdenk180d3f72004-01-04 16:28:35 +0000395 * ASMI - Active Serial Memory Interface.
396 *
397 * ASMI is for Cyclone devices only and only works when the configuration
398 * is loaded via JTAG or ASMI. Please see doc/README.dk1c20 for details.
399 *----------------------------------------------------------------------*/
wdenk5653fc32004-02-08 22:55:38 +0000400#define CONFIG_NIOS_ASMI /* Enable ASMI */
401#define CFG_NIOS_ASMIBASE CFG_NIOS_CPU_ASMI0 /* ASMI base address */
wdenk180d3f72004-01-04 16:28:35 +0000402
403/*------------------------------------------------------------------------
wdenk4a551702003-10-08 23:26:14 +0000404 * COMMANDS
405 *----------------------------------------------------------------------*/
406#define CONFIG_COMMANDS (CFG_CMD_ALL & ~( \
407 CFG_CMD_ASKENV | \
408 CFG_CMD_BEDBUG | \
409 CFG_CMD_BMP | \
410 CFG_CMD_BSP | \
411 CFG_CMD_CACHE | \
412 CFG_CMD_DATE | \
413 CFG_CMD_DOC | \
414 CFG_CMD_DTT | \
415 CFG_CMD_EEPROM | \
416 CFG_CMD_ELF | \
417 CFG_CMD_FAT | \
418 CFG_CMD_FDC | \
419 CFG_CMD_FDOS | \
420 CFG_CMD_HWFLOW | \
421 CFG_CMD_IDE | \
422 CFG_CMD_I2C | \
423 CFG_CMD_JFFS2 | \
424 CFG_CMD_KGDB | \
425 CFG_CMD_NAND | \
wdenk4a551702003-10-08 23:26:14 +0000426 CFG_CMD_MMC | \
427 CFG_CMD_MII | \
428 CFG_CMD_PCI | \
429 CFG_CMD_PCMCIA | \
430 CFG_CMD_SCSI | \
431 CFG_CMD_SPI | \
432 CFG_CMD_VFD | \
433 CFG_CMD_USB ) )
434
435
436#include <cmd_confdefs.h>
437
438/*------------------------------------------------------------------------
439 * KGDB
440 *----------------------------------------------------------------------*/
441#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
442#define CONFIG_KGDB_BAUDRATE 9600
443#endif
444
445/*------------------------------------------------------------------------
446 * MISC
447 *----------------------------------------------------------------------*/
wdenkc935d3b2004-01-03 19:43:48 +0000448#define CFG_LONGHELP /* undef to save memory */
449#define CFG_PROMPT "DK1C20 > " /* Monitor Command Prompt */
450#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
wdenk4a551702003-10-08 23:26:14 +0000451#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
wdenkc935d3b2004-01-03 19:43:48 +0000452#define CFG_MAXARGS 16 /* max number of command args*/
453#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
wdenk4a551702003-10-08 23:26:14 +0000454
wdenkc935d3b2004-01-03 19:43:48 +0000455#if (CFG_SRAM_SIZE != 0)
456#define CFG_LOAD_ADDR CFG_SRAM_BASE /* Default load address */
457#else
458#undef CFG_LOAD_ADDR
459#endif
460
461#if (CFG_SDRAM_SIZE != 0)
462#define CFG_MEMTEST_START CFG_SDRAM_BASE /* SDRAM til stack area */
463#define CFG_MEMTEST_END (CFG_INIT_SP - (1024 * 1024)) /* 1MB stack */
464#else
465#undef CFG_MEMTEST_START
466#undef CFG_MEMTEST_END
467#endif
wdenk4a551702003-10-08 23:26:14 +0000468
469
470#endif /* __CONFIG_H */