Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2009, Ilya Yanok, Emcraft Systems, <yanok@emcraft.com> |
| 3 | * |
| 4 | * Configuration settings for the Dave/DENX QongEVB-LITE board. |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License as |
| 8 | * published by the Free Software Foundation; either version 2 of |
| 9 | * the License, or (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 19 | * MA 02111-1307 USA |
| 20 | */ |
| 21 | |
| 22 | #ifndef __CONFIG_H |
| 23 | #define __CONFIG_H |
| 24 | |
Stefano Babic | 8627111 | 2011-03-14 15:43:56 +0100 | [diff] [blame] | 25 | #include <asm/arch/imx-regs.h> |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 26 | |
Stefano Babic | 22a9ea9 | 2011-06-09 16:43:26 +0200 | [diff] [blame] | 27 | /* High Level Configuration Options */ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 28 | #define CONFIG_ARM1136 1 /* This is an arm1136 CPU core */ |
| 29 | #define CONFIG_MX31 1 /* in a mx31 */ |
| 30 | #define CONFIG_QONG 1 |
| 31 | #define CONFIG_MX31_HCLK_FREQ 26000000 /* 26MHz */ |
| 32 | #define CONFIG_MX31_CLK32 32768 |
| 33 | |
| 34 | #define CONFIG_DISPLAY_CPUINFO |
| 35 | #define CONFIG_DISPLAY_BOARDINFO |
| 36 | |
Stefano Babic | 22a9ea9 | 2011-06-09 16:43:26 +0200 | [diff] [blame] | 37 | #define CONFIG_SYS_TEXT_BASE 0xa0000000 |
| 38 | |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 39 | #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ |
| 40 | #define CONFIG_SETUP_MEMORY_TAGS 1 |
| 41 | #define CONFIG_INITRD_TAG 1 |
| 42 | |
| 43 | /* |
| 44 | * Size of malloc() pool |
| 45 | */ |
Stefano Babic | c9d944d | 2010-04-08 17:23:52 +0200 | [diff] [blame] | 46 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1024 * 1024) |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 47 | |
| 48 | /* |
| 49 | * Hardware drivers |
| 50 | */ |
| 51 | |
Ilya Yanok | 47d19da | 2009-06-08 04:12:46 +0400 | [diff] [blame] | 52 | #define CONFIG_MXC_UART 1 |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 53 | #define CONFIG_SYS_MX31_UART1 1 |
| 54 | |
Stefano Babic | c4ea142 | 2010-07-06 17:05:06 +0200 | [diff] [blame] | 55 | #define CONFIG_MXC_GPIO |
Stefano Babic | 8640c98 | 2011-02-02 00:49:37 +0000 | [diff] [blame] | 56 | #define CONFIG_HW_WATCHDOG |
Stefano Babic | 45997e0 | 2010-03-29 16:43:39 +0200 | [diff] [blame] | 57 | |
Stefano Babic | e98ecd7 | 2010-04-16 17:13:54 +0200 | [diff] [blame] | 58 | #define CONFIG_MXC_SPI |
| 59 | #define CONFIG_DEFAULT_SPI_BUS 1 |
Stefano Babic | 9f481e9 | 2010-08-23 20:41:19 +0200 | [diff] [blame] | 60 | #define CONFIG_DEFAULT_SPI_MODE (SPI_MODE_0 | SPI_CS_HIGH) |
Stefano Babic | e98ecd7 | 2010-04-16 17:13:54 +0200 | [diff] [blame] | 61 | #define CONFIG_RTC_MC13783 |
| 62 | |
| 63 | #define CONFIG_FSL_PMIC |
| 64 | #define CONFIG_FSL_PMIC_BUS 1 |
| 65 | #define CONFIG_FSL_PMIC_CS 0 |
| 66 | #define CONFIG_FSL_PMIC_CLK 100000 |
Stefano Babic | 9f481e9 | 2010-08-23 20:41:19 +0200 | [diff] [blame] | 67 | #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH) |
Stefano Babic | e98ecd7 | 2010-04-16 17:13:54 +0200 | [diff] [blame] | 68 | |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 69 | /* FPGA */ |
Stefano Babic | b9eb3fd | 2010-06-29 11:48:24 +0200 | [diff] [blame] | 70 | #define CONFIG_FPGA |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 71 | #define CONFIG_QONG_FPGA 1 |
| 72 | #define CONFIG_FPGA_BASE (CS1_BASE) |
Stefano Babic | b9eb3fd | 2010-06-29 11:48:24 +0200 | [diff] [blame] | 73 | #define CONFIG_FPGA_LATTICE |
| 74 | #define CONFIG_FPGA_COUNT 1 |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 75 | |
| 76 | #ifdef CONFIG_QONG_FPGA |
| 77 | /* Ethernet */ |
| 78 | #define CONFIG_DNET 1 |
| 79 | #define CONFIG_DNET_BASE (CS1_BASE + QONG_FPGA_PERIPH_SIZE) |
| 80 | #define CONFIG_NET_MULTI 1 |
| 81 | |
Stefano Babic | 7c8cf0d | 2010-04-21 09:56:31 +0200 | [diff] [blame] | 82 | /* Framebuffer and LCD */ |
| 83 | #define CONFIG_LCD |
| 84 | #define CONFIG_VIDEO_MX3 |
| 85 | #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE |
| 86 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV |
| 87 | #define LCD_BPP LCD_COLOR16 |
| 88 | #define CONFIG_SPLASH_SCREEN |
| 89 | #define CONFIG_CMD_BMP |
| 90 | #define CONFIG_BMP_16BPP |
Stefano Babic | 03af5ab | 2010-05-13 10:26:40 +0200 | [diff] [blame] | 91 | #define CONFIG_DISPLAY_COM57H5M10XRC |
Stefano Babic | 7c8cf0d | 2010-04-21 09:56:31 +0200 | [diff] [blame] | 92 | |
Stefano Babic | d7dc464 | 2010-10-05 14:05:11 +0200 | [diff] [blame] | 93 | /* USB */ |
| 94 | #define CONFIG_CMD_USB |
| 95 | #ifdef CONFIG_CMD_USB |
| 96 | #define CONFIG_USB_EHCI /* Enable EHCI USB support */ |
| 97 | #define CONFIG_USB_EHCI_MXC |
| 98 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 99 | #define CONFIG_MXC_USB_PORT 2 |
| 100 | #define CONFIG_MXC_USB_PORTSC (MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT) |
| 101 | #define CONFIG_MXC_USB_FLAGS MXC_EHCI_POWER_PINS_ENABLED |
| 102 | #define CONFIG_EHCI_IS_TDI |
| 103 | #define CONFIG_USB_STORAGE |
| 104 | #define CONFIG_DOS_PARTITION |
| 105 | #define CONFIG_SUPPORT_VFAT |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 106 | #define CONFIG_CMD_EXT2 |
Stefano Babic | d7dc464 | 2010-10-05 14:05:11 +0200 | [diff] [blame] | 107 | #define CONFIG_CMD_FAT |
| 108 | #endif /* CONFIG_CMD_USB */ |
| 109 | |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 110 | /* |
| 111 | * Reducing the ARP timeout from default 5 seconds to 200ms we speed up the |
| 112 | * initial TFTP transfer, should the user wish one, significantly. |
| 113 | */ |
| 114 | #define CONFIG_ARP_TIMEOUT 200UL |
| 115 | |
| 116 | #endif /* CONFIG_QONG_FPGA */ |
| 117 | |
| 118 | #define CONFIG_CONS_INDEX 1 |
| 119 | #define CONFIG_BAUDRATE 115200 |
| 120 | #define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200} |
| 121 | |
| 122 | /*********************************************************** |
| 123 | * Command definition |
| 124 | ***********************************************************/ |
| 125 | |
| 126 | #include <config_cmd_default.h> |
| 127 | |
Heiko Schocher | 7e4a9e6 | 2010-09-17 13:10:32 +0200 | [diff] [blame] | 128 | #define CONFIG_CMD_CACHE |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 129 | #define CONFIG_CMD_DATE |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 130 | #define CONFIG_CMD_DHCP |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 131 | #define CONFIG_CMD_MII |
Stefano Babic | 45997e0 | 2010-03-29 16:43:39 +0200 | [diff] [blame] | 132 | #define CONFIG_CMD_NAND |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 133 | #define CONFIG_CMD_NET |
| 134 | #define CONFIG_CMD_PING |
| 135 | #define CONFIG_CMD_SETEXPR |
Stefano Babic | e98ecd7 | 2010-04-16 17:13:54 +0200 | [diff] [blame] | 136 | #define CONFIG_CMD_SPI |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 137 | |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 138 | #define BOARD_LATE_INIT |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 139 | |
| 140 | #define CONFIG_BOOTDELAY 5 |
| 141 | |
| 142 | #define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */ |
| 143 | |
| 144 | #define xstr(s) str(s) |
| 145 | #define str(s) #s |
| 146 | |
| 147 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 148 | "netdev=eth0\0" \ |
| 149 | "nfsargs=setenv bootargs root=/dev/nfs rw " \ |
| 150 | "nfsroot=${serverip}:${rootpath}\0" \ |
| 151 | "ramargs=setenv bootargs root=/dev/ram rw\0" \ |
| 152 | "addip=setenv bootargs ${bootargs} " \ |
| 153 | "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ |
| 154 | ":${hostname}:${netdev}:off panic=1\0" \ |
| 155 | "addtty=setenv bootargs ${bootargs}" \ |
| 156 | " console=ttymxc0,${baudrate}\0" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 157 | "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 158 | "addmisc=setenv bootargs ${bootargs}\0" \ |
Wolfgang Denk | 8a1cdaa | 2010-04-28 12:54:43 +0200 | [diff] [blame] | 159 | "uboot_addr=A0000000\0" \ |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 160 | "kernel_addr=A00C0000\0" \ |
Wolfgang Denk | 8a1cdaa | 2010-04-28 12:54:43 +0200 | [diff] [blame] | 161 | "ramdisk_addr=A0300000\0" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 162 | "u-boot=qong/u-boot.bin\0" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 163 | "kernel_addr_r=80800000\0" \ |
| 164 | "hostname=qong\0" \ |
| 165 | "bootfile=qong/uImage\0" \ |
| 166 | "rootpath=/opt/eldk-4.2-arm/armVFP\0" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 167 | "flash_self=run ramargs addip addtty addmtd addmisc;" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 168 | "bootm ${kernel_addr} ${ramdisk_addr}\0" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 169 | "flash_nfs=run nfsargs addip addtty addmtd addmisc;" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 170 | "bootm ${kernel_addr}\0" \ |
| 171 | "net_nfs=tftp ${kernel_addr_r} ${bootfile};" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 172 | "run nfsargs addip addtty addmtd addmisc;" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 173 | "bootm\0" \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 174 | "bootcmd=run flash_self\0" \ |
| 175 | "load=tftp ${loadaddr} ${u-boot}\0" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 176 | "update=protect off " xstr(CONFIG_SYS_MONITOR_BASE) \ |
| 177 | " +${filesize};era " xstr(CONFIG_SYS_MONITOR_BASE) \ |
| 178 | " +${filesize};cp.b ${fileaddr} " \ |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 179 | xstr(CONFIG_SYS_MONITOR_BASE) " ${filesize}\0" \ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 180 | "upd=run load update\0" \ |
| 181 | |
| 182 | /* |
| 183 | * Miscellaneous configurable options |
| 184 | */ |
| 185 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
| 186 | #define CONFIG_SYS_PROMPT "=> " |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 187 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 188 | /* Print Buffer Size */ |
| 189 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |
| 190 | sizeof(CONFIG_SYS_PROMPT) + 16) |
| 191 | #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ |
| 192 | /* Boot Argument Buffer Size */ |
| 193 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 194 | |
| 195 | /* memtest works on first 255MB of RAM */ |
| 196 | #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1 |
| 197 | #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + 0xff000000) |
| 198 | |
| 199 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 200 | |
| 201 | #define CONFIG_SYS_HZ 1000 |
| 202 | |
| 203 | #define CONFIG_CMDLINE_EDITING 1 |
Wolfgang Denk | 8a1cdaa | 2010-04-28 12:54:43 +0200 | [diff] [blame] | 204 | #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ |
| 205 | #ifdef CONFIG_SYS_HUSH_PARSER |
| 206 | #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |
| 207 | #endif |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 208 | |
| 209 | #define CONFIG_MISC_INIT_R 1 |
| 210 | /*----------------------------------------------------------------------- |
| 211 | * Stack sizes |
| 212 | * |
| 213 | * The stack sizes are set up in start.S using the settings below |
| 214 | */ |
| 215 | #define CONFIG_STACKSIZE (128 * 1024) /* regular stack */ |
| 216 | |
| 217 | /*----------------------------------------------------------------------- |
| 218 | * Physical Memory Map |
| 219 | */ |
| 220 | #define CONFIG_NR_DRAM_BANKS 1 |
| 221 | #define PHYS_SDRAM_1 CSD0_BASE |
| 222 | #define PHYS_SDRAM_1_SIZE 0x10000000 /* 256 MB */ |
| 223 | |
Stefano Babic | 45997e0 | 2010-03-29 16:43:39 +0200 | [diff] [blame] | 224 | /* |
| 225 | * NAND driver |
| 226 | */ |
| 227 | |
| 228 | #ifndef __ASSEMBLY__ |
| 229 | extern void qong_nand_plat_init(void *chip); |
| 230 | extern int qong_nand_rdy(void *chip); |
| 231 | #endif |
| 232 | #define CONFIG_NAND_PLAT |
| 233 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| 234 | #define CONFIG_SYS_NAND_BASE CS3_BASE |
| 235 | #define NAND_PLAT_INIT() qong_nand_plat_init(nand) |
| 236 | |
| 237 | #define QONG_NAND_CLE(chip) ((unsigned long)(chip)->IO_ADDR_W | (1 << 24)) |
| 238 | #define QONG_NAND_ALE(chip) ((unsigned long)(chip)->IO_ADDR_W | (1 << 23)) |
| 239 | #define QONG_NAND_WRITE(addr, cmd) \ |
| 240 | do { \ |
| 241 | __REG8(addr) = cmd; \ |
| 242 | } while (0) |
| 243 | |
| 244 | #define NAND_PLAT_WRITE_CMD(chip, cmd) QONG_NAND_WRITE(QONG_NAND_CLE(chip), cmd) |
| 245 | #define NAND_PLAT_WRITE_ADR(chip, cmd) QONG_NAND_WRITE(QONG_NAND_ALE(chip), cmd) |
| 246 | #define NAND_PLAT_DEV_READY(chip) (qong_nand_rdy(chip)) |
| 247 | |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 248 | /*----------------------------------------------------------------------- |
| 249 | * FLASH and environment organization |
| 250 | */ |
| 251 | #define CONFIG_SYS_FLASH_BASE CS0_BASE |
| 252 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */ |
| 253 | /* max number of sectors on one chip */ |
| 254 | #define CONFIG_SYS_MAX_FLASH_SECT 1024 |
| 255 | /* Monitor at beginning of flash */ |
| 256 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
| 257 | #define CONFIG_SYS_MONITOR_LEN 0x40000 /* Reserve 256KiB */ |
| 258 | |
| 259 | #define CONFIG_ENV_IS_IN_FLASH 1 |
| 260 | #define CONFIG_ENV_SECT_SIZE 0x20000 |
| 261 | #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE |
Stefano Babic | d7dc464 | 2010-10-05 14:05:11 +0200 | [diff] [blame] | 262 | #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x80000) |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 263 | |
| 264 | /* Address and size of Redundant Environment Sector */ |
| 265 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |
| 266 | #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE |
| 267 | |
| 268 | /*----------------------------------------------------------------------- |
| 269 | * CFI FLASH driver setup |
| 270 | */ |
| 271 | /* Flash memory is CFI compliant */ |
| 272 | #define CONFIG_SYS_FLASH_CFI 1 |
| 273 | /* Use drivers/cfi_flash.c */ |
| 274 | #define CONFIG_FLASH_CFI_DRIVER 1 |
| 275 | /* Use buffered writes (~10x faster) */ |
| 276 | #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1 |
| 277 | /* Use hardware sector protection */ |
| 278 | #define CONFIG_SYS_FLASH_PROTECTION 1 |
| 279 | |
| 280 | /* |
Stefano Babic | c9d944d | 2010-04-08 17:23:52 +0200 | [diff] [blame] | 281 | * Filesystem |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 282 | */ |
Stefano Babic | c9d944d | 2010-04-08 17:23:52 +0200 | [diff] [blame] | 283 | #define CONFIG_CMD_JFFS2 |
| 284 | #define CONFIG_CMD_UBI |
| 285 | #define CONFIG_CMD_UBIFS |
| 286 | #define CONFIG_RBTREE |
| 287 | #define CONFIG_MTD_PARTITIONS |
Stefan Roese | 68d7d65 | 2009-03-19 13:30:36 +0100 | [diff] [blame] | 288 | #define CONFIG_CMD_MTDPARTS |
Stefano Babic | c9d944d | 2010-04-08 17:23:52 +0200 | [diff] [blame] | 289 | #define CONFIG_LZO |
Stefan Roese | 942556a | 2009-05-12 14:32:58 +0200 | [diff] [blame] | 290 | #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ |
| 291 | #define CONFIG_FLASH_CFI_MTD |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 292 | #define MTDIDS_DEFAULT "nor0=physmap-flash.0," \ |
| 293 | "nand0=gen_nand" |
Ilya Yanok | b4e85d0 | 2009-02-05 04:08:20 +0100 | [diff] [blame] | 294 | #define MTDPARTS_DEFAULT \ |
Wolfgang Denk | b952c24 | 2010-10-19 11:10:06 +0200 | [diff] [blame] | 295 | "mtdparts=physmap-flash.0:" \ |
| 296 | "512k(U-Boot),128k(env1),128k(env2)," \ |
| 297 | "2304k(kernel),13m(ramdisk),-(user);" \ |
| 298 | "gen_nand:" \ |
| 299 | "128m(nand)" |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 300 | |
Heiko Schocher | a784c01 | 2010-09-22 14:06:33 +0200 | [diff] [blame] | 301 | /* additions for new relocation code, must be added to all boards */ |
Heiko Schocher | e48b7c0 | 2010-09-17 13:10:40 +0200 | [diff] [blame] | 302 | #define CONFIG_SYS_SDRAM_BASE 0x80000000 |
| 303 | #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |
Wolfgang Denk | 553f098 | 2010-10-26 13:32:32 +0200 | [diff] [blame] | 304 | #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE |
Wolfgang Denk | 25ddd1f | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 305 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Heiko Schocher | e48b7c0 | 2010-09-17 13:10:40 +0200 | [diff] [blame] | 306 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET) |
| 307 | |
| 308 | #define CONFIG_BOARD_EARLY_INIT_F 1 |
| 309 | |
Ilya Yanok | 0d19f6c | 2009-02-10 00:22:31 +0100 | [diff] [blame] | 310 | #endif /* __CONFIG_H */ |