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 #define CONFIG_EXTRA_ENV_BOARD_SETTINGS \
90 "dead=led led_red on\0" \
91 "mtdids=nand0=gpmi-nand,nor0=spi3.1\0" \
92 "mtdparts=mtdparts=spi3.1:832k(u-boot),64k(env),64k(env-red)," \
93 "-(ubi-nor);gpmi-nand:-(ubi)\0" \
94 "addmisc=setenv bootargs ${bootargs} net.ifnames=0 consoleblank=0 " \
95 "bootmode=${bootmode} mmcpart=${mmcpart}\0" \
96 "mainboot=echo Booting from SD-card ...; " \
97 "run mainargs addmtd addmisc;" \
98 "if test -n ${addmiscM}; then run addmiscM;fi;" \
99 "if test -n ${addmiscC}; then run addmiscC;fi;" \
100 "if test -n ${addmiscD}; then run addmiscD;fi;" \
101 "run boot_board_type;" \
102 "bootm ${fit_addr_r}\0" \
103 "mainargs=setenv bootargs console=${console},${baudrate} " \
104 "root=${mmcroot}\0" \
105 "main_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
107 "rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
108 "${fit_addr_r} ${rescue_fit_file}\0"
110 #define CONFIG_EXTRA_ENV_SETTINGS \
111 "disable_giga=yes\0" \
112 "usb_pgood_delay=2000\0" \
113 "nor_bootdelay=-2\0" \
114 "script=u-boot.scr\0" \
115 "fit_file=/boot/system.itb\0" \
116 "rescue_fit_file=/boot/rescue.itb\0" \
117 "loadaddr=0x12000000\0" \
118 "fit_addr_r=0x14000000\0" \
119 "uboot=/boot/u-boot.imx\0" \
123 "console=" CONSOLE_DEV "\0" \
124 "fdt_high=0xffffffff\0" \
125 "initrd_high=0xffffffff\0" \
126 "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
127 "boot_board_type=bootm ${fit_addr_r}#${board_type}\0" \
128 "get_env=mw ${loadaddr} 0 0x20000;" \
130 "ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} env.txt;" \
131 "env import -t ${loadaddr}\0" \
132 "default_env=gpio set wp_spi_nor.gpio-hog;" \
134 "sf protect unlock 0 0x1000000;" \
135 "mw ${loadaddr} 0 0x20000;" \
136 "env export -t ${loadaddr} serial# ethaddr " \
137 "board_type panel addmisc addmiscM addmiscC addmiscD;" \
139 "env import -t ${loadaddr}\0" \
141 "ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} " \
143 "loadbootscriptUSB=" \
144 "ext4load usb 0 ${loadaddr} ${script};\0" \
145 "loadbootscriptUSBf=" \
146 "fatload usb 0 ${loadaddr} ${script};\0" \
147 "bootscriptUSB=echo Running bootscript from usb-stick ...; " \
149 "bootscript=echo Running bootscript from mmc ...; " \
152 "mmcrescuepart=3\0" \
154 "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
155 "mmcargs=setenv bootargs console=${console},${baudrate} " \
156 "root=${mmcroot}\0" \
157 "mmcboot=echo Booting from mmc ...; " \
158 "run mmcargs addmtd addmisc;" \
159 "if test -n ${addmiscM}; then run addmiscM;fi;" \
160 "if test -n ${addmiscC}; then run addmiscC;fi;" \
161 "if test -n ${addmiscD}; then run addmiscD;fi;" \
162 "run boot_board_type;" \
163 "bootm ${fit_addr_r}\0" \
164 "mmc_load_fit=ext4load mmc ${mmcdev}:${mmcpart} ${fit_addr_r} " \
166 "mmc_load_uboot=ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} " \
168 "mmc_rescue_load_fit=ext4load mmc ${mmcdev}:${mmcrescuepart} " \
169 "${fit_addr_r} ${rescue_fit_file}\0" \
170 "mmc_upd_uboot=mw.b ${loadaddr} 0xff ${uboot_sz};" \
171 "setexpr cmp_buf ${loadaddr} + ${uboot_sz};" \
172 "setexpr uboot_maxsize ${uboot_sz} - 400;" \
173 "mw.b ${cmp_buf} 0x00 ${uboot_sz};" \
174 "run mmc_load_uboot;sf probe;sf erase 0 ${uboot_sz};" \
175 "sf write ${loadaddr} 400 ${filesize};" \
176 "sf read ${cmp_buf} 400 ${uboot_sz};" \
177 "cmp.b ${loadaddr} ${cmp_buf} ${uboot_maxsize}\0" \
178 "rescueargs=setenv bootargs console=${console},${baudrate} " \
179 "root=/dev/ram rw\0 " \
180 "rescueboot=echo Booting rescue system ...; " \
181 "run rescueargs addmtd addmisc;" \
182 "if test -n ${rescue_reason}; then run rescue_reason;fi;" \
183 "if test -n ${addmiscM}; then run addmiscM;fi;" \
184 "if test -n ${addmiscC}; then run addmiscC;fi;" \
185 "if test -n ${addmiscD}; then run addmiscD;fi;" \
186 "run boot_board_type;" \
187 "if bootm ${fit_addr_r}; then ; " \
191 "r_reason_syserr=setenv rescue_reason setenv bootargs " \
193 "rescueReason=18\0 " \
194 "usb_load_fit=ext4load usb 0 ${fit_addr_r} ${fit_file}\0" \
195 "usb_load_fitf=fatload usb 0 ${fit_addr_r} ${fit_file}\0" \
196 "usb_load_rescuefit=ext4load usb 0 ${fit_addr_r} " \
197 "${rescue_fit_file}\0" \
198 "usb_load_rescuefitf=fatload usb 0 ${fit_addr_r} " \
199 "${rescue_fit_file}\0" \
200 "usbroot=/dev/sda1 rootwait rw\0" \
201 "usbboot=echo Booting from usb-stick ...; " \
202 "run usbargs addmtd addmisc;" \
203 "if test -n ${addmiscM}; then run addmiscM;fi;" \
204 "if test -n ${addmiscC}; then run addmiscC;fi;" \
205 "if test -n ${addmiscD}; then run addmiscD;fi;" \
206 "run boot_board_type;" \
207 "bootm ${fit_addr_r}\0" \
208 "usbargs=setenv bootargs console=${console},${baudrate} " \
209 "root=${usbroot}\0" \
211 "run r_reason_syserr;" \
212 "if run mmc_rescue_load_fit hab_check_file_fit; then " \
216 "echo RESCUE SYSTEM FROM SD-CARD BOOT FAILURE;" \
218 "main_rescue_boot=" \
219 "if run main_load_fit hab_check_flash_fit; then " \
220 "if run mainboot; then ; " \
222 "run r_reason_syserr;" \
223 "if run rescue_load_fit hab_check_file_fit;" \
224 "then run rescueboot; " \
227 "echo RESCUE SYSTEM BOOT FAILURE;" \
231 "run r_reason_syserr;" \
232 "if run rescue_load_fit hab_check_file_fit; then " \
236 "echo RESCUE SYSTEM BOOT FAILURE;" \
239 "usb_mmc_rescue_boot=" \
241 "if usb storage; then " \
242 "if run loadbootscriptUSB " \
243 "hab_check_file_bootscript;" \
244 "then run bootscriptUSB; " \
246 "if run loadbootscriptUSBf " \
247 "hab_check_file_bootscript;" \
248 "then run bootscriptUSB; " \
250 "if run usb_load_fit hab_check_file_fit; then " \
253 "if run usb_load_fitf hab_check_file_fit; then " \
256 "if run usb_load_rescuefit hab_check_file_fit;" \
257 "then run r_reason_syserr rescueboot;" \
259 "if run usb_load_rescuefitf hab_check_file_fit;" \
260 "then run r_reason_syserr rescueboot;" \
262 "run mmc_rescue_boot;" \
264 "run mmc_rescue_boot;\0" \
265 "rescue_xload_boot=" \
266 "run r_reason_syserr;" \
267 "if test ${bootmode} -ne 0 ; then " \
268 "mmc dev ${mmcdev};" \
269 "if mmc rescan; then " \
270 "if run mmc_rescue_load_fit " \
271 "hab_check_file_fit; then " \
275 "if usb storage; then " \
276 "if run usb_load_rescuefit " \
277 "hab_check_file_fit;"\
281 "if run usb_load_rescuefitf "\
282 "hab_check_file_fit;"\
289 "echo RESCUE SYSTEM ON SD OR " \
290 "USB BOOT FAILURE;" \
293 "if usb storage; then " \
294 "if run usb_load_rescuefit " \
295 "hab_check_file_fit; then " \
298 "if run usb_load_rescuefitf " \
299 "hab_check_file_fit; then " \
304 "echo RESCUE SYSTEM ON USB BOOT FAILURE;" \
307 "if run rescue_load_fit hab_check_file_fit; then " \
311 "echo RESCUE SYSTEM ON BOARD BOOT FAILURE;" \
314 "ari_boot=if test ${bootmode} -ne 0 ; then " \
315 "mmc dev ${mmcdev};" \
316 "if mmc rescan; then " \
317 "if run loadbootscript hab_check_file_bootscript;" \
318 "then run bootscript; " \
320 "if run mmc_load_fit hab_check_file_fit; then " \
321 "if run mmcboot; then ; " \
323 "run mmc_rescue_boot;" \
326 "run usb_mmc_rescue_boot;" \
329 "run usb_mmc_rescue_boot;" \
332 "run main_rescue_boot;" \
335 CONFIG_EXTRA_ENV_BOARD_SETTINGS
337 #define CONFIG_ARP_TIMEOUT 200UL
339 #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
340 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000)
341 #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
343 /* Physical Memory Map */
344 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
346 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
347 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
348 #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
350 #define CONFIG_SYS_INIT_SP_OFFSET \
351 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
352 #define CONFIG_SYS_INIT_SP_ADDR \
353 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
355 #define CONFIG_SYS_FSL_USDHC_NUM 2
358 #define CONFIG_SYS_MAX_NAND_DEVICE 1
359 #define CONFIG_SYS_NAND_BASE 0x40000000
360 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
361 #define CONFIG_SYS_NAND_ONFI_DETECTION
363 /* DMA stuff, needed for GPMI/MXS NAND support */
366 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
367 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
368 #define CONFIG_MXC_USB_FLAGS 0
373 /* check this console not needed, after test remove it */
374 #define CONFIG_SPLASH_SCREEN
375 #define CONFIG_SPLASH_SCREEN_ALIGN
376 #define CONFIG_IMX_VIDEO_SKIP
377 #define CONFIG_VIDEO_LOGO
378 #define CONFIG_VIDEO_BMP_LOGO
379 #define CONFIG_BMP_16BPP
380 #define CONFIG_VIDEO_BMP_RLE8
382 #define CONFIG_IMX6_PWM_PER_CLK 66000000
384 #endif /* __ARISTAINETOS2_CONFIG_H */