1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
7 * Copyright (C) 2012 Freescale Semiconductor, Inc.
9 * Configuration settings for the Freescale i.MX6DL aristainetos2 board.
11 #ifndef __ARISTAINETOS2_CONFIG_H
12 #define __ARISTAINETOS2_CONFIG_H
14 #define CONFIG_HOSTNAME "aristainetos2"
16 #define CONFIG_MXC_UART_BASE UART2_BASE
17 #define CONSOLE_DEV "ttymxc1"
19 #define CONFIG_FEC_XCV_TYPE RGMII
22 #define CONFIG_SYS_LDB_CLOCK 28341000
25 #include "mx6_common.h"
27 #define CONFIG_MACH_TYPE 4501
28 #define CONFIG_MMCROOT "/dev/mmcblk0p1"
31 #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
33 #define IMX_FEC_BASE ENET_BASE_ADDR
34 #define CONFIG_ETHPRIME "FEC"
35 #define CONFIG_FEC_MXC_PHYADDR 0
37 #define CONFIG_SYS_SPI_ST_ENABLE_WP_PIN
40 #define HAB_EXTRA_SETTINGS \
42 "if hab_auth_img ${check_addr} ${filesize} ; then " \
45 "echo \"HAB checks ${hab_check_filetype} " \
49 "hab_check_file_fit=" \
50 "if env exists enable_hab_check && test " \
51 "${enable_hab_check} -eq 1 ; then " \
52 "setenv hab_check_filetype \"FIT file on SD card " \
54 "env set check_addr ${fit_addr_r};" \
55 "run hab_check_addr;" \
59 "hab_check_file_bootscript=" \
60 "if env exists enable_hab_check && test " \
61 "${enable_hab_check} -eq 1 ; then " \
62 "setenv hab_check_filetype \"Bootscript file\";" \
63 "env set check_addr ${loadaddr};" \
64 "run hab_check_addr;" \
68 "hab_check_flash_fit=" \
69 "if env exists enable_hab_check && test " \
70 "${enable_hab_check} -eq 1 ; then " \
71 "setenv hab_check_filetype \"FIT files on flash\";" \
72 "env set check_addr ${fit_addr_r};" \
73 "run hab_check_addr;" \
77 "enable_hab_check=1\0"
79 #define HAB_EXTRA_SETTINGS \
80 "hab_check_file_fit=echo HAB check FIT file always returns " \
82 "hab_check_flash_fit=echo HAB check flash FIT always returns " \
84 "hab_check_file_bootscript=echo HAB check bootscript always " \
85 "returns true;true\0" \
86 "enable_hab_check=0\0"
89 #if (CONFIG_SYS_BOARD_VERSION == 3)
90 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
91 "dead=led led_red on\0" \
92 "mtdids=nand0=gpmi-nand,nor0=spi0.0\0" \
93 "mtdparts=mtdparts=spi0.0:832k(u-boot),64k(env),64k(env-red)," \
94 "-(ubi-nor);gpmi-nand:-(ubi)\0" \
95 "addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0 " \
96 "bootmode=${bootmode} mmcpart=${mmcpart}\0" \
97 "mainboot=echo Booting from SD-card ...; " \
98 "run mainargs addmtd addmisc;" \
99 "if test -n ${addmiscM}; then run addmiscM;fi;" \
100 "if test -n ${addmiscC}; then run addmiscC;fi;" \
101 "if test -n ${addmiscD}; then run addmiscD;fi;" \
102 "run boot_board_type;" \
103 "bootm ${fit_addr_r}\0" \
104 "mainargs=setenv bootargs console=${console},${baudrate} " \
105 "root=${mmcroot}\0" \
106 "main_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
108 "rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
109 "${fit_addr_r} ${rescue_fit_file}\0"
110 #elif (CONFIG_SYS_BOARD_VERSION == 4)
111 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
112 "dead=led led_red on;led led_red2 on;\0" \
113 "mtdids=nand0=gpmi-nand,nor0=spi0.0\0" \
114 "mtdparts=mtdparts=spi0.0:832k(u-boot),64k(env),64k(env-red)," \
115 "-(ubi-nor);gpmi-nand:-(ubi)\0" \
116 "addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0 " \
117 "bootmode=${bootmode} mmcpart=${mmcpart}\0" \
118 "mainboot=echo Booting from SD-card ...; " \
119 "run mainargs addmtd addmisc;" \
120 "if test -n ${addmiscM}; then run addmiscM;fi;" \
121 "if test -n ${addmiscC}; then run addmiscC;fi;" \
122 "if test -n ${addmiscD}; then run addmiscD;fi;" \
123 "run boot_board_type;" \
124 "bootm ${fit_addr_r}\0" \
125 "mainargs=setenv bootargs console=${console},${baudrate} " \
126 "root=${mmcroot}\0" \
127 "main_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
129 "rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
130 "${fit_addr_r} ${rescue_fit_file}\0"
131 #elif (CONFIG_SYS_BOARD_VERSION == 5)
132 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
134 "emmc_rescue_part=3\0" \
136 "emmcroot=/dev/mmcblk1p1 rootwait rw\0" \
137 "dead=led led_red on\0" \
138 "mtdids=nor0=spi0.0\0" \
139 "mtdparts=mtdparts=spi0.0:832k(u-boot),64k(env),64k(env-red)," \
141 "addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0 " \
142 "bootmode=${bootmode} mmcpart=${mmcpart} " \
143 "emmcpart=${emmcpart}\0" \
144 "mainboot=echo Booting from eMMC ...; " \
145 "run mainargs addmtd addmisc;" \
146 "if test -n ${addmiscM}; then run addmiscM;fi;" \
147 "if test -n ${addmiscC}; then run addmiscC;fi;" \
148 "if test -n ${addmiscD}; then run addmiscD;fi;" \
149 "run boot_board_type;" \
150 "bootm ${fit_addr_r}\0" \
151 "mainargs=setenv bootargs console=${console},${baudrate} " \
152 "root=${emmcroot} rootfstype=ext4\0 " \
153 "main_load_fit=ext4load mmc ${emmcdev}:${emmcpart} ${fit_addr_r} " \
155 "imi ${fit_addr_r}\0 " \
156 "rescue_load_fit=ext4load mmc ${emmcdev}:${emmc_rescue_part} " \
157 "${fit_addr_r} ${rescue_fit_file};imi ${fit_addr_r}\0"
159 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
160 "dead=led led_red on\0" \
161 "mtdids=nand0=gpmi-nand,nor0=spi3.1\0" \
162 "mtdparts=mtdparts=spi3.1:832k(u-boot),64k(env),64k(env-red)," \
163 "-(ubi-nor);gpmi-nand:-(ubi)\0" \
164 "addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0 " \
165 "bootmode=${bootmode} mmcpart=${mmcpart}\0" \
166 "mainboot=echo Booting from SD-card ...; " \
167 "run mainargs addmtd addmisc;" \
168 "if test -n ${addmiscM}; then run addmiscM;fi;" \
169 "if test -n ${addmiscC}; then run addmiscC;fi;" \
170 "if test -n ${addmiscD}; then run addmiscD;fi;" \
171 "run boot_board_type;" \
172 "bootm ${fit_addr_r}\0" \
173 "mainargs=setenv bootargs console=${console},${baudrate} " \
174 "root=${mmcroot}\0" \
175 "main_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
177 "rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
178 "${fit_addr_r} ${rescue_fit_file}\0"
181 #define CONFIG_EXTRA_ENV_SETTINGS \
182 "disable_giga=yes\0" \
183 "usb_pgood_delay=2000\0" \
184 "nor_bootdelay=-2\0" \
185 "script=u-boot.scr\0" \
186 "fit_file=/boot/system.itb\0" \
187 "rescue_fit_file=/boot/rescue.itb\0" \
188 "loadaddr=0x12000000\0" \
189 "fit_addr_r=0x14000000\0" \
190 "uboot=/boot/u-boot.imx\0" \
194 "console=" CONSOLE_DEV "\0" \
195 "fdt_high=0xffffffff\0" \
196 "initrd_high=0xffffffff\0" \
197 "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
198 "boot_board_type=bootm ${fit_addr_r}#${board_type}\0" \
199 "get_env=mw ${loadaddr} 0 0x20000;" \
201 "ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} env.txt;" \
202 "env import -t ${loadaddr}\0" \
203 "default_env=gpio set wp_spi_nor.gpio-hog;" \
205 "sf protect unlock 0 0x1000000;" \
206 "mw ${loadaddr} 0 0x20000;" \
207 "env export -t ${loadaddr} serial# ethaddr " \
208 "board_type panel addmisc addmiscM addmiscC addmiscD;" \
210 "env import -t ${loadaddr}\0" \
212 "ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} " \
214 "loadbootscriptUSB=" \
215 "ext4load usb 0 ${loadaddr} ${script};\0" \
216 "loadbootscriptUSBf=" \
217 "fatload usb 0 ${loadaddr} ${script};\0" \
218 "bootscriptUSB=echo Running bootscript from usb-stick ...; " \
220 "bootscript=echo Running bootscript from mmc ...; " \
223 "mmcrescuepart=3\0" \
225 "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
226 "mmcargs=setenv bootargs console=${console},${baudrate} " \
227 "root=${mmcroot}\0" \
228 "mmcboot=echo Booting from mmc ...; " \
229 "run mmcargs addmtd addmisc;" \
230 "if test -n ${addmiscM}; then run addmiscM;fi;" \
231 "if test -n ${addmiscC}; then run addmiscC;fi;" \
232 "if test -n ${addmiscD}; then run addmiscD;fi;" \
233 "run boot_board_type;" \
234 "bootm ${fit_addr_r}\0" \
235 "mmc_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
237 "mmc_load_uboot=ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} " \
239 "mmc_rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
240 "${fit_addr_r} ${rescue_fit_file}\0" \
241 "mmc_upd_uboot=mw.b ${loadaddr} 0xff ${uboot_sz};" \
242 "setexpr cmp_buf ${loadaddr} + ${uboot_sz};" \
243 "setexpr uboot_maxsize ${uboot_sz} - 400;" \
244 "mw.b ${cmp_buf} 0x00 ${uboot_sz};" \
245 "run mmc_load_uboot;sf probe;sf erase 0 ${uboot_sz};" \
246 "sf write ${loadaddr} 400 ${filesize};" \
247 "sf read ${cmp_buf} 400 ${uboot_sz};" \
248 "cmp.b ${loadaddr} ${cmp_buf} ${uboot_maxsize}\0" \
249 "rescueargs=setenv bootargs console=${console},${baudrate} " \
250 "root=/dev/ram rw\0 " \
251 "rescueboot=echo Booting rescue system ...; " \
252 "run rescueargs addmtd addmisc;" \
253 "if test -n ${rescue_reason}; then run rescue_reason;fi;" \
254 "if test -n ${addmiscM}; then run addmiscM;fi;" \
255 "if test -n ${addmiscC}; then run addmiscC;fi;" \
256 "if test -n ${addmiscD}; then run addmiscD;fi;" \
257 "run boot_board_type;" \
258 "if bootm ${fit_addr_r}; then ; " \
262 "r_reason_syserr=setenv rescue_reason setenv bootargs " \
264 "rescueReason=18\0 " \
265 "usb_load_fit=ext4load usb 0 ${fit_addr_r} ${fit_file}\0" \
266 "usb_load_fitf=fatload usb 0 ${fit_addr_r} ${fit_file}\0" \
267 "usb_load_rescuefit=ext4load usb 0 ${fit_addr_r} " \
268 "${rescue_fit_file}\0" \
269 "usb_load_rescuefitf=fatload usb 0 ${fit_addr_r} " \
270 "${rescue_fit_file}\0" \
271 "usbroot=/dev/sda1 rootwait rw\0" \
272 "usbboot=echo Booting from usb-stick ...; " \
273 "run usbargs addmtd addmisc;" \
274 "if test -n ${addmiscM}; then run addmiscM;fi;" \
275 "if test -n ${addmiscC}; then run addmiscC;fi;" \
276 "if test -n ${addmiscD}; then run addmiscD;fi;" \
277 "run boot_board_type;" \
278 "bootm ${fit_addr_r}\0" \
279 "usbargs=setenv bootargs console=${console},${baudrate} " \
280 "root=${usbroot}\0" \
282 "run r_reason_syserr;" \
283 "if run mmc_rescue_load_fit hab_check_file_fit; then " \
287 "echo RESCUE SYSTEM FROM SD-CARD BOOT FAILURE;" \
289 "main_rescue_boot=" \
290 "if run main_load_fit hab_check_flash_fit; then " \
291 "if run mainboot; then ; " \
293 "run r_reason_syserr;" \
294 "if run rescue_load_fit hab_check_file_fit;" \
295 "then run rescueboot; " \
298 "echo RESCUE SYSTEM BOOT FAILURE;" \
302 "run r_reason_syserr;" \
303 "if run rescue_load_fit hab_check_file_fit; then " \
307 "echo RESCUE SYSTEM BOOT FAILURE;" \
310 "usb_mmc_rescue_boot=" \
312 "if usb storage; then " \
313 "if run loadbootscriptUSB " \
314 "hab_check_file_bootscript;" \
315 "then run bootscriptUSB; " \
317 "if run loadbootscriptUSBf " \
318 "hab_check_file_bootscript;" \
319 "then run bootscriptUSB; " \
321 "if run usb_load_fit hab_check_file_fit; then " \
324 "if run usb_load_fitf hab_check_file_fit; then " \
327 "if run usb_load_rescuefit hab_check_file_fit;" \
328 "then run r_reason_syserr rescueboot;" \
330 "if run usb_load_rescuefitf hab_check_file_fit;" \
331 "then run r_reason_syserr rescueboot;" \
333 "run mmc_rescue_boot;" \
335 "run mmc_rescue_boot;\0" \
336 "rescue_xload_boot=" \
337 "run r_reason_syserr;" \
338 "if test ${bootmode} -ne 0 ; then " \
339 "mmc dev ${mmcdev};" \
340 "if mmc rescan; then " \
341 "if run mmc_rescue_load_fit " \
342 "hab_check_file_fit; then " \
346 "if usb storage; then " \
347 "if run usb_load_rescuefit " \
348 "hab_check_file_fit;"\
352 "if run usb_load_rescuefitf "\
353 "hab_check_file_fit;"\
360 "echo RESCUE SYSTEM ON SD OR " \
361 "USB BOOT FAILURE;" \
364 "if usb storage; then " \
365 "if run usb_load_rescuefit " \
366 "hab_check_file_fit; then " \
369 "if run usb_load_rescuefitf " \
370 "hab_check_file_fit; then " \
375 "echo RESCUE SYSTEM ON USB BOOT FAILURE;" \
378 "if run rescue_load_fit hab_check_file_fit; then " \
382 "echo RESCUE SYSTEM ON BOARD BOOT FAILURE;" \
385 "ari_boot=if test ${bootmode} -ne 0 ; then " \
386 "mmc dev ${mmcdev};" \
387 "if mmc rescan; then " \
388 "if run loadbootscript hab_check_file_bootscript;" \
389 "then run bootscript; " \
391 "if run mmc_load_fit hab_check_file_fit; then " \
392 "if run mmcboot; then ; " \
394 "run mmc_rescue_boot;" \
397 "run usb_mmc_rescue_boot;" \
400 "run usb_mmc_rescue_boot;" \
403 "run main_rescue_boot;" \
406 CONFIG_EXTRA_ENV_BOARD_SETTINGS
408 #define CONFIG_ARP_TIMEOUT 200UL
410 /* Physical Memory Map */
411 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
413 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
414 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
415 #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
417 #define CONFIG_SYS_INIT_SP_OFFSET \
418 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
419 #define CONFIG_SYS_INIT_SP_ADDR \
420 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
422 #define CONFIG_SYS_FSL_USDHC_NUM 2
425 #define CONFIG_SYS_MAX_NAND_DEVICE 1
426 #define CONFIG_SYS_NAND_BASE 0x40000000
427 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
428 #define CONFIG_SYS_NAND_ONFI_DETECTION
430 /* DMA stuff, needed for GPMI/MXS NAND support */
433 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
434 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
435 #define CONFIG_MXC_USB_FLAGS 0
440 /* check this console not needed, after test remove it */
441 #define CONFIG_IMX_VIDEO_SKIP
442 #define CONFIG_VIDEO_LOGO
443 #define CONFIG_VIDEO_BMP_LOGO
444 #define CONFIG_BMP_16BPP
446 #define CONFIG_IMX6_PWM_PER_CLK 66000000
448 #endif /* __ARISTAINETOS2_CONFIG_H */