]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/mx25pdk.h
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[people/ms/u-boot.git] / include / configs / mx25pdk.h
1 /*
2 * (C) Copyright 2011 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #include <asm/arch/imx-regs.h>
11
12 /* High Level Configuration Options */
13
14 #define CONFIG_MX25
15 #define CONFIG_SYS_TEXT_BASE 0x81200000
16 #define CONFIG_MXC_GPIO
17 #define CONFIG_SYS_FSL_CLK
18
19 #define CONFIG_SYS_TIMER_RATE 32768
20 #define CONFIG_SYS_TIMER_COUNTER \
21 (&((struct gpt_regs *)IMX_GPT1_BASE)->counter)
22
23 #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
24 #define CONFIG_SETUP_MEMORY_TAGS
25 #define CONFIG_INITRD_TAG
26
27 #define CONFIG_MACH_TYPE MACH_TYPE_MX25_3DS
28
29 /* Size of malloc() pool */
30 #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
31
32 /* Physical Memory Map */
33
34 #define CONFIG_NR_DRAM_BANKS 1
35 #define PHYS_SDRAM_1 0x80000000
36 #define PHYS_SDRAM_1_SIZE (64 * 1024 * 1024)
37
38 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
39 #define CONFIG_SYS_INIT_RAM_ADDR IMX_RAM_BASE
40 #define CONFIG_SYS_INIT_RAM_SIZE IMX_RAM_SIZE
41
42 #define CONFIG_SYS_INIT_SP_OFFSET \
43 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
44 #define CONFIG_SYS_INIT_SP_ADDR \
45 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
46
47 /* Memory Test */
48 #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2)
49 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE)
50
51 /* Serial Info */
52 #define CONFIG_MXC_UART
53 #define CONFIG_MXC_UART_BASE UART1_BASE
54 #define CONFIG_CONS_INDEX 1 /* use UART0 for console */
55
56 /* No NOR flash present */
57 #define CONFIG_ENV_OFFSET (6 * 64 * 1024)
58 #define CONFIG_ENV_SIZE (8 * 1024)
59 #define CONFIG_SYS_MMC_ENV_DEV 0
60
61 #define CONFIG_SYS_MMC_ENV_DEV 0
62
63 /* U-Boot general configuration */
64 #define CONFIG_AUTO_COMPLETE
65 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
66 /* Print buffer sz */
67 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
68 sizeof(CONFIG_SYS_PROMPT) + 16)
69 #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
70 /* Boot Argument Buffer Size */
71 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
72 #define CONFIG_CMDLINE_EDITING
73 #define CONFIG_SYS_LONGHELP
74
75 /* U-Boot commands */
76
77 /* Ethernet */
78 #define CONFIG_FEC_MXC
79 #define CONFIG_FEC_MXC_PHYADDR 0x1f
80 #define CONFIG_MII
81 #define CONFIG_ENV_OVERWRITE
82
83 /* ESDHC driver */
84 #define CONFIG_FSL_ESDHC
85 #define CONFIG_SYS_FSL_ESDHC_ADDR IMX_MMC_SDHC1_BASE
86 #define CONFIG_SYS_FSL_ESDHC_NUM 1
87
88 /* PMIC Configs */
89 #define CONFIG_POWER
90 #define CONFIG_POWER_I2C
91 #define CONFIG_POWER_FSL
92 #define CONFIG_POWER_FSL_MC34704
93 #define CONFIG_SYS_FSL_PMIC_I2C_ADDR 0x54
94
95 /* I2C Configs */
96 #define CONFIG_SYS_I2C
97 #define CONFIG_SYS_I2C_MXC
98 #define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
99 #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
100
101 /* RTC */
102 #define CONFIG_RTC_IMXDI
103
104 /* Fuse API support */
105 #define CONFIG_FSL_IIM
106 #define CONFIG_CMD_FUSE
107
108 /* Ethernet Configs */
109
110
111 #define CONFIG_LOADADDR 0x81000000 /* loadaddr env var */
112 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
113
114 #define CONFIG_EXTRA_ENV_SETTINGS \
115 "script=boot.scr\0" \
116 "image=zImage\0" \
117 "console=ttymxc0\0" \
118 "splashpos=m,m\0" \
119 "fdt_high=0xffffffff\0" \
120 "initrd_high=0xffffffff\0" \
121 "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
122 "fdt_addr=0x82000000\0" \
123 "boot_fdt=try\0" \
124 "ip_dyn=yes\0" \
125 "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
126 "mmcpart=1\0" \
127 "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
128 "update_sd_firmware_filename=u-boot.imx\0" \
129 "update_sd_firmware=" \
130 "if test ${ip_dyn} = yes; then " \
131 "setenv get_cmd dhcp; " \
132 "else " \
133 "setenv get_cmd tftp; " \
134 "fi; " \
135 "if mmc dev ${mmcdev}; then " \
136 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
137 "setexpr fw_sz ${filesize} / 0x200; " \
138 "setexpr fw_sz ${fw_sz} + 1; " \
139 "mmc write ${loadaddr} 0x2 ${fw_sz}; " \
140 "fi; " \
141 "fi\0" \
142 "mmcargs=setenv bootargs console=${console},${baudrate} " \
143 "root=${mmcroot}\0" \
144 "loadbootscript=" \
145 "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
146 "bootscript=echo Running bootscript from mmc ...; " \
147 "source\0" \
148 "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
149 "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
150 "mmcboot=echo Booting from mmc ...; " \
151 "run mmcargs; " \
152 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
153 "if run loadfdt; then " \
154 "bootz ${loadaddr} - ${fdt_addr}; " \
155 "else " \
156 "if test ${boot_fdt} = try; then " \
157 "bootz; " \
158 "else " \
159 "echo WARN: Cannot load the DT; " \
160 "fi; " \
161 "fi; " \
162 "else " \
163 "bootz; " \
164 "fi;\0" \
165 "netargs=setenv bootargs console=${console},${baudrate} " \
166 "root=/dev/nfs " \
167 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
168 "netboot=echo Booting from net ...; " \
169 "run netargs; " \
170 "if test ${ip_dyn} = yes; then " \
171 "setenv get_cmd dhcp; " \
172 "else " \
173 "setenv get_cmd tftp; " \
174 "fi; " \
175 "${get_cmd} ${image}; " \
176 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
177 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
178 "bootz ${loadaddr} - ${fdt_addr}; " \
179 "else " \
180 "if test ${boot_fdt} = try; then " \
181 "bootz; " \
182 "else " \
183 "echo WARN: Cannot load the DT; " \
184 "fi; " \
185 "fi; " \
186 "else " \
187 "bootz; " \
188 "fi;\0"
189
190 #define CONFIG_BOOTCOMMAND \
191 "mmc dev ${mmcdev}; if mmc rescan; then " \
192 "if run loadbootscript; then " \
193 "run bootscript; " \
194 "else " \
195 "if run loadimage; then " \
196 "run mmcboot; " \
197 "else run netboot; " \
198 "fi; " \
199 "fi; " \
200 "else run netboot; fi"
201
202 /* Miscellaneous configurable options */
203 #define CONFIG_SYS_LONGHELP
204 #define CONFIG_AUTO_COMPLETE
205
206 #define CONFIG_SYS_MAXARGS 16
207 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
208
209 #endif /* __CONFIG_H */