blob: 3e5862d1381849ddec473d7d73e47e0cbd9414cf [file] [log] [blame]
Aubrey Li10ebdd92007-03-19 01:24:52 +08001/*
2 * U-boot - Configuration file for BF537 STAMP board
3 */
4
Mike Frysinger62d2a232008-06-01 09:09:48 -04005#ifndef __CONFIG_BF537_STAMP_H__
6#define __CONFIG_BF537_STAMP_H__
Aubrey Li10ebdd92007-03-19 01:24:52 +08007
Mike Frysingerf0dd7922008-02-18 05:26:48 -05008#include <asm/blackfin-config-pre.h>
9
Aubrey Li10ebdd92007-03-19 01:24:52 +080010
Mike Frysinger62d2a232008-06-01 09:09:48 -040011/*
12 * Processor Settings
13 */
14#define CONFIG_BFIN_CPU bf537-0.2
15#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
Aubrey Li10ebdd92007-03-19 01:24:52 +080016
Aubrey Li10ebdd92007-03-19 01:24:52 +080017
Mike Frysinger62d2a232008-06-01 09:09:48 -040018/*
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) */
Aubrey Li10ebdd92007-03-19 01:24:52 +080033#define CONFIG_VCO_MULT 20
Mike Frysinger62d2a232008-06-01 09:09:48 -040034/* CCLK_DIV controls the core clock divider */
35/* Values can be 1, 2, 4, or 8 ONLY */
Aubrey Li10ebdd92007-03-19 01:24:52 +080036#define CONFIG_CCLK_DIV 1
Mike Frysinger62d2a232008-06-01 09:09:48 -040037/* SCLK_DIV controls the system clock divider */
38/* Values can range from 1-15 */
Mike Frysinger40069e12008-12-08 16:16:11 -050039#define CONFIG_SCLK_DIV 4
Aubrey Li10ebdd92007-03-19 01:24:52 +080040
Aubrey Li10ebdd92007-03-19 01:24:52 +080041
Mike Frysinger62d2a232008-06-01 09:09:48 -040042/*
43 * Memory Settings
44 */
45#define CONFIG_MEM_ADD_WDTH 10
46#define CONFIG_MEM_SIZE 64
Aubrey Li10ebdd92007-03-19 01:24:52 +080047
Mike Frysinger62d2a232008-06-01 09:09:48 -040048#define CONFIG_EBIU_SDRRC_VAL 0x306
49#define CONFIG_EBIU_SDGCTL_VAL 0x91114d
Aubrey Li10ebdd92007-03-19 01:24:52 +080050
Mike Frysinger62d2a232008-06-01 09:09:48 -040051#define CONFIG_EBIU_AMGCTL_VAL 0xFF
52#define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0
53#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
Aubrey Li10ebdd92007-03-19 01:24:52 +080054
Mike Frysingere120afd2009-01-21 20:47:12 -050055#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
Mike Frysinger62d2a232008-06-01 09:09:48 -040056#define CONFIG_SYS_MALLOC_LEN (384 * 1024)
57
Aubrey Li10ebdd92007-03-19 01:24:52 +080058
59/*
60 * Network Settings
61 */
Mike Frysinger62d2a232008-06-01 09:09:48 -040062#ifndef __ADSPBF534__
63#define ADI_CMDS_NETWORK 1
64#define CONFIG_BFIN_MAC
65#define CONFIG_NETCONSOLE 1
66#define CONFIG_NET_MULTI 1
Aubrey Li10ebdd92007-03-19 01:24:52 +080067#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040068#define CONFIG_HOSTNAME bf537-stamp
Aubrey Li10ebdd92007-03-19 01:24:52 +080069/* Uncomment next line to use fixed MAC address */
70/* #define CONFIG_ETHADDR 02:80:ad:20:31:e8 */
Aubrey Li10ebdd92007-03-19 01:24:52 +080071
Aubrey Li10ebdd92007-03-19 01:24:52 +080072
Jon Loeliger8262ada2007-07-04 22:31:49 -050073/*
Mike Frysinger62d2a232008-06-01 09:09:48 -040074 * Flash Settings
Jon Loeliger5c4ddae2007-07-10 10:12:10 -050075 */
Mike Frysinger62d2a232008-06-01 09:09:48 -040076#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
Jon Loeliger5c4ddae2007-07-10 10:12:10 -050083
84
85/*
Mike Frysinger62d2a232008-06-01 09:09:48 -040086 * SPI Settings
Jon Loeliger8262ada2007-07-04 22:31:49 -050087 */
Mike Frysinger62d2a232008-06-01 09:09:48 -040088#define CONFIG_BFIN_SPI
89#define CONFIG_ENV_SPI_MAX_HZ 30000000
90#define CONFIG_SF_DEFAULT_HZ 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
Jon Loeliger8262ada2007-07-04 22:31:49 -050096
Jon Loeliger8262ada2007-07-04 22:31:49 -050097
Mike Frysinger62d2a232008-06-01 09:09:48 -040098/*
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 0x4000
104#define CONFIG_ENV_SIZE 0x2000
105#define CONFIG_ENV_SECT_SIZE 0x2000
Aubrey Li10ebdd92007-03-19 01:24:52 +0800106#else
Mike Frysinger62d2a232008-06-01 09:09:48 -0400107#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
Aubrey Li10ebdd92007-03-19 01:24:52 +0800112#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400113#if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
114#define ENV_IS_EMBEDDED
Aubrey Li10ebdd92007-03-19 01:24:52 +0800115#else
Mike Frysinger62d2a232008-06-01 09:09:48 -0400116#define ENV_IS_EMBEDDED_CUSTOM
Aubrey Li10ebdd92007-03-19 01:24:52 +0800117#endif
Aubrey Li10ebdd92007-03-19 01:24:52 +0800118
Aubrey Li10ebdd92007-03-19 01:24:52 +0800119
Mike Frysinger62d2a232008-06-01 09:09:48 -0400120/*
121 * I2C Settings
122 */
123#define CONFIG_BFIN_TWI_I2C 1
124#define CONFIG_HARD_I2C 1
125#define CONFIG_SYS_I2C_SPEED 50000
126#define CONFIG_SYS_I2C_SLAVE 0
Aubrey Li10ebdd92007-03-19 01:24:52 +0800127
Aubrey Li10ebdd92007-03-19 01:24:52 +0800128
129/*
Mike Frysinger62d2a232008-06-01 09:09:48 -0400130 * SPI_MMC Settings
Aubrey Li10ebdd92007-03-19 01:24:52 +0800131 */
Mike Frysinger62d2a232008-06-01 09:09:48 -0400132#define CONFIG_MMC
133#define CONFIG_BFIN_SPI_MMC
Aubrey Li10ebdd92007-03-19 01:24:52 +0800134
Aubrey Li10ebdd92007-03-19 01:24:52 +0800135
136/*
Mike Frysinger62d2a232008-06-01 09:09:48 -0400137 * NAND Settings
Aubrey Li10ebdd92007-03-19 01:24:52 +0800138 */
Mike Frysinger62d2a232008-06-01 09:09:48 -0400139/* #define CONFIG_BF537_NAND */
140#ifdef CONFIG_BF537_NAND
141# define CONFIG_CMD_NAND
142#endif
Aubrey Li10ebdd92007-03-19 01:24:52 +0800143
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200144#define CONFIG_SYS_NAND_ADDR 0x20212000
145#define CONFIG_SYS_NAND_BASE CONFIG_SYS_NAND_ADDR
146#define CONFIG_SYS_MAX_NAND_DEVICE 1
Aubrey Li10ebdd92007-03-19 01:24:52 +0800147#define SECTORSIZE 512
148#define ADDR_COLUMN 1
149#define ADDR_PAGE 2
150#define ADDR_COLUMN_PAGE 3
151#define NAND_ChipID_UNKNOWN 0x00
152#define NAND_MAX_FLOORS 1
Aubrey Li10ebdd92007-03-19 01:24:52 +0800153#define BFIN_NAND_READY PF3
154
Mike Frysinger62d2a232008-06-01 09:09:48 -0400155#define NAND_WAIT_READY(nand) \
156 do { \
157 int timeout = 0; \
158 while (!(*pPORTFIO & PF3)) \
159 if (timeout++ > 100000) \
160 break; \
Aubrey Li10ebdd92007-03-19 01:24:52 +0800161 } while (0)
162
Mike Frysinger62d2a232008-06-01 09:09:48 -0400163#define BFIN_NAND_CLE (1 << 2) /* A2 -> Command Enable */
164#define BFIN_NAND_ALE (1 << 1) /* A1 -> Address Enable */
165#define WRITE_NAND_COMMAND(d, adr) bfin_write8(adr | BFIN_NAND_CLE, d)
166#define WRITE_NAND_ADDRESS(d, adr) bfin_write8(adr | BFIN_NAND_ALE, d)
167#define WRITE_NAND(d, adr) bfin_write8(adr, d)
168#define READ_NAND(adr) bfin_read8(adr)
Aubrey Li10ebdd92007-03-19 01:24:52 +0800169
Aubrey Li10ebdd92007-03-19 01:24:52 +0800170
171/*
Mike Frysinger62d2a232008-06-01 09:09:48 -0400172 * CF-CARD IDE-HDD Support
Aubrey Li10ebdd92007-03-19 01:24:52 +0800173 */
Mike Frysinger62d2a232008-06-01 09:09:48 -0400174/* #define CONFIG_BFIN_TRUE_IDE */ /* Add CF flash card support */
175/* #define CONFIG_BFIN_CF_IDE */ /* Add CF flash card support */
176/* #define CONFIG_BFIN_HDD_IDE */ /* Add IDE Disk Drive (HDD) support */
Aubrey Li10ebdd92007-03-19 01:24:52 +0800177
Mike Frysinger62d2a232008-06-01 09:09:48 -0400178#if defined(CONFIG_BFIN_CF_IDE) || \
179 defined(CONFIG_BFIN_HDD_IDE) || \
180 defined(CONFIG_BFIN_TRUE_IDE)
181# define CONFIG_BFIN_IDE 1
182# define CONFIG_CMD_IDE
183#endif
Aubrey Li10ebdd92007-03-19 01:24:52 +0800184
Aubrey Li10ebdd92007-03-19 01:24:52 +0800185#if defined(CONFIG_BFIN_IDE)
186
187#define CONFIG_DOS_PARTITION 1
188/*
189 * IDE/ATA stuff
190 */
191#undef CONFIG_IDE_8xx_DIRECT /* no pcmcia interface required */
192#undef CONFIG_IDE_LED /* no led for ide supported */
193#undef CONFIG_IDE_RESET /* no reset for ide supported */
194
Mike Frysinger62d2a232008-06-01 09:09:48 -0400195#define CONFIG_SYS_IDE_MAXBUS 1
196#define CONFIG_SYS_IDE_MAXDEVICE (CONFIG_SYS_IDE_MAXBUS * 1)
Aubrey Li10ebdd92007-03-19 01:24:52 +0800197
Mike Frysinger62d2a232008-06-01 09:09:48 -0400198#undef CONFIG_EBIU_AMBCTL1_VAL
199#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC3FFC3
Aubrey Li10ebdd92007-03-19 01:24:52 +0800200
201#define CONFIG_CF_ATASEL_DIS 0x20311800
202#define CONFIG_CF_ATASEL_ENA 0x20311802
203
204#if defined(CONFIG_BFIN_TRUE_IDE)
205/*
206 * Note that these settings aren't for the most part used in include/ata.h
207 * when all of the ATA registers are setup
208 */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200209#define CONFIG_SYS_ATA_BASE_ADDR 0x2031C000
210#define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
Mike Frysinger62d2a232008-06-01 09:09:48 -0400211#define CONFIG_SYS_ATA_DATA_OFFSET 0x0020 /* data I/O */
212#define CONFIG_SYS_ATA_REG_OFFSET 0x0020 /* normal register accesses */
213#define CONFIG_SYS_ATA_ALT_OFFSET 0x001C /* alternate registers */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200214#define CONFIG_SYS_ATA_STRIDE 2 /* CF.A0 --> Blackfin.Ax */
Aubrey Li10ebdd92007-03-19 01:24:52 +0800215
Mike Frysinger62d2a232008-06-01 09:09:48 -0400216#elif defined(CONFIG_BFIN_CF_IDE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200217#define CONFIG_SYS_ATA_BASE_ADDR 0x20211800
218#define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
Mike Frysinger62d2a232008-06-01 09:09:48 -0400219#define CONFIG_SYS_ATA_DATA_OFFSET 0x0000 /* data I/O */
220#define CONFIG_SYS_ATA_REG_OFFSET 0x0000 /* normal register accesses */
221#define CONFIG_SYS_ATA_ALT_OFFSET 0x000E /* alternate registers */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200222#define CONFIG_SYS_ATA_STRIDE 1 /* CF.A0 --> Blackfin.Ax */
Aubrey Li10ebdd92007-03-19 01:24:52 +0800223
Mike Frysinger62d2a232008-06-01 09:09:48 -0400224#elif defined(CONFIG_BFIN_HDD_IDE)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200225#define CONFIG_SYS_ATA_BASE_ADDR 0x20314000
226#define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000
Mike Frysinger62d2a232008-06-01 09:09:48 -0400227#define CONFIG_SYS_ATA_DATA_OFFSET 0x0020 /* data I/O */
228#define CONFIG_SYS_ATA_REG_OFFSET 0x0020 /* normal register accesses */
229#define CONFIG_SYS_ATA_ALT_OFFSET 0x001C /* alternate registers */
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200230#define CONFIG_SYS_ATA_STRIDE 2 /* CF.A0 --> Blackfin.A1 */
Aubrey Li10ebdd92007-03-19 01:24:52 +0800231#undef CONFIG_SCLK_DIV
232#define CONFIG_SCLK_DIV 8
Mike Frysinger62d2a232008-06-01 09:09:48 -0400233#endif
234
235#endif
236
237
238/*
239 * Misc Settings
240 */
241#define CONFIG_MISC_INIT_R
242#define CONFIG_RTC_BFIN
243#define CONFIG_UART_CONSOLE 0
Aubrey Li10ebdd92007-03-19 01:24:52 +0800244
Mike Frysinger62d2a232008-06-01 09:09:48 -0400245/* #define CONFIG_BF537_STAMP_LEDCMD 1 */
246
247/* Define if want to do post memory test */
248#undef CONFIG_POST
249#ifdef CONFIG_POST
250#define FLASH_START_POST_BLOCK 11 /* Should > = 11 */
251#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */
252#endif
253
254
255/*
256 * Pull in common ADI header for remaining command/environment setup
257 */
258#include <configs/bfin_adi_common.h>
Aubrey Li10ebdd92007-03-19 01:24:52 +0800259
Mike Frysinger94bae5c2008-03-30 15:46:13 -0400260#include <asm/blackfin-config-post.h>
261
Aubrey Li10ebdd92007-03-19 01:24:52 +0800262#endif