blob: 2edb1b0ed5804267491412f129de276e426b963d [file] [log] [blame]
Daniel Hellstrom69403832008-03-26 23:34:47 +01001/* Configuration header file for Gaisler Research AB's Template
2 * design (GPL Open Source SPARC/LEON3 96MHz) for Altera NIOS
3 * Development board Stratix II edition, with the FPGA device
4 * EP2S60.
5 *
6 * (C) Copyright 2003-2005
7 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8 *
9 * (C) Copyright 2008
10 * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
11 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +020012 * SPDX-License-Identifier: GPL-2.0+
Daniel Hellstrom69403832008-03-26 23:34:47 +010013 */
14
15#ifndef __CONFIG_H__
16#define __CONFIG_H__
17
18/*
19 * High Level Configuration Options
20 * (easy to change)
21 */
22
Daniel Hellstrom69403832008-03-26 23:34:47 +010023/* Altera NIOS Development board, Stratix II board */
Wolfgang Denk53677ef2008-05-20 16:00:29 +020024#define CONFIG_GR_EP2S60 1
Daniel Hellstrom69403832008-03-26 23:34:47 +010025
26/* CPU / AMBA BUS configuration */
Wolfgang Denk53677ef2008-05-20 16:00:29 +020027#define CONFIG_SYS_CLK_FREQ 96000000 /* 96MHz */
Daniel Hellstrom69403832008-03-26 23:34:47 +010028
Daniel Hellstrom69403832008-03-26 23:34:47 +010029/* Define this is the GR-2S60-MEZZ mezzanine is available and you
30 * want to use the USB and GRETH functionality of the board
31 */
32#undef GR_2S60_MEZZ
33
34#ifdef GR_2S60_MEZZ
35#define USE_GRETH 1
36#define USE_GRUSB 1
37#endif
38
39/*
40 * Serial console configuration
41 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020042#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
Daniel Hellstrom69403832008-03-26 23:34:47 +010043
44/* Partitions */
Daniel Hellstrom69403832008-03-26 23:34:47 +010045
46/*
47 * Supported commands
48 */
Daniel Hellstrom69403832008-03-26 23:34:47 +010049#define CONFIG_CMD_REGINFO
Daniel Hellstrom69403832008-03-26 23:34:47 +010050#define CONFIG_CMD_DIAG
51#define CONFIG_CMD_IRQ
52
53/* USB support */
54#if USE_GRUSB
55#define CONFIG_USB_UHCI
Daniel Hellstrom69403832008-03-26 23:34:47 +010056/* Enable needed helper functions */
Daniel Hellstrom69403832008-03-26 23:34:47 +010057#endif
58
59/*
60 * Autobooting
61 */
Daniel Hellstrom69403832008-03-26 23:34:47 +010062
63#define CONFIG_PREBOOT "echo;" \
64 "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
65 "echo"
66
67#undef CONFIG_BOOTARGS
68
69#define CONFIG_EXTRA_ENV_SETTINGS \
70 "netdev=eth0\0" \
71 "nfsargs=setenv bootargs console=ttyS0,38400 root=/dev/nfs rw " \
72 "nfsroot=${serverip}:${rootpath}\0" \
73 "ramargs=setenv bootargs console=ttyS0,${baudrate} root=/dev/ram rw\0" \
74 "addip=setenv bootargs ${bootargs} " \
75 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
76 ":${hostname}:${netdev}:off panic=1\0" \
77 "flash_nfs=run nfsargs addip;" \
78 "bootm ${kernel_addr}\0" \
79 "flash_self=run ramargs addip;" \
80 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
81 "net_nfs=tftp 40000000 ${bootfile};run nfsargs addip;bootm\0" \
82 "scratch=40800000\0" \
Mike Frysinger3a2b9f22011-10-12 19:47:51 +000083 "getkernel=tftpboot $(scratch) $(bootfile)\0" \
Daniel Hellstrom69403832008-03-26 23:34:47 +010084 "bootargs=console=ttyS0,38400 root=/dev/nfs rw nfsroot=192.168.0.20:/export/rootfs ip=192.168.0.207:192.168.0.20:192.168.0.1:255.255.255.0:ml401:eth0\0" \
85 ""
86
87#define CONFIG_NETMASK 255.255.255.0
88#define CONFIG_GATEWAYIP 192.168.0.1
89#define CONFIG_SERVERIP 192.168.0.20
90#define CONFIG_IPADDR 192.168.0.207
Joe Hershberger8b3637c2011-10-13 13:03:47 +000091#define CONFIG_ROOTPATH "/export/rootfs"
Daniel Hellstrom69403832008-03-26 23:34:47 +010092#define CONFIG_HOSTNAME ml401
Joe Hershbergerb3f44c22011-10-13 13:03:48 +000093#define CONFIG_BOOTFILE "/uImage"
Daniel Hellstrom69403832008-03-26 23:34:47 +010094
95#define CONFIG_BOOTCOMMAND "run flash_self"
96
97/* Memory MAP
98 *
99 * Flash:
100 * |--------------------------------|
101 * | 0x00000000 Text & Data & BSS | *
102 * | for Monitor | *
103 * | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| *
104 * | UNUSED / Growth | * 256kb
105 * |--------------------------------|
106 * | 0x00050000 Base custom area | *
107 * | kernel / FS | *
108 * | | * Rest of Flash
109 * |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
110 * | END-0x00008000 Environment | * 32kb
111 * |--------------------------------|
112 *
113 *
114 *
115 * Main Memory:
116 * |--------------------------------|
117 * | UNUSED / scratch area |
118 * | |
119 * | |
120 * | |
121 * | |
122 * |--------------------------------|
123 * | Monitor .Text / .DATA / .BSS | * 512kb
124 * | Relocated! | *
125 * |--------------------------------|
126 * | Monitor Malloc | * 128kb (contains relocated environment)
127 * |--------------------------------|
128 * | Monitor/kernel STACK | * 64kb
129 * |--------------------------------|
130 * | Page Table for MMU systems | * 2k
131 * |--------------------------------|
132 * | PROM Code accessed from Linux | * 6kb-128b
133 * |--------------------------------|
134 * | Global data (avail from kernel)| * 128b
135 * |--------------------------------|
136 *
137 */
138
139/*
140 * Flash configuration (8,16 or 32 MB)
141 * TEXT base always at 0xFFF00000
142 * ENV_ADDR always at 0xFFF40000
143 * FLASH_BASE at 0xFC000000 for 64 MB
144 * 0xFE000000 for 32 MB
145 * 0xFF000000 for 16 MB
146 * 0xFF800000 for 8 MB
147 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200148#define CONFIG_SYS_FLASH_BASE 0x00000000
149#define CONFIG_SYS_FLASH_SIZE 0x00400000 /* FPGA Bit file is in top of FLASH, we only ues the bottom 4Mb */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100150
151#define PHYS_FLASH_SECT_SIZE 0x00010000 /* 64 KB sectors */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200152#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max num of sects on one chip */
153#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of memory banks */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100154
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200155#define CONFIG_SYS_FLASH_ERASE_TOUT 240000 /* Flash Erase Timeout (in ms) */
156#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */
157#define CONFIG_SYS_FLASH_LOCK_TOUT 5 /* Timeout for Flash Set Lock Bit (in ms) */
158#define CONFIG_SYS_FLASH_UNLOCK_TOUT 10000 /* Timeout for Flash Clear Lock Bits (in ms) */
159#define CONFIG_SYS_FLASH_PROTECTION /* "Real" (hardware) sectors protection */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100160
161/*** CFI CONFIG ***/
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200162#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_8BIT
Jean-Christophe PLAGNIOL-VILLARD00b18832008-08-13 01:40:42 +0200163#define CONFIG_FLASH_CFI_DRIVER
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200164#define CONFIG_SYS_FLASH_CFI
Daniel Hellstrom69403832008-03-26 23:34:47 +0100165/* Bypass cache when reading regs from flash memory */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200166#define CONFIG_SYS_FLASH_CFI_BYPASS_READ
Daniel Hellstrom69403832008-03-26 23:34:47 +0100167/* Buffered writes (32byte/go) instead of single accesses */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200168#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
Daniel Hellstrom69403832008-03-26 23:34:47 +0100169
170/*
171 * Environment settings
172 */
Jean-Christophe PLAGNIOL-VILLARD93f6d722008-09-10 22:48:00 +0200173/*#define CONFIG_ENV_IS_NOWHERE 1*/
Jean-Christophe PLAGNIOL-VILLARD5a1aceb2008-09-10 22:48:04 +0200174#define CONFIG_ENV_IS_IN_FLASH 1
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200175/* CONFIG_ENV_ADDR need to be at sector boundary */
176#define CONFIG_ENV_SIZE 0x8000
177#define CONFIG_ENV_SECT_SIZE 0x20000
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200178#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE+CONFIG_SYS_FLASH_SIZE-CONFIG_ENV_SECT_SIZE)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100179#define CONFIG_ENV_OVERWRITE 1
180
181/*
182 * Memory map
183 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200184#define CONFIG_SYS_SDRAM_BASE 0x40000000
185#define CONFIG_SYS_SDRAM_SIZE 0x02000000
186#define CONFIG_SYS_SDRAM_END (CONFIG_SYS_SDRAM_BASE+CONFIG_SYS_SDRAM_SIZE)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100187
188/* no SRAM available */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200189#undef CONFIG_SYS_SRAM_BASE
190#undef CONFIG_SYS_SRAM_SIZE
Daniel Hellstrom69403832008-03-26 23:34:47 +0100191
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200192#define CONFIG_SYS_RAM_BASE CONFIG_SYS_SDRAM_BASE
193#define CONFIG_SYS_RAM_SIZE CONFIG_SYS_SDRAM_SIZE
194#define CONFIG_SYS_RAM_END CONFIG_SYS_SDRAM_END
Daniel Hellstrom69403832008-03-26 23:34:47 +0100195
Wolfgang Denk25ddd1f2010-10-26 14:34:52 +0200196#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_SDRAM_END - GENERATED_GBL_DATA_SIZE)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100197
Wolfgang Denk25ddd1f2010-10-26 14:34:52 +0200198#define CONFIG_SYS_PROM_SIZE (8192-GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200199#define CONFIG_SYS_PROM_OFFSET (CONFIG_SYS_GBL_DATA_OFFSET-CONFIG_SYS_PROM_SIZE)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100200
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200201#define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_PROM_OFFSET-32)
202#define CONFIG_SYS_STACK_SIZE (0x10000-32)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100203
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200204#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200205#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
206# define CONFIG_SYS_RAMBOOT 1
Daniel Hellstrom69403832008-03-26 23:34:47 +0100207#endif
208
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200209#define CONFIG_SYS_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor */
210#define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
211#define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100212
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200213#define CONFIG_SYS_MALLOC_END (CONFIG_SYS_INIT_SP_OFFSET-CONFIG_SYS_STACK_SIZE)
214#define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MALLOC_END-CONFIG_SYS_MALLOC_LEN)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100215
216/* relocated monitor area */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200217#define CONFIG_SYS_RELOC_MONITOR_MAX_END CONFIG_SYS_MALLOC_BASE
218#define CONFIG_SYS_RELOC_MONITOR_BASE (CONFIG_SYS_RELOC_MONITOR_MAX_END-CONFIG_SYS_MONITOR_LEN)
Daniel Hellstrom69403832008-03-26 23:34:47 +0100219
220/* make un relocated address from relocated address */
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200221#define UN_RELOC(address) (address-(CONFIG_SYS_RELOC_MONITOR_BASE-CONFIG_SYS_TEXT_BASE))
Daniel Hellstrom69403832008-03-26 23:34:47 +0100222
223/*
224 * Ethernet configuration uses on board SMC91C111, however if a mezzanine
225 * with a PHY is attached the GRETH can be used on this board.
226 * Define USE_GRETH in order to use the mezzanine provided PHY with the
227 * onchip GRETH network MAC, note that this is not supported by the
228 * template design.
229 */
230#ifndef USE_GRETH
231
232/* USE SMC91C111 MAC */
Ben Warren7194ab82009-10-04 22:37:03 -0700233#define CONFIG_SMC91111 1
Daniel Hellstrom69403832008-03-26 23:34:47 +0100234#define CONFIG_SMC91111_BASE 0x20000300 /* chip select 3 */
235#define CONFIG_SMC_USE_32_BIT 1 /* 32 bit bus */
236#undef CONFIG_SMC_91111_EXT_PHY /* we use internal phy */
237/*#define CONFIG_SHOW_ACTIVITY*/
238#define CONFIG_NET_RETRY_COUNT 10 /* # of retries */
239
240#else
241
242/* USE GRETH Ethernet Driver */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100243#define CONFIG_GRETH 1
Masahiro Yamada1e1f3532015-05-26 10:58:31 +0900244#endif
Daniel Hellstrom69403832008-03-26 23:34:47 +0100245
Daniel Hellstrom69403832008-03-26 23:34:47 +0100246#define CONFIG_PHY_ADDR 0x00
247
248/*
249 * Miscellaneous configurable options
250 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200251#define CONFIG_SYS_LONGHELP /* undef to save memory */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100252#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200253#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100254#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200255#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100256#endif
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200257#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
258#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
259#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100260
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200261#define CONFIG_SYS_MEMTEST_START 0x00100000 /* memtest works on */
262#define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100263
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200264#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
Daniel Hellstrom69403832008-03-26 23:34:47 +0100265
Daniel Hellstrom69403832008-03-26 23:34:47 +0100266/*-----------------------------------------------------------------------
267 * USB stuff
268 *-----------------------------------------------------------------------
269 */
270#define CONFIG_USB_CLOCK 0x0001BBBB
271#define CONFIG_USB_CONFIG 0x00005000
272
273/***** Gaisler GRLIB IP-Cores Config ********/
274
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200275#define CONFIG_SYS_GRLIB_SDRAM 0
Daniel Hellstrom69403832008-03-26 23:34:47 +0100276
Daniel Hellstromcff009e2010-01-25 09:56:08 +0100277/* No SDRAM Configuration */
278#undef CONFIG_SYS_GRLIB_GAISLER_SDCTRL1
279
Daniel Hellstrom69403832008-03-26 23:34:47 +0100280/* See, GRLIB Docs (grip.pdf) on how to set up
281 * These the memory controller registers.
282 */
Daniel Hellstromcff009e2010-01-25 09:56:08 +0100283#define CONFIG_SYS_GRLIB_ESA_MCTRL1
284#define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG1 (0x10f800ff | (1<<11))
285#define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG2 0x00000000
286#define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG3 0x00000000
Daniel Hellstrom69403832008-03-26 23:34:47 +0100287
Daniel Hellstromcff009e2010-01-25 09:56:08 +0100288/* GRLIB FT-MCTRL configuration */
289#define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1
290#define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG1 (0x10f800ff | (1<<11))
291#define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG2 0x00000000
292#define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG3 0x00000000
Daniel Hellstrom69403832008-03-26 23:34:47 +0100293
Daniel Hellstromcff009e2010-01-25 09:56:08 +0100294/* DDR controller */
295#define CONFIG_SYS_GRLIB_GAISLER_DDRSPA1
296#define CONFIG_SYS_GRLIB_GAISLER_DDRSPA1_CTRL 0xa900830a
Daniel Hellstrom69403832008-03-26 23:34:47 +0100297
Daniel Hellstromcff009e2010-01-25 09:56:08 +0100298/* no DDR2 Controller */
299#undef CONFIG_SYS_GRLIB_GAISLER_DDR2SPA1
Daniel Hellstrom69403832008-03-26 23:34:47 +0100300
Daniel Hellstrom69403832008-03-26 23:34:47 +0100301/* default kernel command line */
302#define CONFIG_DEFAULT_KERNEL_COMMAND_LINE "console=ttyS0,38400\0\0"
303
304#endif /* __CONFIG_H */