]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
deb53483 SB |
2 | /* |
3 | * (C) Copyright 2011, Stefano Babic <[email protected]> | |
4 | * | |
5 | * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. | |
6 | * | |
7 | * Copyright (C) 2007, Guennadi Liakhovetski <[email protected]> | |
8 | * | |
9 | * Configuration for the flea3 board. | |
deb53483 SB |
10 | */ |
11 | ||
12 | #ifndef __CONFIG_H | |
13 | #define __CONFIG_H | |
14 | ||
15 | #include <asm/arch/imx-regs.h> | |
16 | ||
17 | /* High Level Configuration Options */ | |
deb53483 | 18 | #define CONFIG_MX35 |
deb53483 SB |
19 | |
20 | #define CONFIG_SYS_DCACHE_OFF | |
21 | ||
deb53483 SB |
22 | #define CONFIG_MACH_TYPE MACH_TYPE_FLEA3 |
23 | ||
24 | /* Set TEXT at the beginning of the NOR flash */ | |
deb53483 | 25 | |
deb53483 | 26 | /* This is required to setup the ESDC controller */ |
deb53483 SB |
27 | |
28 | #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ | |
29 | #define CONFIG_REVISION_TAG | |
30 | #define CONFIG_SETUP_MEMORY_TAGS | |
31 | #define CONFIG_INITRD_TAG | |
32 | ||
33 | /* | |
34 | * Size of malloc() pool | |
35 | */ | |
36 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1024 * 1024) | |
37 | ||
38 | /* | |
39 | * Hardware drivers | |
40 | */ | |
b089d039 | 41 | #define CONFIG_SYS_I2C |
42 | #define CONFIG_SYS_I2C_MXC | |
03544c66 AA |
43 | #define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ |
44 | #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ | |
f8cb101e | 45 | #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ |
b089d039 | 46 | #define CONFIG_SYS_SPD_BUS_NUM 2 /* I2C3 */ |
47 | #define CONFIG_SYS_MXC_I2C3_SLAVE 0xfe | |
deb53483 SB |
48 | |
49 | /* | |
50 | * UART (console) | |
51 | */ | |
52 | #define CONFIG_MXC_UART | |
40f6fffe | 53 | #define CONFIG_MXC_UART_BASE UART3_BASE |
deb53483 SB |
54 | |
55 | /* allow to overwrite serial and ethaddr */ | |
56 | #define CONFIG_ENV_OVERWRITE | |
deb53483 SB |
57 | |
58 | /* | |
59 | * Command definition | |
60 | */ | |
deb53483 | 61 | |
deb53483 SB |
62 | #define CONFIG_NET_RETRY_COUNT 100 |
63 | ||
deb53483 | 64 | |
fda241d5 | 65 | #define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */ |
deb53483 | 66 | |
deb53483 SB |
67 | /* |
68 | * Ethernet on SOC (FEC) | |
69 | */ | |
deb53483 SB |
70 | #define CONFIG_FEC_MXC |
71 | #define IMX_FEC_BASE FEC_BASE_ADDR | |
deb53483 SB |
72 | #define CONFIG_FEC_MXC_PHYADDR 0x1 |
73 | ||
74 | #define CONFIG_MII | |
deb53483 SB |
75 | |
76 | #define CONFIG_ARP_TIMEOUT 200UL | |
77 | ||
78 | /* | |
79 | * Miscellaneous configurable options | |
80 | */ | |
deb53483 | 81 | |
45a3ad81 | 82 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
deb53483 | 83 | /* Print Buffer Size */ |
45a3ad81 | 84 | #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ |
deb53483 SB |
85 | |
86 | #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */ | |
87 | #define CONFIG_SYS_MEMTEST_END 0x10000 | |
88 | ||
deb53483 SB |
89 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
90 | ||
deb53483 SB |
91 | /* |
92 | * Physical Memory Map | |
93 | */ | |
94 | #define CONFIG_NR_DRAM_BANKS 1 | |
fda241d5 | 95 | #define PHYS_SDRAM_1 CSD0_BASE_ADDR |
deb53483 SB |
96 | #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) |
97 | ||
fda241d5 | 98 | #define CONFIG_SYS_SDRAM_BASE CSD0_BASE_ADDR |
deb53483 SB |
99 | #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR + 0x10000) |
100 | #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE / 2) | |
101 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \ | |
102 | GENERATED_GBL_DATA_SIZE) | |
103 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ | |
104 | CONFIG_SYS_GBL_DATA_OFFSET) | |
105 | ||
106 | /* | |
107 | * MTD Command for mtdparts | |
108 | */ | |
deb53483 | 109 | #define CONFIG_FLASH_CFI_MTD |
fda241d5 | 110 | |
deb53483 SB |
111 | /* |
112 | * FLASH and environment organization | |
113 | */ | |
114 | #define CONFIG_SYS_FLASH_BASE CS0_BASE_ADDR | |
115 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */ | |
116 | #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max number of sectors on one chip */ | |
117 | /* Monitor at beginning of flash */ | |
118 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE | |
119 | #define CONFIG_SYS_MONITOR_LEN (512 * 1024) | |
120 | ||
121 | #define CONFIG_ENV_SECT_SIZE (64 * 1024) | |
122 | #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE | |
123 | ||
124 | /* Address and size of Redundant Environment Sector */ | |
125 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) | |
126 | #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE | |
127 | ||
128 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + \ | |
129 | CONFIG_SYS_MONITOR_LEN) | |
130 | ||
deb53483 SB |
131 | /* |
132 | * CFI FLASH driver setup | |
133 | */ | |
134 | #define CONFIG_SYS_FLASH_CFI /* Flash memory is CFI compliant */ | |
135 | #define CONFIG_FLASH_CFI_DRIVER | |
136 | ||
137 | /* A non-standard buffered write algorithm */ | |
138 | #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* faster */ | |
139 | #define CONFIG_SYS_FLASH_PROTECTION /* Use hardware sector protection */ | |
140 | ||
141 | /* | |
142 | * NAND FLASH driver setup | |
143 | */ | |
deb53483 SB |
144 | #define CONFIG_MXC_NAND_REGS_BASE (NFC_BASE_ADDR) |
145 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 | |
146 | #define CONFIG_SYS_NAND_BASE (NFC_BASE_ADDR) | |
147 | #define CONFIG_MXC_NAND_HWECC | |
148 | #define CONFIG_SYS_NAND_LARGEPAGE | |
149 | ||
150 | /* | |
151 | * Default environment and default scripts | |
152 | * to update uboot and load kernel | |
153 | */ | |
deb53483 | 154 | |
5bc0543d | 155 | #define CONFIG_HOSTNAME "flea3" |
deb53483 SB |
156 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
157 | "netdev=eth0\0" \ | |
158 | "nfsargs=setenv bootargs root=/dev/nfs rw " \ | |
159 | "nfsroot=${serverip}:${rootpath}\0" \ | |
160 | "ramargs=setenv bootargs root=/dev/ram rw\0" \ | |
161 | "addip_sta=setenv bootargs ${bootargs} " \ | |
162 | "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ | |
163 | ":${hostname}:${netdev}:off panic=1\0" \ | |
164 | "addip_dyn=setenv bootargs ${bootargs} ip=dhcp\0" \ | |
165 | "addip=if test -n ${ipdyn};then run addip_dyn;" \ | |
93ea89f0 | 166 | "else run addip_sta;fi\0" \ |
deb53483 SB |
167 | "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \ |
168 | "addtty=setenv bootargs ${bootargs}" \ | |
fda241d5 | 169 | " console=ttymxc2,${baudrate}\0" \ |
deb53483 | 170 | "addmisc=setenv bootargs ${bootargs} ${misc}\0" \ |
fda241d5 SB |
171 | "loadaddr=80800000\0" \ |
172 | "kernel_addr_r=80800000\0" \ | |
5bc0543d MS |
173 | "hostname=" CONFIG_HOSTNAME "\0" \ |
174 | "bootfile=" CONFIG_HOSTNAME "/uImage\0" \ | |
175 | "ramdisk_file=" CONFIG_HOSTNAME "/uRamdisk\0" \ | |
deb53483 SB |
176 | "flash_self=run ramargs addip addtty addmtd addmisc;" \ |
177 | "bootm ${kernel_addr} ${ramdisk_addr}\0" \ | |
178 | "flash_nfs=run nfsargs addip addtty addmtd addmisc;" \ | |
179 | "bootm ${kernel_addr}\0" \ | |
180 | "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \ | |
181 | "run nfsargs addip addtty addmtd addmisc;" \ | |
182 | "bootm ${kernel_addr_r}\0" \ | |
183 | "net_self_load=tftp ${kernel_addr_r} ${bootfile};" \ | |
184 | "tftp ${ramdisk_addr_r} ${ramdisk_file};\0" \ | |
185 | "net_self=if run net_self_load;then " \ | |
186 | "run ramargs addip addtty addmtd addmisc;" \ | |
187 | "bootm ${kernel_addr_r} ${ramdisk_addr_r};" \ | |
188 | "else echo Images not loades;fi\0" \ | |
5bc0543d | 189 | "u-boot=" CONFIG_HOSTNAME "/u-boot.bin\0" \ |
deb53483 | 190 | "load=tftp ${loadaddr} ${u-boot}\0" \ |
93ea89f0 | 191 | "uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \ |
45a3ad81 HS |
192 | "update=protect off ${uboot_addr} +80000;" \ |
193 | "erase ${uboot_addr} +80000;" \ | |
deb53483 SB |
194 | "cp.b ${loadaddr} ${uboot_addr} ${filesize}\0" \ |
195 | "upd=if run load;then echo Updating u-boot;if run update;" \ | |
196 | "then echo U-Boot updated;" \ | |
197 | "else echo Error updating u-boot !;" \ | |
198 | "echo Board without bootloader !!;" \ | |
199 | "fi;" \ | |
200 | "else echo U-Boot not downloaded..exiting;fi\0" \ | |
201 | "bootcmd=run net_nfs\0" | |
202 | ||
203 | #endif /* __CONFIG_H */ |