MINI2440: Disable USB for now
[u-boot-openmoko/mini2440.git] / include / configs / mini2440.h
blob90c8fa0ed20042de7b9bbb89b0c31ee7aa28c374
1 /*
2 * (C) Copyright 2002
3 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 * Marius Groeger <mgroeger@sysgo.de>
5 * Gary Jennejohn <gj@denx.de>
6 * David Mueller <d.mueller@elsoft.ch>
8 * Configuation settings for the SAMSUNG SMDK2440 board.
10 * See file CREDITS for list of people who contributed to this
11 * project.
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License as
15 * published by the Free Software Foundation; either version 2 of
16 * the License, or (at your option) any later version.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
26 * MA 02111-1307 USA
29 #ifndef __CONFIG_H
30 #define __CONFIG_H
32 //#include <common.h>
33 //#include <s3c2440.h>
35 #if 0
36 /* If we want to start u-boot from usb bootloader in NOR flash */
37 #define CONFIG_SKIP_RELOCATE_UBOOT 1
38 #define CONFIG_SKIP_LOWLEVEL_INIT 1
39 #else
40 /* If we want to start u-boot directly from within NAND flash
41 * Also use this if loading the bootloader directly via JTAG */
42 #define CONFIG_LL_INIT_NAND_ONLY
43 #define CONFIG_S3C2410_NAND_BOOT 1
44 #define CONFIG_S3C2410_NAND_SKIP_BAD 1
45 #endif
47 #define CFG_UBOOT_SIZE 0x40000 /* size of u-boot, for NAND loading */
50 * High Level Configuration Options
51 * (easy to change)
53 #define CONFIG_ARM920T 1 /* This is an ARM920T Core */
54 #define CONFIG_S3C2440 1 /* in a SAMSUNG S3C2440 SoC */
55 #define CONFIG_MINI2440 1 /* on a MIN2440 Board */
57 /* input clock of PLL */
58 #define CONFIG_SYS_CLK_FREQ 12000000 /* MINI2440 has 12.0000MHz input clock */
61 #define USE_920T_MMU 1
62 //#define CONFIG_USE_IRQ 1
63 #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
66 * Size of malloc() pool
68 #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 2048*1024)
69 #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
72 * Hardware drivers
74 #define CONFIG_DRIVER_DM9000 1
75 #define CONFIG_DRIVER_DM9000_NO_EEPROM 1
76 #define CONFIG_DM9000_BASE 0x20000300
77 #define DM9000_IO CONFIG_DM9000_BASE
78 #define DM9000_DATA (CONFIG_DM9000_BASE+4)
80 #define CONFIG_DRIVER_S3C24X0_I2C 1
81 #if (CONFIG_DRIVER_S3C24X0_I2C)
82 #define CONFIG_HARD_I2C 1
83 #define CFG_I2C_SPEED 400000 /* 400kHz according to PCF50606 data sheet */
84 #define CFG_I2C_SLAVE 0x7f
85 #endif
88 * select serial console configuration
90 #define CONFIG_SERIAL1 1 /* we use SERIAL 1 on MINI2440 */
91 //#define CONFIG_HWFLOW 1
93 /************************************************************
94 * RTC
95 ************************************************************/
96 #define CONFIG_RTC_S3C24X0 1
98 /* allow to overwrite serial and ethaddr */
99 #define CONFIG_ENV_OVERWRITE
101 #define CONFIG_BAUDRATE 115200
103 /***********************************************************
104 * Command definition
105 ***********************************************************/
106 #include <config_cmd_default.h>
108 #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
110 #define CONFIG_CMD_CACHE
111 #define CONFIG_CMD_DATE
112 #define CONFIG_CMD_DIAG
113 #define CONFIG_CMD_ELF
114 #define CONFIG_CMD_DHCP
115 #define CONFIG_CMD_EXT2
116 #define CONFIG_CMD_FAT
117 #define CONFIG_CMD_JFFS2
118 #define CONFIG_CMD_MMC
119 #define CONFIG_CMD_NAND
120 #define CONFIG_CMD_PING
121 #define CONFIG_CMD_PORTIO
122 #define CONFIG_CMD_REGINFO
123 #define CONFIG_CMD_SAVES
125 #if defined(CONFIG_DRIVER_S3C24X0_I2C)
126 #define CONFIG_CMD_I2C /* I2C serial bus support */
127 #endif
129 #define CONFIG_BOOTDELAY 3
130 #define CONFIG_BOOTARGS "root=/dev/mtdblock4 rootfstype=jffs2 console=ttySAC0,115200"
131 #define CONFIG_ETHADDR 08:08:11:18:12:27
132 #define CONFIG_NETMASK 255.255.255.0
133 #define CONFIG_IPADDR 10.0.0.111
134 #define CONFIG_SERVERIP 10.0.0.4
135 /*#define CONFIG_BOOTFILE "elinos-lart" */
136 //#define CONFIG_BOOTCOMMAND "nand read 0x32000000 0x34000 0x200000; bootm"
137 #define CONFIG_BOOTCOMMAND ""
139 #if 0
140 #define CONFIG_BOOTARGS "noinitrd root=/dev/nfs rw nfsroot=10.0.0.4:/opt/build/openwrt/root ip=10.0.0.111:10.0.0.4::255.255.255.0 console=ttySAC0,115200 init=/linuxrc"
141 #define CONFIG_BOOTCOMMAND "nfs 0x30008000 192.168.1.3:/home/tekkaman/working/nfs/zImage.img;bootm"
142 #define CONFIG_EXTRA_ENV_SETTINGS \
143 "tekkaman=bmp d 50000\0 " \
144 "stdin=serial\0" \
145 "stdout=serial\0" \
146 "stderr=serial\0" \
148 #endif
150 #define CONFIG_DOS_PARTITION 1
152 #if defined(CONFIG_CMD_KGDB)
153 #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
154 /* what's this ? it's not used anywhere */
155 #define CONFIG_KGDB_SER_INDEX 1 /* which serial port to use */
156 #endif
159 * Miscellaneous configurable options
161 #define CFG_LONGHELP /* undef to save memory */
162 #define CFG_PROMPT "MINI2440 # " /* Monitor Command Prompt */
163 #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
164 #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
165 #define CFG_MAXARGS 32 /* max number of command args */
166 #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
168 #define CFG_MEMTEST_START 0x30000000 /* memtest works on */
169 #define CFG_MEMTEST_END 0x33F00000 /* 63 MB in DRAM */
171 #undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */
173 #define CFG_LOAD_ADDR 0x32000000 /* default load address */
175 /* the PWM TImer 4 uses a counter of 15625 for 10 ms, so we need */
176 /* it to wrap 100 times (total 1562500) to get 1 sec. */
177 #define CFG_HZ 1562500
179 /* valid baudrates */
180 #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
182 /*-----------------------------------------------------------------------
183 * Stack sizes
185 * The stack sizes are set up in start.S using the settings below
187 #define CONFIG_STACKSIZE (512*1024) /* regular stack */
188 #ifdef CONFIG_USE_IRQ
189 #define CONFIG_STACKSIZE_IRQ (8*1024) /* IRQ stack */
190 #define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
191 #endif
193 #if 0
194 #define CONFIG_USB_OHCI_NEW 1
195 #define CONFIG_CMD_USB
197 #define CFG_USB_OHCI_CPU_INIT 1
198 #define CFG_USB_OHCI_REGS_BASE 0x49000000 /* S3C24X0_USB_HOST_BASE */
199 #define CFG_USB_OHCI_SLOT_NAME "s3c2440"
200 #define CFG_USB_OHCI_MAX_ROOT_PORTS 2
202 #define CONFIG_USB_DEVICE 1
203 #define CONFIG_USB_TTY 1
204 #define CFG_CONSOLE_IS_IN_ENV 1
205 #define CONFIG_USBD_VENDORID 0x1457 /* FIC */
206 #define CONFIG_USBD_PRODUCTID_GSERIAL 0x5120 /* gserial */
207 #define CONFIG_USBD_PRODUCTID_CDCACM 0x511b /* SMDK2440 CDC ACM */
208 #define CONFIG_USBD_MANUFACTURER "MINI2440, Inc."
209 #define CONFIG_USBD_PRODUCT_NAME "S3C2440 Bootloader " U_BOOT_VERSION
210 #define CONFIG_USBD_DFU 1
211 #define CONFIG_USBD_DFU_XFER_SIZE 4096
212 #define CONFIG_USBD_DFU_INTERFACE 2
213 //#define CONFIG_USB_DFU_REVISION 0x0100
214 #endif
216 /*-----------------------------------------------------------------------
217 * Physical Memory Map
219 #define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
220 #define PHYS_SDRAM_1 0x30000000 /* SDRAM Bank #1 */
221 #define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */
223 #define PHYS_FLASH_1 0x00000000 /* Flash Bank #1 */
225 #define CFG_FLASH_BASE PHYS_FLASH_1
227 /*-----------------------------------------------------------------------
228 * FLASH and environment organization
231 #define CONFIG_SST_VF1601 1 /* uncomment this if you have a Am29LV160DB flash */
233 #define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
235 #ifdef CONFIG_SST_VF1601
236 #define PHYS_FLASH_SIZE 0x00200000 /* 2MB */
237 #define CFG_MAX_FLASH_SECT (32) /* max number of sectors on one chip */
238 #endif
240 /* timeout values are in ticks */
241 #define CFG_FLASH_ERASE_TOUT (5*CFG_HZ) /* Timeout for Flash Erase */
242 #define CFG_FLASH_WRITE_TOUT (5*CFG_HZ) /* Timeout for Flash Write */
245 * u-boot environmnet
247 #if 1
248 #define CFG_ENV_IS_IN_NAND 1
249 #define CFG_ENV_OFFSET_OOB 1 // dont define for CFG_ENV_IS_IN_FLASH
250 #define CFG_ENV_SIZE 0x10000 /* 128k Total Size of Environment Sector */
251 #else
252 #define CFG_ENV_IS_IN_FLASH 1
253 #define CFG_MY_ENV_OFFSET 0X40000
254 #define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MY_ENV_OFFSET) /* addr of environment */
255 #define CFG_ENV_SIZE 0x10000 /* 128k Total Size of Environment Sector */
256 #endif
257 #define CFG_PREBOOT_OVERRIDE 1
259 #define NAND_MAX_CHIPS 1
260 #define CFG_NAND_BASE 0x4E000000 /* S3C2440_NAND_BASE */
261 #define CFG_MAX_NAND_DEVICE 1
263 #define CONFIG_MMC 1
264 #define CONFIG_MMC_S3C 1 /* Enabling the MMC driver */
265 #define CFG_MMC_BASE 0xff000000
267 #define CONFIG_EXT2 1
269 #define CONFIG_FAT 1
270 #define CONFIG_SUPPORT_VFAT
272 #if 1
273 /* JFFS2 driver */
274 #define CONFIG_JFFS2_CMDLINE 1
275 #define CONFIG_JFFS2_NAND 1
276 #define CONFIG_JFFS2_NAND_DEV 0
277 //#define CONFIG_JFFS2_NAND_OFF 0x634000
278 //#define CONFIG_JFFS2_NAND_SIZE 0x39cc000
279 #endif
281 /* ATAG configuration */
282 #define CONFIG_INITRD_TAG 1
283 #define CONFIG_SETUP_MEMORY_TAGS 1
284 #define CONFIG_CMDLINE_TAG 1
285 #if 0
286 #define CONFIG_REVISION_TAG 1
287 #define CONFIG_SERIAL_TAG 1
288 #endif
289 #define CONFIG_CMDLINE_EDITING 1
290 #define CONFIG_AUTO_COMPLETE 1
293 #if 0
294 #define CONFIG_VIDEO
295 #define CONFIG_VIDEO_S3C2410
296 #define CONFIG_CFB_CONSOLE
297 #define CONFIG_VIDEO_LOGO
298 #define CONFIG_VGA_AS_SINGLE_DEVICE
300 #define VIDEO_KBD_INIT_FCT 0
301 #define VIDEO_TSTC_FCT serial_tstc
302 #define VIDEO_GETC_FCT serial_getc
304 #define LCD_VIDEO_ADDR 0x33d00000
305 #endif
307 //#define CONFIG_S3C2410_NAND_BBT 1
308 //#define CONFIG_S3C2410_NAND_HWECC 1
310 #define CFG_NAND_YAFFS_WRITE
311 #define CFG_NAND_YAFFS1_NEW_OOB_LAYOUT
313 #define MTDIDS_DEFAULT "nand0=mini2440-nand"
314 #define MTPDARTS_DEFAULT "mtdparts=mini2440-nand:256k@0(u-boot),128k(env),5m(kernel),-(root)"
315 #define CFG_NAND_DYNPART_MTD_KERNEL_NAME "mini2440-nand"
316 #define CONFIG_NAND_DYNPART 1
318 #define CONFIG_EXTRA_ENV_SETTINGS \
319 "usbtty=cdc_acm\0" \
320 "mtdparts=mini2440-nand:256k@0(u-boot),128k(env),5m(kernel),-(root)\0" \
321 "bootargs_base=rootfstype=jffs2 root=/dev/mtdblock4 console=ttySAC0,115200\0" \
324 #endif /* __CONFIG_H */