Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 1 | /* 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 Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 12 | * SPDX-License-Identifier: GPL-2.0+ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 13 | */ |
| 14 | |
| 15 | #ifndef __CONFIG_H__ |
| 16 | #define __CONFIG_H__ |
| 17 | |
| 18 | /* |
| 19 | * High Level Configuration Options |
| 20 | * (easy to change) |
| 21 | */ |
| 22 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 23 | /* Altera NIOS Development board, Stratix II board */ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 24 | #define CONFIG_GR_EP2S60 1 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 25 | |
| 26 | /* CPU / AMBA BUS configuration */ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 27 | #define CONFIG_SYS_CLK_FREQ 96000000 /* 96MHz */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 28 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 29 | /* 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 | */ |
| 42 | #define CONFIG_BAUDRATE 38400 /* ... at 38400 bps */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 43 | #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 44 | |
| 45 | /* Partitions */ |
| 46 | #define CONFIG_DOS_PARTITION |
| 47 | #define CONFIG_MAC_PARTITION |
| 48 | #define CONFIG_ISO_PARTITION |
| 49 | |
| 50 | /* |
| 51 | * Supported commands |
| 52 | */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 53 | #define CONFIG_CMD_REGINFO |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 54 | #define CONFIG_CMD_DIAG |
| 55 | #define CONFIG_CMD_IRQ |
| 56 | |
| 57 | /* USB support */ |
| 58 | #if USE_GRUSB |
| 59 | #define CONFIG_USB_UHCI |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 60 | /* Enable needed helper functions */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 61 | #endif |
| 62 | |
| 63 | /* |
| 64 | * Autobooting |
| 65 | */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 66 | |
| 67 | #define CONFIG_PREBOOT "echo;" \ |
| 68 | "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \ |
| 69 | "echo" |
| 70 | |
| 71 | #undef CONFIG_BOOTARGS |
| 72 | |
| 73 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 74 | "netdev=eth0\0" \ |
| 75 | "nfsargs=setenv bootargs console=ttyS0,38400 root=/dev/nfs rw " \ |
| 76 | "nfsroot=${serverip}:${rootpath}\0" \ |
| 77 | "ramargs=setenv bootargs console=ttyS0,${baudrate} root=/dev/ram rw\0" \ |
| 78 | "addip=setenv bootargs ${bootargs} " \ |
| 79 | "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ |
| 80 | ":${hostname}:${netdev}:off panic=1\0" \ |
| 81 | "flash_nfs=run nfsargs addip;" \ |
| 82 | "bootm ${kernel_addr}\0" \ |
| 83 | "flash_self=run ramargs addip;" \ |
| 84 | "bootm ${kernel_addr} ${ramdisk_addr}\0" \ |
| 85 | "net_nfs=tftp 40000000 ${bootfile};run nfsargs addip;bootm\0" \ |
| 86 | "scratch=40800000\0" \ |
Mike Frysinger | 3a2b9f2 | 2011-10-12 19:47:51 +0000 | [diff] [blame] | 87 | "getkernel=tftpboot $(scratch) $(bootfile)\0" \ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 88 | "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" \ |
| 89 | "" |
| 90 | |
| 91 | #define CONFIG_NETMASK 255.255.255.0 |
| 92 | #define CONFIG_GATEWAYIP 192.168.0.1 |
| 93 | #define CONFIG_SERVERIP 192.168.0.20 |
| 94 | #define CONFIG_IPADDR 192.168.0.207 |
Joe Hershberger | 8b3637c | 2011-10-13 13:03:47 +0000 | [diff] [blame] | 95 | #define CONFIG_ROOTPATH "/export/rootfs" |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 96 | #define CONFIG_HOSTNAME ml401 |
Joe Hershberger | b3f44c2 | 2011-10-13 13:03:48 +0000 | [diff] [blame] | 97 | #define CONFIG_BOOTFILE "/uImage" |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 98 | |
| 99 | #define CONFIG_BOOTCOMMAND "run flash_self" |
| 100 | |
| 101 | /* Memory MAP |
| 102 | * |
| 103 | * Flash: |
| 104 | * |--------------------------------| |
| 105 | * | 0x00000000 Text & Data & BSS | * |
| 106 | * | for Monitor | * |
| 107 | * | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| * |
| 108 | * | UNUSED / Growth | * 256kb |
| 109 | * |--------------------------------| |
| 110 | * | 0x00050000 Base custom area | * |
| 111 | * | kernel / FS | * |
| 112 | * | | * Rest of Flash |
| 113 | * |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| |
| 114 | * | END-0x00008000 Environment | * 32kb |
| 115 | * |--------------------------------| |
| 116 | * |
| 117 | * |
| 118 | * |
| 119 | * Main Memory: |
| 120 | * |--------------------------------| |
| 121 | * | UNUSED / scratch area | |
| 122 | * | | |
| 123 | * | | |
| 124 | * | | |
| 125 | * | | |
| 126 | * |--------------------------------| |
| 127 | * | Monitor .Text / .DATA / .BSS | * 512kb |
| 128 | * | Relocated! | * |
| 129 | * |--------------------------------| |
| 130 | * | Monitor Malloc | * 128kb (contains relocated environment) |
| 131 | * |--------------------------------| |
| 132 | * | Monitor/kernel STACK | * 64kb |
| 133 | * |--------------------------------| |
| 134 | * | Page Table for MMU systems | * 2k |
| 135 | * |--------------------------------| |
| 136 | * | PROM Code accessed from Linux | * 6kb-128b |
| 137 | * |--------------------------------| |
| 138 | * | Global data (avail from kernel)| * 128b |
| 139 | * |--------------------------------| |
| 140 | * |
| 141 | */ |
| 142 | |
| 143 | /* |
| 144 | * Flash configuration (8,16 or 32 MB) |
| 145 | * TEXT base always at 0xFFF00000 |
| 146 | * ENV_ADDR always at 0xFFF40000 |
| 147 | * FLASH_BASE at 0xFC000000 for 64 MB |
| 148 | * 0xFE000000 for 32 MB |
| 149 | * 0xFF000000 for 16 MB |
| 150 | * 0xFF800000 for 8 MB |
| 151 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 152 | /*#define CONFIG_SYS_NO_FLASH 1*/ |
| 153 | #define CONFIG_SYS_FLASH_BASE 0x00000000 |
| 154 | #define CONFIG_SYS_FLASH_SIZE 0x00400000 /* FPGA Bit file is in top of FLASH, we only ues the bottom 4Mb */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 155 | |
| 156 | #define PHYS_FLASH_SECT_SIZE 0x00010000 /* 64 KB sectors */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 157 | #define CONFIG_SYS_MAX_FLASH_SECT 256 /* max num of sects on one chip */ |
| 158 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of memory banks */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 159 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 160 | #define CONFIG_SYS_FLASH_ERASE_TOUT 240000 /* Flash Erase Timeout (in ms) */ |
| 161 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */ |
| 162 | #define CONFIG_SYS_FLASH_LOCK_TOUT 5 /* Timeout for Flash Set Lock Bit (in ms) */ |
| 163 | #define CONFIG_SYS_FLASH_UNLOCK_TOUT 10000 /* Timeout for Flash Clear Lock Bits (in ms) */ |
| 164 | #define CONFIG_SYS_FLASH_PROTECTION /* "Real" (hardware) sectors protection */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 165 | |
| 166 | /*** CFI CONFIG ***/ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 167 | #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_8BIT |
Jean-Christophe PLAGNIOL-VILLARD | 00b1883 | 2008-08-13 01:40:42 +0200 | [diff] [blame] | 168 | #define CONFIG_FLASH_CFI_DRIVER |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 169 | #define CONFIG_SYS_FLASH_CFI |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 170 | /* Bypass cache when reading regs from flash memory */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 171 | #define CONFIG_SYS_FLASH_CFI_BYPASS_READ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 172 | /* Buffered writes (32byte/go) instead of single accesses */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 173 | #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 174 | |
| 175 | /* |
| 176 | * Environment settings |
| 177 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 93f6d72 | 2008-09-10 22:48:00 +0200 | [diff] [blame] | 178 | /*#define CONFIG_ENV_IS_NOWHERE 1*/ |
Jean-Christophe PLAGNIOL-VILLARD | 5a1aceb | 2008-09-10 22:48:04 +0200 | [diff] [blame] | 179 | #define CONFIG_ENV_IS_IN_FLASH 1 |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 180 | /* CONFIG_ENV_ADDR need to be at sector boundary */ |
| 181 | #define CONFIG_ENV_SIZE 0x8000 |
| 182 | #define CONFIG_ENV_SECT_SIZE 0x20000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 183 | #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE+CONFIG_SYS_FLASH_SIZE-CONFIG_ENV_SECT_SIZE) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 184 | #define CONFIG_ENV_OVERWRITE 1 |
| 185 | |
| 186 | /* |
| 187 | * Memory map |
| 188 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 189 | #define CONFIG_SYS_SDRAM_BASE 0x40000000 |
| 190 | #define CONFIG_SYS_SDRAM_SIZE 0x02000000 |
| 191 | #define CONFIG_SYS_SDRAM_END (CONFIG_SYS_SDRAM_BASE+CONFIG_SYS_SDRAM_SIZE) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 192 | |
| 193 | /* no SRAM available */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 194 | #undef CONFIG_SYS_SRAM_BASE |
| 195 | #undef CONFIG_SYS_SRAM_SIZE |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 196 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 197 | #define CONFIG_SYS_RAM_BASE CONFIG_SYS_SDRAM_BASE |
| 198 | #define CONFIG_SYS_RAM_SIZE CONFIG_SYS_SDRAM_SIZE |
| 199 | #define CONFIG_SYS_RAM_END CONFIG_SYS_SDRAM_END |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 200 | |
Wolfgang Denk | 25ddd1f | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 201 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_SDRAM_END - GENERATED_GBL_DATA_SIZE) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 202 | |
Wolfgang Denk | 25ddd1f | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 203 | #define CONFIG_SYS_PROM_SIZE (8192-GENERATED_GBL_DATA_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 204 | #define CONFIG_SYS_PROM_OFFSET (CONFIG_SYS_GBL_DATA_OFFSET-CONFIG_SYS_PROM_SIZE) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 205 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 206 | #define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_PROM_OFFSET-32) |
| 207 | #define CONFIG_SYS_STACK_SIZE (0x10000-32) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 208 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 209 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 210 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 211 | # define CONFIG_SYS_RAMBOOT 1 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 212 | #endif |
| 213 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 214 | #define CONFIG_SYS_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor */ |
| 215 | #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ |
| 216 | #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 217 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 218 | #define CONFIG_SYS_MALLOC_END (CONFIG_SYS_INIT_SP_OFFSET-CONFIG_SYS_STACK_SIZE) |
| 219 | #define CONFIG_SYS_MALLOC_BASE (CONFIG_SYS_MALLOC_END-CONFIG_SYS_MALLOC_LEN) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 220 | |
| 221 | /* relocated monitor area */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 222 | #define CONFIG_SYS_RELOC_MONITOR_MAX_END CONFIG_SYS_MALLOC_BASE |
| 223 | #define CONFIG_SYS_RELOC_MONITOR_BASE (CONFIG_SYS_RELOC_MONITOR_MAX_END-CONFIG_SYS_MONITOR_LEN) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 224 | |
| 225 | /* make un relocated address from relocated address */ |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 226 | #define UN_RELOC(address) (address-(CONFIG_SYS_RELOC_MONITOR_BASE-CONFIG_SYS_TEXT_BASE)) |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 227 | |
| 228 | /* |
| 229 | * Ethernet configuration uses on board SMC91C111, however if a mezzanine |
| 230 | * with a PHY is attached the GRETH can be used on this board. |
| 231 | * Define USE_GRETH in order to use the mezzanine provided PHY with the |
| 232 | * onchip GRETH network MAC, note that this is not supported by the |
| 233 | * template design. |
| 234 | */ |
| 235 | #ifndef USE_GRETH |
| 236 | |
| 237 | /* USE SMC91C111 MAC */ |
Ben Warren | 7194ab8 | 2009-10-04 22:37:03 -0700 | [diff] [blame] | 238 | #define CONFIG_SMC91111 1 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 239 | #define CONFIG_SMC91111_BASE 0x20000300 /* chip select 3 */ |
| 240 | #define CONFIG_SMC_USE_32_BIT 1 /* 32 bit bus */ |
| 241 | #undef CONFIG_SMC_91111_EXT_PHY /* we use internal phy */ |
| 242 | /*#define CONFIG_SHOW_ACTIVITY*/ |
| 243 | #define CONFIG_NET_RETRY_COUNT 10 /* # of retries */ |
| 244 | |
| 245 | #else |
| 246 | |
| 247 | /* USE GRETH Ethernet Driver */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 248 | #define CONFIG_GRETH 1 |
Masahiro Yamada | 1e1f353 | 2015-05-26 10:58:31 +0900 | [diff] [blame] | 249 | #endif |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 250 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 251 | #define CONFIG_PHY_ADDR 0x00 |
| 252 | |
| 253 | /* |
| 254 | * Miscellaneous configurable options |
| 255 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 256 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 257 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 258 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 259 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 260 | #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 261 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 262 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ |
| 263 | #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |
| 264 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 265 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 266 | #define CONFIG_SYS_MEMTEST_START 0x00100000 /* memtest works on */ |
| 267 | #define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 268 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 269 | #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 270 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 271 | /*----------------------------------------------------------------------- |
| 272 | * USB stuff |
| 273 | *----------------------------------------------------------------------- |
| 274 | */ |
| 275 | #define CONFIG_USB_CLOCK 0x0001BBBB |
| 276 | #define CONFIG_USB_CONFIG 0x00005000 |
| 277 | |
| 278 | /***** Gaisler GRLIB IP-Cores Config ********/ |
| 279 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 280 | #define CONFIG_SYS_GRLIB_SDRAM 0 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 281 | |
Daniel Hellstrom | cff009e | 2010-01-25 09:56:08 +0100 | [diff] [blame] | 282 | /* No SDRAM Configuration */ |
| 283 | #undef CONFIG_SYS_GRLIB_GAISLER_SDCTRL1 |
| 284 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 285 | /* See, GRLIB Docs (grip.pdf) on how to set up |
| 286 | * These the memory controller registers. |
| 287 | */ |
Daniel Hellstrom | cff009e | 2010-01-25 09:56:08 +0100 | [diff] [blame] | 288 | #define CONFIG_SYS_GRLIB_ESA_MCTRL1 |
| 289 | #define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG1 (0x10f800ff | (1<<11)) |
| 290 | #define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG2 0x00000000 |
| 291 | #define CONFIG_SYS_GRLIB_ESA_MCTRL1_CFG3 0x00000000 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 292 | |
Daniel Hellstrom | cff009e | 2010-01-25 09:56:08 +0100 | [diff] [blame] | 293 | /* GRLIB FT-MCTRL configuration */ |
| 294 | #define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1 |
| 295 | #define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG1 (0x10f800ff | (1<<11)) |
| 296 | #define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG2 0x00000000 |
| 297 | #define CONFIG_SYS_GRLIB_GAISLER_FTMCTRL1_CFG3 0x00000000 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 298 | |
Daniel Hellstrom | cff009e | 2010-01-25 09:56:08 +0100 | [diff] [blame] | 299 | /* DDR controller */ |
| 300 | #define CONFIG_SYS_GRLIB_GAISLER_DDRSPA1 |
| 301 | #define CONFIG_SYS_GRLIB_GAISLER_DDRSPA1_CTRL 0xa900830a |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 302 | |
Daniel Hellstrom | cff009e | 2010-01-25 09:56:08 +0100 | [diff] [blame] | 303 | /* no DDR2 Controller */ |
| 304 | #undef CONFIG_SYS_GRLIB_GAISLER_DDR2SPA1 |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 305 | |
Daniel Hellstrom | 6940383 | 2008-03-26 23:34:47 +0100 | [diff] [blame] | 306 | /* default kernel command line */ |
| 307 | #define CONFIG_DEFAULT_KERNEL_COMMAND_LINE "console=ttyS0,38400\0\0" |
| 308 | |
| 309 | #endif /* __CONFIG_H */ |