wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2003 |
| 3 | * Texas Instruments. |
| 4 | * Kshitij Gupta <kshitij@ti.com> |
| 5 | * Configuation settings for the TI OMAP Innovator board. |
| 6 | * |
| 7 | * (C) Copyright 2004 |
| 8 | * ARM Ltd. |
| 9 | * Philippe Robin, <philippe.robin@arm.com> |
| 10 | * Configuration for Compact Integrator board. |
| 11 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 12 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 13 | */ |
| 14 | |
| 15 | #ifndef __CONFIG_H |
| 16 | #define __CONFIG_H |
| 17 | |
Linus Walleij | e62b008 | 2012-08-04 05:21:28 +0000 | [diff] [blame] | 18 | #include "integrator-common.h" |
| 19 | |
| 20 | /* Integrator CP-specific configuration */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 21 | #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ |
wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 22 | |
| 23 | /* |
| 24 | * Hardware drivers |
| 25 | */ |
Ben Warren | 7194ab8 | 2009-10-04 22:37:03 -0700 | [diff] [blame] | 26 | #define CONFIG_SMC91111 |
wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 27 | #define CONFIG_SMC_USE_32_BIT |
| 28 | #define CONFIG_SMC91111_BASE 0xC8000000 |
| 29 | #undef CONFIG_SMC91111_EXT_PHY |
| 30 | |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 31 | /* |
Jon Loeliger | 1d2c6bc | 2007-07-04 22:32:32 -0500 | [diff] [blame] | 32 | * Command line configuration. |
| 33 | */ |
Linus Walleij | 7c0e483 | 2012-01-31 12:20:17 +0000 | [diff] [blame] | 34 | #define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0" |
| 35 | #define CONFIG_BOOTCOMMAND "tftpboot ; bootm" |
| 36 | #define CONFIG_SERVERIP 192.168.1.100 |
| 37 | #define CONFIG_IPADDR 192.168.1.104 |
| 38 | #define CONFIG_BOOTFILE "uImage" |
Wolfgang Denk | 74f4304 | 2005-09-25 01:48:28 +0200 | [diff] [blame] | 39 | |
wdenk | 3d3befa | 2004-03-14 15:06:13 +0000 | [diff] [blame] | 40 | /* |
| 41 | * Miscellaneous configurable options |
| 42 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 46937b2 | 2009-05-17 00:58:36 +0200 | [diff] [blame] | 43 | #define PHYS_FLASH_SIZE 0x01000000 /* 16MB */ |
Linus Walleij | a7b00a7 | 2015-04-05 01:48:33 +0200 | [diff] [blame] | 44 | #define CONFIG_SYS_MAX_FLASH_SECT 64 |
Linus Walleij | a7b00a7 | 2015-04-05 01:48:33 +0200 | [diff] [blame] | 45 | #define CONFIG_SYS_MONITOR_LEN 0x00100000 |
Wolfgang Denk | 9b880bd | 2005-10-04 23:10:28 +0200 | [diff] [blame] | 46 | |
| 47 | /* |
| 48 | * Move up the U-Boot & monitor area if more flash is fitted. |
| 49 | * If this U-Boot is to be run on Integrators with varying flash sizes, |
Marcel Ziswiler | 7817cb2 | 2007-12-30 03:30:46 +0100 | [diff] [blame] | 50 | * drivers/mtd/cfi_flash.c::flash_init() can read the Integrator CP_FLASHPROG |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 51 | * register and dynamically assign CONFIG_ENV_ADDR & CONFIG_SYS_MONITOR_BASE |
| 52 | * - CONFIG_SYS_MONITOR_BASE is set to indicate that the environment is not |
Wolfgang Denk | 9b880bd | 2005-10-04 23:10:28 +0200 | [diff] [blame] | 53 | * embedded in the boot monitor(s) area |
| 54 | */ |
| 55 | #if ( PHYS_FLASH_SIZE == 0x04000000 ) |
| 56 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 57 | #define CONFIG_ENV_ADDR 0x27F00000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 58 | #define CONFIG_SYS_MONITOR_BASE 0x27F40000 |
Wolfgang Denk | 9b880bd | 2005-10-04 23:10:28 +0200 | [diff] [blame] | 59 | |
| 60 | #elif (PHYS_FLASH_SIZE == 0x02000000 ) |
| 61 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 62 | #define CONFIG_ENV_ADDR 0x25F00000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 63 | #define CONFIG_SYS_MONITOR_BASE 0x25F40000 |
Wolfgang Denk | 9b880bd | 2005-10-04 23:10:28 +0200 | [diff] [blame] | 64 | |
| 65 | #else |
| 66 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 67 | #define CONFIG_ENV_ADDR 0x24F00000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 68 | #define CONFIG_SYS_MONITOR_BASE 0x27F40000 |
Wolfgang Denk | 9b880bd | 2005-10-04 23:10:28 +0200 | [diff] [blame] | 69 | |
| 70 | #endif |
| 71 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 72 | #define CONFIG_ENV_SECT_SIZE 0x40000 /* 256KB */ |
| 73 | #define CONFIG_ENV_SIZE 8192 /* 8KB */ |
wdenk | 5a95f6f | 2005-01-12 00:38:03 +0000 | [diff] [blame] | 74 | |
| 75 | #endif /* __CONFIG_H */ |