config: Add a default CONFIG_SYS_PROMPT
[platform/kernel/u-boot.git] / include / configs / svm_sc8xx.h
1 /*
2  * (C) Copyright 2000, 2001, 2002
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 /*
9  * board/config.h - configuration options, board specific,
10  *                  for SinoVee Microsystems SC8xx series SBC
11  *                  http://www.fel.com.cn (Chinese)
12  *                  http://www.sinovee.com (English)
13  */
14
15 #ifndef __CONFIG_H
16 #define __CONFIG_H
17
18 #define CONFIG_SYS_TEXT_BASE    0x40000000
19
20 /* Custom configuration */
21 /* SC823,SC850,SC860SAR, FEL8xx-AT(823/850/860) */
22 /* SC85T,SC860T, FEL8xx-AT(855T/860T) */
23 /*#define CONFIG_FEL8xx_AT */
24 /*#define CONFIG_LCD */
25 /*#define CONFIG_MPC8XX_LCD*/
26 /* if core > 50MHz , un-comment CONFIG_BUS_DIV2 */
27 /* #define CONFIG_50MHz */
28 /* #define CONFIG_66MHz */
29 /* #define CONFIG_75MHz */
30 #define CONFIG_80MHz
31 /*#define CONFIG_100MHz */
32 /* #define CONFIG_BUS_DIV2      1 */
33 /* for BOOT device port size */
34 /* #define CONFIG_BOOT_8B */
35 #define CONFIG_BOOT_16B
36 /* #define CONFIG_BOOT_32B */
37 /* #define CONFIG_CAN_DRIVER */
38 /* #define DEBUG */
39 #define CONFIG_FEC_ENET
40
41 /* #define CONFIG_SDRAM_16M */
42 #define CONFIG_SDRAM_32M
43 /* #define CONFIG_SDRAM_64M */
44 #define CONFIG_SYS_RESET_ADDRESS 0xffffffff
45 /*
46  * High Level Configuration Options
47  * (easy to change)
48  */
49
50 /* #define CONFIG_MPC823                1 */
51 /* #define CONFIG_MPC850                1 */
52 #define CONFIG_MPC855           1
53 /* #define CONFIG_MPC860                1 */
54 /* #define CONFIG_MPC860T               1 */
55
56 #undef  CONFIG_WATCHDOG                 /* watchdog */
57
58 #define CONFIG_SVM_SC8xx                1       /* ...on SVM SC8xx series       */
59
60 #ifdef  CONFIG_LCD                      /* with LCD controller ?        */
61 /* #define CONFIG_NEC_NL6448BC20 1 / * use NEC NL6448BC20 display       */
62 #endif
63
64 #define CONFIG_8xx_CONS_SMC1    1       /* Console is on SMC1           */
65 #undef  CONFIG_8xx_CONS_SMC2
66 #undef  CONFIG_8xx_CONS_NONE
67 #define CONFIG_BAUDRATE         19200   /* console baudrate = 115kbps   */
68 #if 0
69 #define CONFIG_BOOTDELAY        -1      /* autoboot disabled            */
70 #else
71 #define CONFIG_BOOTDELAY        1       /* autoboot after 5 seconds     */
72 #endif
73
74 #define CONFIG_CLOCKS_IN_MHZ    1       /* clocks passsed to Linux in MHz */
75
76 #define CONFIG_BOARD_TYPES      1       /* support board types          */
77
78 #define CONFIG_PREBOOT  "echo;echo Welcome to U-Boot SVM port;echo;echo Type \"? or help\" to get on-line help;echo"
79
80 #undef  CONFIG_BOOTARGS
81 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
82         "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
83          "nfsroot=${serverip}:${rootpath}\0"                     \
84         "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
85         "addip=setenv bootargs ${bootargs} "                            \
86                "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
87                 ":${hostname}:${netdev}:off panic=1\0"                  \
88                 "flash_nfs=run nfsargs addip;"                                  \
89              "bootm ${kernel_addr}\0"                                \
90         "flash_self=run ramargs addip;"                                 \
91                "bootm ${kernel_addr} ${ramdisk_addr}\0"                \
92         "net_nfs=tftp 0x210000 ${bootfile};run nfsargs addip;bootm\0"     \
93         "rootpath=/opt/sinovee/ppc8xx-linux-2.0/target\0"                                  \
94         "bootfile=pImage-sc855t\0"                           \
95         "kernel_addr=48000000\0"                                        \
96         "ramdisk_addr=48100000\0"                                       \
97         ""
98 #define CONFIG_BOOTCOMMAND                                                      \
99         "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} "     \
100         "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; "   \
101         "tftpboot 0x210000 pImage-sc855t;bootm 0x210000"
102
103 #define CONFIG_LOADS_ECHO       1       /* echo on for serial download  */
104 #undef  CONFIG_SYS_LOADS_BAUD_CHANGE            /* don't allow baudrate change  */
105
106
107 #ifdef CONFIG_LCD
108 # undef  CONFIG_STATUS_LED              /* disturbs display             */
109 #else
110 # define CONFIG_STATUS_LED      1       /* Status LED enabled           */
111 #endif  /* CONFIG_LCD */
112
113 #undef  CONFIG_CAN_DRIVER               /* CAN Driver support disabled  */
114
115 /*
116  * BOOTP options
117  */
118 #define CONFIG_BOOTP_SUBNETMASK
119 #define CONFIG_BOOTP_GATEWAY
120 #define CONFIG_BOOTP_HOSTNAME
121 #define CONFIG_BOOTP_BOOTPATH
122 #define CONFIG_BOOTP_BOOTFILESIZE
123
124 #define CONFIG_MAC_PARTITION
125 #define CONFIG_DOS_PARTITION
126
127 #define CONFIG_RTC_MPC8xx               /* use internal RTC of MPC8xx   */
128
129
130 /*
131  * Command line configuration.
132  */
133 #include <config_cmd_default.h>
134
135 #define CONFIG_CMD_ASKENV
136 #define CONFIG_CMD_DHCP
137 #define CONFIG_CMD_DATE
138
139 /*
140  * Miscellaneous configurable options
141  */
142 #define CONFIG_SYS_LONGHELP                     /* undef to save memory         */
143
144 #ifdef  CONFIG_SYS_HUSH_PARSER
145 #endif
146
147 #if defined(CONFIG_CMD_KGDB)
148 #define CONFIG_SYS_CBSIZE       1024            /* Console I/O Buffer Size      */
149 #else
150 #define CONFIG_SYS_CBSIZE       256             /* Console I/O Buffer Size      */
151 #endif
152 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
153 #define CONFIG_SYS_MAXARGS      16              /* max number of command args   */
154 #define CONFIG_SYS_BARGSIZE     CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
155
156 #define CONFIG_SYS_MEMTEST_START        0x0400000       /* memtest works on     */
157 #define CONFIG_SYS_MEMTEST_END          0x0C00000       /* 4 ... 12 MB in DRAM  */
158
159 #define CONFIG_SYS_LOAD_ADDR            0x100000        /* default load address */
160
161 #define CONFIG_SYS_HZ           1000            /* decrementer freq: 1 ms ticks */
162
163 /*
164  * Low Level Configuration Settings
165  * (address mappings, register initial values, etc.)
166  * You should know what you are doing if you make changes here.
167  */
168 /*-----------------------------------------------------------------------
169  * Internal Memory Mapped Register
170  */
171 #define CONFIG_SYS_IMMR         0xFF000000
172
173 /*-----------------------------------------------------------------------
174  * Definitions for initial stack pointer and data area (in DPRAM)
175  */
176 #define CONFIG_SYS_INIT_RAM_ADDR        CONFIG_SYS_IMMR
177 #define CONFIG_SYS_INIT_RAM_SIZE        0x2F00  /* Size of used area in DPRAM   */
178 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
179 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
180
181 /*-----------------------------------------------------------------------
182  * Start addresses for the final memory configuration
183  * (Set up by the startup code)
184  * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
185  */
186 #define CONFIG_SYS_SDRAM_BASE           0x00000000
187 #define CONFIG_SYS_FLASH_BASE           0x40000000
188 #define CONFIG_SYS_MONITOR_LEN          (384 << 10)     /* Reserve 192 kB for Monitor   */
189 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
190 #define CONFIG_SYS_MALLOC_LEN           (128 << 10)     /* Reserve 128 kB for malloc()  */
191
192 /*
193  * For booting Linux, the board info and command line data
194  * have to be in the first 8 MB of memory, since this is
195  * the maximum mapped by the Linux kernel during initialization.
196  */
197 #define CONFIG_SYS_BOOTMAPSZ            (8 << 20)       /* Initial Memory map for Linux */
198
199 /*-----------------------------------------------------------------------
200  * FLASH organization
201  */
202 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* max number of memory banks           */
203 #define CONFIG_SYS_MAX_FLASH_SECT       67      /* max number of sectors on one chip    */
204
205 #define CONFIG_SYS_FLASH_ERASE_TOUT     120000  /* Timeout for Flash Erase (in ms)      */
206 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Timeout for Flash Write (in ms)      */
207
208 #define CONFIG_ENV_IS_IN_FLASH  1
209
210 #ifdef CONFIG_BOOT_8B
211 #define CONFIG_ENV_OFFSET               0x10000 /*   Offset   of Environment Sector     */
212 #define CONFIG_ENV_SIZE         0x10000 /* Total Size of Environment Sector     */
213 #elif defined (CONFIG_BOOT_16B)
214 #define CONFIG_ENV_OFFSET               0x10000 /*   Offset   of Environment Sector     */
215 #define CONFIG_ENV_SIZE         0x10000 /* Total Size of Environment Sector     */
216 #elif defined (CONFIG_BOOT_32B)
217 #define CONFIG_ENV_OFFSET               0x8000  /*   Offset   of Environment Sector     */
218 #define CONFIG_ENV_SIZE         0x4000  /* Total Size of Environment Sector     */
219 #endif
220
221 /* Address and size of Redundant Environment Sector     */
222 #define CONFIG_ENV_OFFSET_REDUND   (CONFIG_ENV_OFFSET+CONFIG_ENV_SIZE)
223 #define CONFIG_ENV_SIZE_REDUND     (CONFIG_ENV_SIZE)
224
225
226 /*-----------------------------------------------------------------------
227  * Hardware Information Block
228  */
229 #define CONFIG_SYS_HWINFO_OFFSET        0x0003FFC0      /* offset of HW Info block */
230 #define CONFIG_SYS_HWINFO_SIZE          0x00000040      /* size   of HW Info block */
231 #define CONFIG_SYS_HWINFO_MAGIC 0x46454C38      /* 'SVM8' */
232
233 /*-----------------------------------------------------------------------
234  * Cache Configuration
235  */
236 #define CONFIG_SYS_CACHELINE_SIZE       16      /* For all MPC8xx CPUs                  */
237 #if defined(CONFIG_CMD_KGDB)
238 #define CONFIG_SYS_CACHELINE_SHIFT      4       /* log base 2 of the above value        */
239 #endif
240
241 /*-----------------------------------------------------------------------
242  * SYPCR - System Protection Control                            11-9
243  * SYPCR can only be written once after reset!
244  *-----------------------------------------------------------------------
245  * Software & Bus Monitor Timer max, Bus Monitor enable, SW Watchdog freeze
246  */
247 #if defined(CONFIG_WATCHDOG)
248 /*#define CONFIG_SYS_SYPCR      (SYPCR_SWTC | SYPCR_BMT | SYPCR_BME | SYPCR_SWF | \
249                          SYPCR_SWE  | SYPCR_SWRI| SYPCR_SWP)
250 */
251 #define CONFIG_SYS_SYPCR        (SYPCR_SWTC | SYPCR_BMT | SYPCR_SWF | \
252                          SYPCR_SWE  | SYPCR_SWRI| SYPCR_SWP)
253 #else
254 #define CONFIG_SYS_SYPCR 0xffffff88
255 #endif
256
257 /*-----------------------------------------------------------------------
258  * SIUMCR - SIU Module Configuration                            11-6
259  *-----------------------------------------------------------------------
260  * PCMCIA config., multi-function pin tri-state
261  */
262 #ifndef CONFIG_CAN_DRIVER
263 /*#define CONFIG_SYS_SIUMCR 0x00610c00  */
264 #define CONFIG_SYS_SIUMCR 0x00000000
265 #else   /* we must activate GPL5 in the SIUMCR for CAN */
266 #define CONFIG_SYS_SIUMCR       (SIUMCR_DBGC11 | SIUMCR_DBPC00 | SIUMCR_MLRC01)
267 #endif  /* CONFIG_CAN_DRIVER */
268
269 /*-----------------------------------------------------------------------
270  * TBSCR - Time Base Status and Control                         11-26
271  *-----------------------------------------------------------------------
272  * Clear Reference Interrupt Status, Timebase freezing enabled
273  */
274 #define CONFIG_SYS_TBSCR        0x0001
275
276 /*-----------------------------------------------------------------------
277  * RTCSC - Real-Time Clock Status and Control Register          11-27
278  *-----------------------------------------------------------------------
279  */
280 #define CONFIG_SYS_RTCSC        0x00c3
281
282 /*-----------------------------------------------------------------------
283  * PISCR - Periodic Interrupt Status and Control                11-31
284  *-----------------------------------------------------------------------
285  * Clear Periodic Interrupt Status, Interrupt Timer freezing enabled
286  */
287 #define CONFIG_SYS_PISCR        0x0000
288
289 /*-----------------------------------------------------------------------
290  * PLPRCR - PLL, Low-Power, and Reset Control Register          15-30
291  *-----------------------------------------------------------------------
292  * Reset PLL lock status sticky bit, timer expired status bit and timer
293  * interrupt status bit
294  */
295 #if defined (CONFIG_100MHz)
296 #define CONFIG_SYS_PLPRCR 0x06301000
297 #define CONFIG_8xx_GCLK_FREQ 100000000
298 #elif defined (CONFIG_80MHz)
299 #define CONFIG_SYS_PLPRCR 0x04f01000
300 #define CONFIG_8xx_GCLK_FREQ 80000000
301 #elif defined(CONFIG_75MHz)
302 #define CONFIG_SYS_PLPRCR 0x04a00100
303 #define CONFIG_8xx_GCLK_FREQ 75000000
304 #elif defined(CONFIG_66MHz)
305 #define CONFIG_SYS_PLPRCR 0x04101000
306 #define CONFIG_8xx_GCLK_FREQ 66000000
307 #elif defined(CONFIG_50MHz)
308 #define CONFIG_SYS_PLPRCR 0x03101000
309 #define CONFIG_8xx_GCLK_FREQ 50000000
310 #endif
311
312 /*-----------------------------------------------------------------------
313  * SCCR - System Clock and reset Control Register               15-27
314  *-----------------------------------------------------------------------
315  * Set clock output, timebase and RTC source and divider,
316  * power management and some other internal clocks
317  */
318 #define SCCR_MASK       SCCR_EBDF11
319 #ifdef  CONFIG_BUS_DIV2
320 #define CONFIG_SYS_SCCR 0x02020000 | SCCR_RTSEL
321 #else                   /* up to 50 MHz we use a 1:1 clock */
322 #define CONFIG_SYS_SCCR    0x02000000 | SCCR_RTSEL
323 #endif
324
325 /*-----------------------------------------------------------------------
326  * PCMCIA stuff
327  *-----------------------------------------------------------------------
328  *
329  */
330 #define CONFIG_SYS_PCMCIA_MEM_ADDR      (0xE0000000)
331 #define CONFIG_SYS_PCMCIA_MEM_SIZE      ( 64 << 20 )
332 #define CONFIG_SYS_PCMCIA_DMA_ADDR      (0xE4000000)
333 #define CONFIG_SYS_PCMCIA_DMA_SIZE      ( 64 << 20 )
334 #define CONFIG_SYS_PCMCIA_ATTRB_ADDR    (0xE8000000)
335 #define CONFIG_SYS_PCMCIA_ATTRB_SIZE    ( 64 << 20 )
336 #define CONFIG_SYS_PCMCIA_IO_ADDR       (0xEC000000)
337 #define CONFIG_SYS_PCMCIA_IO_SIZE       ( 64 << 20 )
338
339 /*-----------------------------------------------------------------------
340  * IDE/ATA stuff (Supports IDE harddisk on PCMCIA Adapter)
341  *-----------------------------------------------------------------------
342  */
343
344 #undef  CONFIG_IDE_8xx_PCCARD           /* Use IDE with PC Card Adapter */
345
346 #define CONFIG_IDE_PREINIT      1       /* Use preinit IDE hook */
347 #define CONFIG_IDE_INIT_POSTRESET       1       /* Use postreset IDE hook */
348 #define CONFIG_IDE_8xx_DIRECT   1       /* Direct IDE    not supported  */
349 #undef  CONFIG_IDE_LED                  /* LED   for ide not supported  */
350 #undef  CONFIG_IDE_RESET                /* reset for ide not supported  */
351
352 #define CONFIG_SYS_IDE_MAXBUS           1       /* max. 1 IDE bus               */
353 #define CONFIG_SYS_IDE_MAXDEVICE        1       /* max. 1 drive per IDE bus     */
354
355 #define CONFIG_SYS_ATA_BASE_ADDR       0xFE100010
356 #define CONFIG_SYS_ATA_IDE0_OFFSET     0x0000
357 /*#define CONFIG_SYS_ATA_IDE1_OFFSET     0x0C00 */
358 #define CONFIG_SYS_ATA_DATA_OFFSET     0x0000  /* Offset for data I/O
359                                            */
360 #define CONFIG_SYS_ATA_REG_OFFSET      0x0200  /* Offset for normal register accesses
361                                            */
362 #define CONFIG_SYS_ATA_ALT_OFFSET      0x0210  /* Offset for alternate registers
363                                            */
364 #define CONFIG_ATAPI
365 #define CONFIG_SYS_PIO_MODE 0
366
367 /*-----------------------------------------------------------------------
368  *
369  *-----------------------------------------------------------------------
370  *
371  */
372 /*#define       CONFIG_SYS_DER  0x2002000F*/
373 #define CONFIG_SYS_DER  0x0
374
375 /*
376  * Init Memory Controller:
377  *
378  * BR0/1 and OR0/1 (FLASH)
379  */
380
381 #define FLASH_BASE0_PRELIM      0x40000000      /* FLASH bank #0        */
382 #define FLASH_BASE1_PRELIM      0x60000000      /* FLASH bank #0        */
383
384 /* used to re-map FLASH both when starting from SRAM or FLASH:
385  * restrict access enough to keep SRAM working (if any)
386  * but not too much to meddle with FLASH accesses
387  */
388 #define CONFIG_SYS_REMAP_OR_AM          0x80000000      /* OR addr mask */
389 #define CONFIG_SYS_PRELIM_OR_AM 0xE0000000      /* OR addr mask */
390
391 /*
392  * FLASH timing:
393  */
394 #if defined(CONFIG_100MHz)
395 #define CONFIG_SYS_OR_TIMING_FLASH 0x000002f4
396 #define CONFIG_SYS_OR_TIMING_DOC   0x000002f4
397 #define CONFIG_SYS_MxMR_PTx 0x61000000
398 #define CONFIG_SYS_MPTPR 0x400
399
400 #elif  defined(CONFIG_80MHz)
401 #define CONFIG_SYS_OR_TIMING_FLASH 0x00000ff4
402 #define CONFIG_SYS_OR_TIMING_DOC   0x000001f4
403 #define CONFIG_SYS_MxMR_PTx 0x4e000000
404 #define CONFIG_SYS_MPTPR 0x400
405
406 #elif defined(CONFIG_75MHz)
407 #define CONFIG_SYS_OR_TIMING_FLASH 0x000008f4
408 #define CONFIG_SYS_OR_TIMING_DOC   0x000002f4
409 #define CONFIG_SYS_MxMR_PTx 0x49000000
410 #define CONFIG_SYS_MPTPR 0x400
411
412 #elif defined(CONFIG_66MHz)
413 #define CONFIG_SYS_OR_TIMING_FLASH     (OR_ACS_DIV1  | OR_TRLX | OR_CSNT_SAM | \
414         OR_SCY_3_CLK | OR_EHTR | OR_BI)
415 /*#define CONFIG_SYS_OR_TIMING_FLASH 0x000001f4 */
416 #define CONFIG_SYS_OR_TIMING_DOC   0x000003f4
417 #define CONFIG_SYS_MxMR_PTx  0x40000000
418 #define CONFIG_SYS_MPTPR 0x400
419
420 #else           /*   50 MHz */
421 #define CONFIG_SYS_OR_TIMING_FLASH 0x00000ff4
422 #define CONFIG_SYS_OR_TIMING_DOC   0x000001f4
423 #define CONFIG_SYS_MxMR_PTx  0x30000000
424 #define CONFIG_SYS_MPTPR 0x400
425 #endif  /*CONFIG_??MHz */
426
427
428 #if  defined (CONFIG_BOOT_8B)   /* 512K X 8 ,29F040 , 2MB space */
429 #define CONFIG_SYS_OR0_PRELIM   (0xffe00000 | CONFIG_SYS_OR_TIMING_FLASH)
430 #define CONFIG_SYS_BR0_PRELIM   ((FLASH_BASE0_PRELIM & BR_BA_MSK) | BR_V | BR_PS_8)
431 #elif  defined (CONFIG_BOOT_16B)   /* 29lv160 X 16 , 4MB space */
432 #define CONFIG_SYS_OR0_PRELIM   (0xffc00000 | CONFIG_SYS_OR_TIMING_FLASH)
433 #define CONFIG_SYS_BR0_PRELIM   ((FLASH_BASE0_PRELIM & BR_BA_MSK) | BR_V | BR_PS_16)
434 #elif defined( CONFIG_BOOT_32B )  /* 29lv160 X 2 X 32, 4/8/16MB , 64MB space */
435 #define CONFIG_SYS_OR0_PRELIM   (0xfc000000 | CONFIG_SYS_OR_TIMING_FLASH)
436 #define CONFIG_SYS_BR0_PRELIM   ((FLASH_BASE0_PRELIM & BR_BA_MSK) | BR_V )
437 #else
438 #error Boot device port size missing.
439 #endif
440
441 /*
442  * Disk-On-Chip configuration
443  */
444
445 #define CONFIG_SYS_DOC_SHORT_TIMEOUT
446 #define CONFIG_SYS_MAX_DOC_DEVICE      1       /* Max number of DOC devices    */
447
448 #define CONFIG_SYS_DOC_SUPPORT_2000
449 #define CONFIG_SYS_DOC_SUPPORT_MILLENNIUM
450 #define CONFIG_SYS_DOC_BASE 0x80000000
451
452 #endif  /* __CONFIG_H */