wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 1 | /* |
| 2 | * include/configs/mx1ads.h |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 3 | * |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 4 | * (c) Copyright 2004 |
| 5 | * Techware Information Technology, Inc. |
| 6 | * http://www.techware.com.tw/ |
| 7 | * |
| 8 | * Ming-Len Wu <minglen_wu@techware.com.tw> |
| 9 | * |
| 10 | * This is the Configuration setting for Motorola MX1ADS board |
| 11 | * |
| 12 | * This program is free software; you can redistribute it and/or |
| 13 | * modify it under the terms of the GNU General Public License as |
| 14 | * published by the Free Software Foundation; either version 2 of |
| 15 | * the License, or (at your option) any later version. |
| 16 | * |
| 17 | * This program is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 20 | * GNU General Public License for more details. |
| 21 | * |
| 22 | * You should have received a copy of the GNU General Public License |
| 23 | * along with this program; if not, write to the Free Software |
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 25 | * MA 02111-1307 USA |
| 26 | */ |
| 27 | |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 28 | #ifndef __CONFIG_H |
| 29 | #define __CONFIG_H |
| 30 | |
| 31 | /* |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 32 | * High Level Configuration Options |
| 33 | * (easy to change) |
| 34 | */ |
| 35 | #define CONFIG_ARM920T 1 /* This is an ARM920T Core */ |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 36 | #define CONFIG_IMX 1 /* It's a Motorola MC9328 SoC */ |
| 37 | #define CONFIG_MX1ADS 1 /* on a Motorola MX1ADS Board */ |
| 38 | #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ |
| 39 | |
| 40 | /* |
| 41 | * Select serial console configuration |
| 42 | */ |
Jean-Christophe PLAGNIOL-VILLARD | d3e55d0 | 2009-03-30 18:58:38 +0200 | [diff] [blame] | 43 | #define CONFIG_IMX_SERIAL |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 44 | #define CONFIG_IMX_SERIAL1 /* internal uart 1 */ |
| 45 | /* #define _CONFIG_UART2 */ /* internal uart 2 */ |
| 46 | /* #define CONFIG_SILENT_CONSOLE */ /* use this to disable output */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 47 | |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 48 | #define BOARD_LATE_INIT 1 |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 49 | #define USE_920T_MMU 1 |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 50 | |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 51 | #if 0 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 52 | #define CONFIG_SYS_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */ |
| 53 | #define CONFIG_SYS_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */ |
| 54 | #define CONFIG_SYS_MX1_GPCR 0x000003AB /* for MX1ADS 0L44N */ |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 55 | #endif |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 56 | |
| 57 | /* |
| 58 | * Size of malloc() pool |
| 59 | */ |
| 60 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 61 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024) |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 62 | |
| 63 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 64 | #define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 65 | |
| 66 | /* |
| 67 | * CS8900 Ethernet drivers |
| 68 | */ |
Ben Warren | b1c0eaa | 2009-08-25 13:09:37 -0700 | [diff] [blame] | 69 | #define CONFIG_NET_MULTI |
| 70 | #define CONFIG_CS8900 /* we have a CS8900 on-board */ |
| 71 | #define CONFIG_CS8900_BASE 0x15000300 |
| 72 | #define CONFIG_CS8900_BUS16 /* the Linux driver does accesses as shorts */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 73 | |
| 74 | /* |
| 75 | * select serial console configuration |
| 76 | */ |
| 77 | |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 78 | /* #define CONFIG_UART1 */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 79 | /* #define CONFIG_UART2 1 */ |
| 80 | |
| 81 | #define CONFIG_BAUDRATE 115200 |
| 82 | |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 83 | |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 84 | /* |
Jon Loeliger | 7f5c015 | 2007-07-10 09:38:02 -0500 | [diff] [blame] | 85 | * BOOTP options |
| 86 | */ |
| 87 | #define CONFIG_BOOTP_BOOTFILESIZE |
| 88 | #define CONFIG_BOOTP_BOOTPATH |
| 89 | #define CONFIG_BOOTP_GATEWAY |
| 90 | #define CONFIG_BOOTP_HOSTNAME |
| 91 | |
| 92 | |
| 93 | /* |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 94 | * Command line configuration. |
| 95 | */ |
| 96 | #include <config_cmd_default.h> |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 97 | |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 98 | #define CONFIG_CMD_CACHE |
| 99 | #define CONFIG_CMD_REGINFO |
| 100 | #define CONFIG_CMD_ELF |
| 101 | |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 102 | |
| 103 | #define CONFIG_BOOTDELAY 3 |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 104 | #define CONFIG_BOOTARGS "root=/dev/msdk mem=48M" |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 105 | #define CONFIG_BOOTFILE "mx1ads" |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 106 | #define CONFIG_BOOTCOMMAND "tftp; bootm" |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 107 | |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 108 | #if defined(CONFIG_CMD_KGDB) |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 109 | #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */ |
| 110 | /* what's this ? it's not used anywhere */ |
| 111 | #define CONFIG_KGDB_SER_INDEX 1 /* which serial port to use */ |
| 112 | #endif |
| 113 | |
| 114 | /* |
| 115 | * Miscellaneous configurable options |
| 116 | */ |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 117 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 118 | #define CONFIG_SYS_HUSH_PARSER 1 |
| 119 | #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 120 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 121 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 122 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 123 | #ifdef CONFIG_SYS_HUSH_PARSER |
| 124 | #define CONFIG_SYS_PROMPT "MX1ADS$ " /* Monitor Command Prompt */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 125 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 126 | #define CONFIG_SYS_PROMPT "MX1ADS=> " /* Monitor Command Prompt */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 127 | #endif |
| 128 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 129 | #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
| 130 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 131 | /* Print Buffer Size */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 132 | #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |
| 133 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 134 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 135 | #define CONFIG_SYS_MEMTEST_START 0x09000000 /* memtest works on */ |
| 136 | #define CONFIG_SYS_MEMTEST_END 0x0AF00000 /* 63 MB in DRAM */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 137 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 138 | #define CONFIG_SYS_LOAD_ADDR 0x08800000 /* default load address */ |
| 139 | /*#define CONFIG_SYS_HZ 1000 */ |
| 140 | #define CONFIG_SYS_HZ 3686400 |
| 141 | #define CONFIG_SYS_CPUSPEED 0x141 |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 142 | |
| 143 | /* valid baudrates */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 144 | #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 145 | |
| 146 | /*----------------------------------------------------------------------- |
| 147 | * Stack sizes |
| 148 | * |
| 149 | * The stack sizes are set up in start.S using the settings below |
| 150 | */ |
| 151 | #define CONFIG_STACKSIZE (128*1024) /* regular stack */ |
| 152 | #ifdef CONFIG_USE_IRQ |
| 153 | #define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */ |
| 154 | #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */ |
| 155 | #endif |
| 156 | |
| 157 | /*----------------------------------------------------------------------- |
| 158 | * Physical Memory Map |
| 159 | */ |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 160 | |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 161 | #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of SDRAM */ |
| 162 | #define PHYS_SDRAM_1 0x08000000 /* SDRAM on CSD0 */ |
| 163 | #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 164 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 165 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* 1 bank of SyncFlash */ |
| 166 | #define CONFIG_SYS_FLASH_BASE 0x0C000000 /* SyncFlash on CSD1 */ |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 167 | #define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */ |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 168 | |
| 169 | /*----------------------------------------------------------------------- |
| 170 | * FLASH and environment organization |
| 171 | */ |
| 172 | |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 173 | #define CONFIG_SYNCFLASH 1 |
| 174 | #define PHYS_FLASH_SIZE 0x01000000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 175 | #define CONFIG_SYS_MAX_FLASH_SECT (16) |
| 176 | #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE+0x00ff8000) |
wdenk | 49822e2 | 2004-06-19 21:19:10 +0000 | [diff] [blame] | 177 | |
Jean-Christophe PLAGNIOL-VILLARD | 5a1aceb | 2008-09-10 22:48:04 +0200 | [diff] [blame] | 178 | #define CONFIG_ENV_IS_IN_FLASH 1 |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 179 | #define CONFIG_ENV_SIZE 0x04000 /* Total Size of Environment Sector */ |
| 180 | #define CONFIG_ENV_SECT_SIZE 0x100000 |
wdenk | 281e00a | 2004-08-01 22:48:16 +0000 | [diff] [blame] | 181 | |
| 182 | /*----------------------------------------------------------------------- |
| 183 | * Enable passing ATAGS |
| 184 | */ |
| 185 | |
| 186 | #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ |
| 187 | #define CONFIG_SETUP_MEMORY_TAGS 1 |
| 188 | |
| 189 | #define CONFIG_SYS_CLK_FREQ 16780000 |
| 190 | #define CONFIG_SYSPLL_CLK_FREQ 16000000 |
| 191 | |
wdenk | 2d24a3a | 2004-06-09 21:50:45 +0000 | [diff] [blame] | 192 | #endif /* __CONFIG_H */ |