]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/bf537-stamp.h
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / include / configs / bf537-stamp.h
1 /*
2  * U-boot - Configuration file for BF537 STAMP board
3  */
4
5 #ifndef __CONFIG_BF537_STAMP_H__
6 #define __CONFIG_BF537_STAMP_H__
7
8 #include <asm/config-pre.h>
9
10
11 /*
12  * Processor Settings
13  */
14 #define CONFIG_BFIN_CPU             bf537-0.2
15 #define CONFIG_BFIN_BOOT_MODE       BFIN_BOOT_BYPASS
16
17
18 /*
19  * Clock Settings
20  *      CCLK = (CLKIN * VCO_MULT) / CCLK_DIV
21  *      SCLK = (CLKIN * VCO_MULT) / SCLK_DIV
22  */
23 /* CONFIG_CLKIN_HZ is any value in Hz                                   */
24 #define CONFIG_CLKIN_HZ                 25000000
25 /* CLKIN_HALF controls the DF bit in PLL_CTL      0 = CLKIN             */
26 /*                                                1 = CLKIN / 2         */
27 #define CONFIG_CLKIN_HALF               0
28 /* PLL_BYPASS controls the BYPASS bit in PLL_CTL  0 = do not bypass     */
29 /*                                                1 = bypass PLL        */
30 #define CONFIG_PLL_BYPASS               0
31 /* VCO_MULT controls the MSEL (multiplier) bits in PLL_CTL              */
32 /* Values can range from 0-63 (where 0 means 64)                        */
33 #define CONFIG_VCO_MULT                 20
34 /* CCLK_DIV controls the core clock divider                             */
35 /* Values can be 1, 2, 4, or 8 ONLY                                     */
36 #define CONFIG_CCLK_DIV                 1
37 /* SCLK_DIV controls the system clock divider                           */
38 /* Values can range from 1-15                                           */
39 #define CONFIG_SCLK_DIV                 4
40
41
42 /*
43  * Memory Settings
44  */
45 #define CONFIG_MEM_ADD_WDTH     10
46 #define CONFIG_MEM_SIZE         64
47
48 #define CONFIG_EBIU_SDRRC_VAL   0x306
49 #define CONFIG_EBIU_SDGCTL_VAL  0x91114d
50
51 #define CONFIG_EBIU_AMGCTL_VAL  0xFF
52 #define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0
53 #define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
54
55 #define CONFIG_SYS_MONITOR_LEN          (512 * 1024)
56 #define CONFIG_SYS_MALLOC_LEN           (384 * 1024)
57
58
59 /*
60  * Network Settings
61  */
62 #ifndef __ADSPBF534__
63 #define ADI_CMDS_NETWORK        1
64 #define CONFIG_BFIN_MAC
65 #define CONFIG_NETCONSOLE       1
66 #define CONFIG_NET_MULTI        1
67 #endif
68 #define CONFIG_HOSTNAME         bf537-stamp
69 /* Uncomment next line to use fixed MAC address */
70 /* #define CONFIG_ETHADDR       02:80:ad:20:31:e8 */
71
72
73 /*
74  * Flash Settings
75  */
76 #define CONFIG_FLASH_CFI_DRIVER
77 #define CONFIG_SYS_FLASH_BASE           0x20000000
78 #define CONFIG_SYS_FLASH_CFI
79 #define CONFIG_SYS_FLASH_PROTECTION
80 #define CONFIG_SYS_MAX_FLASH_BANKS      1
81 /* some have 67 sectors (M29W320DB), but newer have 71 (M29W320EB) */
82 #define CONFIG_SYS_MAX_FLASH_SECT       71
83
84
85 /*
86  * SPI Settings
87  */
88 #define CONFIG_BFIN_SPI
89 #define CONFIG_ENV_SPI_MAX_HZ   30000000
90 #define CONFIG_SF_DEFAULT_SPEED 30000000
91 #define CONFIG_SPI_FLASH
92 #define CONFIG_SPI_FLASH_ATMEL
93 #define CONFIG_SPI_FLASH_SPANSION
94 #define CONFIG_SPI_FLASH_STMICRO
95 #define CONFIG_SPI_FLASH_WINBOND
96
97
98 /*
99  * Env Storage Settings
100  */
101 #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
102 #define CONFIG_ENV_IS_IN_SPI_FLASH
103 #define CONFIG_ENV_OFFSET       0x10000
104 #define CONFIG_ENV_SIZE         0x2000
105 #define CONFIG_ENV_SECT_SIZE    0x10000
106 #else
107 #define CONFIG_ENV_IS_IN_FLASH
108 #define CONFIG_ENV_OFFSET       0x4000
109 #define CONFIG_ENV_ADDR         (CONFIG_SYS_FLASH_BASE + CONFIG_ENV_OFFSET)
110 #define CONFIG_ENV_SIZE         0x2000
111 #define CONFIG_ENV_SECT_SIZE    0x2000
112 #endif
113 #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
114 #define ENV_IS_EMBEDDED
115 #else
116 #define ENV_IS_EMBEDDED_CUSTOM
117 #endif
118 #ifdef ENV_IS_EMBEDDED
119 /* WARNING - the following is hand-optimized to fit within
120  * the sector before the environment sector. If it throws
121  * an error during compilation remove an object here to get
122  * it linked after the configuration sector.
123  */
124 # define LDS_BOARD_TEXT \
125         cpu/blackfin/traps.o            (.text .text.*); \
126         cpu/blackfin/interrupt.o        (.text .text.*); \
127         cpu/blackfin/serial.o           (.text .text.*); \
128         common/dlmalloc.o               (.text .text.*); \
129         lib_generic/crc32.o             (.text .text.*); \
130         . = DEFINED(env_offset) ? env_offset : .; \
131         common/env_embedded.o           (.text .text.*);
132 #endif
133
134
135 /*
136  * I2C Settings
137  */
138 #define CONFIG_BFIN_TWI_I2C     1
139 #define CONFIG_HARD_I2C         1
140 #define CONFIG_SYS_I2C_SPEED    50000
141 #define CONFIG_SYS_I2C_SLAVE    0
142
143
144 /*
145  * SPI_MMC Settings
146  */
147 #define CONFIG_MMC
148 #define CONFIG_BFIN_SPI_MMC
149
150
151 /*
152  * NAND Settings
153  */
154 /* #define CONFIG_NAND_PLAT */
155 #define CONFIG_SYS_NAND_BASE            0x20212000
156 #define CONFIG_SYS_MAX_NAND_DEVICE      1
157
158 #define BFIN_NAND_CLE(chip) ((unsigned long)(chip)->IO_ADDR_W | (1 << 2))
159 #define BFIN_NAND_ALE(chip) ((unsigned long)(chip)->IO_ADDR_W | (1 << 1))
160 #define BFIN_NAND_READY     PF3
161 #define BFIN_NAND_WRITE(addr, cmd) \
162         do { \
163                 bfin_write8(addr, cmd); \
164                 SSYNC(); \
165         } while (0)
166
167 #define NAND_PLAT_WRITE_CMD(chip, cmd) BFIN_NAND_WRITE(BFIN_NAND_CLE(chip), cmd)
168 #define NAND_PLAT_WRITE_ADR(chip, cmd) BFIN_NAND_WRITE(BFIN_NAND_ALE(chip), cmd)
169 #define NAND_PLAT_DEV_READY(chip)      (bfin_read_PORTFIO() & BFIN_NAND_READY)
170 #define NAND_PLAT_INIT() \
171         do { \
172                 bfin_write_PORTF_FER(bfin_read_PORTF_FER() & ~BFIN_NAND_READY); \
173                 bfin_write_PORTFIO_DIR(bfin_read_PORTFIO_DIR() & ~BFIN_NAND_READY); \
174                 bfin_write_PORTFIO_INEN(bfin_read_PORTFIO_INEN() | BFIN_NAND_READY); \
175         } while (0)
176
177
178 /*
179  * CF-CARD IDE-HDD Support
180  */
181 /* #define CONFIG_BFIN_TRUE_IDE */      /* Add CF flash card support */
182 /* #define CONFIG_BFIN_CF_IDE */        /* Add CF flash card support */
183 /* #define CONFIG_BFIN_HDD_IDE */       /* Add IDE Disk Drive (HDD) support */
184
185 #if defined(CONFIG_BFIN_CF_IDE) || \
186     defined(CONFIG_BFIN_HDD_IDE) || \
187     defined(CONFIG_BFIN_TRUE_IDE)
188 # define CONFIG_BFIN_IDE        1
189 # define CONFIG_CMD_IDE
190 #endif
191
192 #if defined(CONFIG_BFIN_IDE)
193
194 #define CONFIG_DOS_PARTITION    1
195 /*
196  * IDE/ATA stuff
197  */
198 #undef  CONFIG_IDE_8xx_DIRECT   /* no pcmcia interface required */
199 #undef  CONFIG_IDE_LED          /* no led for ide supported */
200 #undef  CONFIG_IDE_RESET        /* no reset for ide supported */
201
202 #define CONFIG_SYS_IDE_MAXBUS           1
203 #define CONFIG_SYS_IDE_MAXDEVICE        (CONFIG_SYS_IDE_MAXBUS * 1)
204
205 #undef  CONFIG_EBIU_AMBCTL1_VAL
206 #define CONFIG_EBIU_AMBCTL1_VAL         0xFFC3FFC3
207
208 #define CONFIG_CF_ATASEL_DIS    0x20311800
209 #define CONFIG_CF_ATASEL_ENA    0x20311802
210
211 #if defined(CONFIG_BFIN_TRUE_IDE)
212 /*
213  * Note that these settings aren't for the most part used in include/ata.h
214  * when all of the ATA registers are setup
215  */
216 #define CONFIG_SYS_ATA_BASE_ADDR        0x2031C000
217 #define CONFIG_SYS_ATA_IDE0_OFFSET      0x0000
218 #define CONFIG_SYS_ATA_DATA_OFFSET      0x0020  /* data I/O */
219 #define CONFIG_SYS_ATA_REG_OFFSET       0x0020  /* normal register accesses */
220 #define CONFIG_SYS_ATA_ALT_OFFSET       0x001C  /* alternate registers */
221 #define CONFIG_SYS_ATA_STRIDE           2       /* CF.A0 --> Blackfin.Ax */
222
223 #elif defined(CONFIG_BFIN_CF_IDE)
224 #define CONFIG_SYS_ATA_BASE_ADDR        0x20211800
225 #define CONFIG_SYS_ATA_IDE0_OFFSET      0x0000
226 #define CONFIG_SYS_ATA_DATA_OFFSET      0x0000  /* data I/O */
227 #define CONFIG_SYS_ATA_REG_OFFSET       0x0000  /* normal register accesses */
228 #define CONFIG_SYS_ATA_ALT_OFFSET       0x000E  /* alternate registers */
229 #define CONFIG_SYS_ATA_STRIDE           1       /* CF.A0 --> Blackfin.Ax */
230
231 #elif defined(CONFIG_BFIN_HDD_IDE)
232 #define CONFIG_SYS_ATA_BASE_ADDR        0x20314000
233 #define CONFIG_SYS_ATA_IDE0_OFFSET      0x0000
234 #define CONFIG_SYS_ATA_DATA_OFFSET      0x0020  /* data I/O */
235 #define CONFIG_SYS_ATA_REG_OFFSET       0x0020  /* normal register accesses */
236 #define CONFIG_SYS_ATA_ALT_OFFSET       0x001C  /* alternate registers */
237 #define CONFIG_SYS_ATA_STRIDE           2       /* CF.A0 --> Blackfin.A1 */
238 #undef  CONFIG_SCLK_DIV
239 #define CONFIG_SCLK_DIV         8
240 #endif
241
242 #endif
243
244
245 /*
246  * Misc Settings
247  */
248 #define CONFIG_MISC_INIT_R
249 #define CONFIG_RTC_BFIN
250 #define CONFIG_UART_CONSOLE     0
251
252 /* #define CONFIG_BF537_STAMP_LEDCMD    1 */
253
254 /* Define if want to do post memory test */
255 #undef CONFIG_POST
256 #ifdef CONFIG_POST
257 #define FLASH_START_POST_BLOCK  11      /* Should > = 11 */
258 #define FLASH_END_POST_BLOCK    71      /* Should < = 71 */
259 #endif
260
261
262 /*
263  * Pull in common ADI header for remaining command/environment setup
264  */
265 #include <configs/bfin_adi_common.h>
266
267 #endif