blob: 3416ce3321b574ec4c0c02f0779eb09cccc8a2fd [file] [log] [blame]
Eric Nelsond67b0d92013-03-11 08:44:53 +00001/*
2 * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
3 *
4 * Configuration settings for the Boundary Devices Nitrogen6X
5 * and Freescale i.MX6Q Sabre Lite boards.
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Eric Nelsond67b0d92013-03-11 08:44:53 +00008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
Eric Nelson02824dc2013-11-26 17:40:30 -070013#include "mx6_common.h"
Eric Nelsond67b0d92013-03-11 08:44:53 +000014
15#define CONFIG_MACH_TYPE 3769
16
Eric Nelsond67b0d92013-03-11 08:44:53 +000017/* Size of malloc() pool */
18#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
19
20#define CONFIG_BOARD_EARLY_INIT_F
21#define CONFIG_MISC_INIT_R
Marek Vasutf016f8c2014-02-06 02:43:45 +010022#define CONFIG_CI_UDC
Troy Kiskyf3d7cff2013-09-25 18:41:18 -070023#define CONFIG_USBD_HS
24#define CONFIG_USB_GADGET_DUALSPEED
25#define CONFIG_USB_ETHER
26#define CONFIG_USB_ETH_CDC
27#define CONFIG_NETCONSOLE
Eric Nelsond67b0d92013-03-11 08:44:53 +000028
Eric Nelsond67b0d92013-03-11 08:44:53 +000029#define CONFIG_MXC_UART
30#define CONFIG_MXC_UART_BASE UART2_BASE
31
32#define CONFIG_CMD_SF
33#ifdef CONFIG_CMD_SF
Eric Nelsond67b0d92013-03-11 08:44:53 +000034#define CONFIG_MXC_SPI
35#define CONFIG_SF_DEFAULT_BUS 0
Nikita Kiryanov155fa9a2014-08-20 15:08:50 +030036#define CONFIG_SF_DEFAULT_CS 0
Eric Nelsond67b0d92013-03-11 08:44:53 +000037#define CONFIG_SF_DEFAULT_SPEED 25000000
38#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
39#endif
40
41/* I2C Configs */
42#define CONFIG_CMD_I2C
tremb089d032013-09-21 18:13:36 +020043#define CONFIG_SYS_I2C
44#define CONFIG_SYS_I2C_MXC
Albert ARIBAUD \\(3ADEV\\)03544c62015-09-21 22:43:38 +020045#define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */
46#define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */
York Sunf8cb1012015-03-20 10:20:40 -070047#define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
Eric Nelsond67b0d92013-03-11 08:44:53 +000048#define CONFIG_SYS_I2C_SPEED 100000
Eric Nelson5dbdc3c2014-10-02 12:16:47 -070049#define CONFIG_I2C_EDID
Eric Nelsond67b0d92013-03-11 08:44:53 +000050
Eric Nelsond67b0d92013-03-11 08:44:53 +000051/* MMC Configs */
Eric Nelsond67b0d92013-03-11 08:44:53 +000052#define CONFIG_SYS_FSL_ESDHC_ADDR 0
53#define CONFIG_SYS_FSL_USDHC_NUM 2
54
Eric Nelsond67b0d92013-03-11 08:44:53 +000055#ifdef CONFIG_MX6Q
56#define CONFIG_CMD_SATA
57#endif
58
59/*
60 * SATA Configs
61 */
62#ifdef CONFIG_CMD_SATA
63#define CONFIG_DWC_AHSATA
64#define CONFIG_SYS_SATA_MAX_DEVICE 1
65#define CONFIG_DWC_AHSATA_PORT_ID 0
66#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
67#define CONFIG_LBA48
68#define CONFIG_LIBATA
69#endif
70
71#define CONFIG_CMD_PING
72#define CONFIG_CMD_DHCP
73#define CONFIG_CMD_MII
Eric Nelsond67b0d92013-03-11 08:44:53 +000074#define CONFIG_FEC_MXC
75#define CONFIG_MII
76#define IMX_FEC_BASE ENET_BASE_ADDR
77#define CONFIG_FEC_XCV_TYPE RGMII
78#define CONFIG_ETHPRIME "FEC"
79#define CONFIG_FEC_MXC_PHYADDR 6
80#define CONFIG_PHYLIB
81#define CONFIG_PHY_MICREL
82#define CONFIG_PHY_MICREL_KSZ9021
83
84/* USB Configs */
85#define CONFIG_CMD_USB
Eric Nelsond67b0d92013-03-11 08:44:53 +000086#define CONFIG_USB_EHCI
87#define CONFIG_USB_EHCI_MX6
88#define CONFIG_USB_STORAGE
89#define CONFIG_USB_HOST_ETHER
90#define CONFIG_USB_ETHER_ASIX
Gerhard Sittiga7434152014-03-08 19:46:16 +010091#define CONFIG_USB_ETHER_MCS7830
Eric Nelsond67b0d92013-03-11 08:44:53 +000092#define CONFIG_USB_ETHER_SMSC95XX
Troy Kiskyd1a52862013-10-10 15:27:59 -070093#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
94#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
Eric Nelsond67b0d92013-03-11 08:44:53 +000095#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
96#define CONFIG_MXC_USB_FLAGS 0
Eric Nelsonc36c0002014-10-02 12:16:45 -070097#define CONFIG_USB_KEYBOARD
98#define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
Eric Nelsond67b0d92013-03-11 08:44:53 +000099
100/* Miscellaneous commands */
101#define CONFIG_CMD_BMODE
Eric Nelsond67b0d92013-03-11 08:44:53 +0000102
103/* Framebuffer and LCD */
104#define CONFIG_VIDEO
105#define CONFIG_VIDEO_IPUV3
106#define CONFIG_CFB_CONSOLE
107#define CONFIG_VGA_AS_SINGLE_DEVICE
108#define CONFIG_SYS_CONSOLE_IS_IN_ENV
109#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
110#define CONFIG_VIDEO_BMP_RLE8
111#define CONFIG_SPLASH_SCREEN
Eric Nelson761bc192015-04-16 11:31:33 -0700112#define CONFIG_SPLASH_SCREEN_ALIGN
113#define CONFIG_VIDEO_BMP_GZIP
114#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (6 * 1024 * 1024)
Eric Nelsond67b0d92013-03-11 08:44:53 +0000115#define CONFIG_BMP_16BPP
Eric Nelsond67b0d92013-03-11 08:44:53 +0000116#define CONFIG_IPUV3_CLK 260000000
117#define CONFIG_CMD_HDMIDETECT
118#define CONFIG_CONSOLE_MUX
Pardeep Kumar Singla5ea7f0e2013-07-25 12:12:13 -0500119#define CONFIG_IMX_HDMI
Eric Benarda47e4492014-04-04 19:05:53 +0200120#define CONFIG_IMX_VIDEO_SKIP
Eric Nelsond67b0d92013-03-11 08:44:53 +0000121
Eric Nelsond67b0d92013-03-11 08:44:53 +0000122#define CONFIG_PREBOOT ""
123
Eric Nelsond67b0d92013-03-11 08:44:53 +0000124#ifdef CONFIG_CMD_SATA
125#define CONFIG_DRIVE_SATA "sata "
126#else
127#define CONFIG_DRIVE_SATA
128#endif
129
130#ifdef CONFIG_CMD_MMC
131#define CONFIG_DRIVE_MMC "mmc "
132#else
133#define CONFIG_DRIVE_MMC
134#endif
135
Diego Rondini5b7103e2014-10-02 12:16:41 -0700136#ifdef CONFIG_USB_STORAGE
137#define CONFIG_DRIVE_USB "usb "
138#else
139#define CONFIG_DRIVE_USB
140#endif
141
142#define CONFIG_DRIVE_TYPES CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC CONFIG_DRIVE_USB
Eric Nelson8d97b3a2014-10-02 12:16:44 -0700143#define CONFIG_UMSDEVS CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC
Eric Nelsond67b0d92013-03-11 08:44:53 +0000144
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300145#if defined(CONFIG_SABRELITE)
146#define CONFIG_EXTRA_ENV_SETTINGS \
147 "script=boot.scr\0" \
148 "uimage=uImage\0" \
149 "console=ttymxc1\0" \
150 "fdt_high=0xffffffff\0" \
151 "initrd_high=0xffffffff\0" \
152 "fdt_file=imx6q-sabrelite.dtb\0" \
Otavio Salvador6584a1b2013-12-16 20:44:04 -0200153 "fdt_addr=0x18000000\0" \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300154 "boot_fdt=try\0" \
155 "ip_dyn=yes\0" \
Guillaume GARDET05d1c242014-09-11 11:59:52 +0200156 "mmcdevs=0 1\0" \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300157 "mmcpart=1\0" \
158 "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
159 "mmcargs=setenv bootargs console=${console},${baudrate} " \
160 "root=${mmcroot}\0" \
161 "loadbootscript=" \
Guillaume GARDET3ee96c72014-08-26 12:05:31 +0200162 "load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300163 "bootscript=echo Running bootscript from mmc ...; " \
164 "source\0" \
Guillaume GARDET3ee96c72014-08-26 12:05:31 +0200165 "loaduimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}\0" \
166 "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300167 "mmcboot=echo Booting from mmc ...; " \
168 "run mmcargs; " \
169 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
170 "if run loadfdt; then " \
171 "bootm ${loadaddr} - ${fdt_addr}; " \
172 "else " \
173 "if test ${boot_fdt} = try; then " \
174 "bootm; " \
175 "else " \
176 "echo WARN: Cannot load the DT; " \
177 "fi; " \
178 "fi; " \
179 "else " \
180 "bootm; " \
181 "fi;\0" \
182 "netargs=setenv bootargs console=${console},${baudrate} " \
183 "root=/dev/nfs " \
184 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
185 "netboot=echo Booting from net ...; " \
186 "run netargs; " \
187 "if test ${ip_dyn} = yes; then " \
188 "setenv get_cmd dhcp; " \
189 "else " \
190 "setenv get_cmd tftp; " \
191 "fi; " \
192 "${get_cmd} ${uimage}; " \
193 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
194 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
195 "bootm ${loadaddr} - ${fdt_addr}; " \
196 "else " \
197 "if test ${boot_fdt} = try; then " \
198 "bootm; " \
199 "else " \
200 "echo WARN: Cannot load the DT; " \
201 "fi; " \
202 "fi; " \
203 "else " \
204 "bootm; " \
205 "fi;\0"
206
207#define CONFIG_BOOTCOMMAND \
Guillaume GARDET05d1c242014-09-11 11:59:52 +0200208 "for mmcdev in ${mmcdevs}; do " \
209 "mmc dev ${mmcdev}; " \
210 "if mmc rescan; then " \
211 "if run loadbootscript; then " \
212 "run bootscript; " \
213 "else " \
214 "if run loaduimage; then " \
215 "run mmcboot; " \
216 "fi; " \
217 "fi; " \
218 "fi; " \
219 "done; " \
220 "run netboot; "
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300221#else
Eric Nelsond67b0d92013-03-11 08:44:53 +0000222#define CONFIG_EXTRA_ENV_SETTINGS \
Diego Rondini5b7103e2014-10-02 12:16:41 -0700223 "bootdevs=" CONFIG_DRIVE_TYPES "\0" \
Eric Nelson8d97b3a2014-10-02 12:16:44 -0700224 "umsdevs=" CONFIG_UMSDEVS "\0" \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000225 "console=ttymxc1\0" \
226 "clearenv=if sf probe || sf probe || sf probe 1 ; then " \
227 "sf erase 0xc0000 0x2000 && " \
228 "echo restored environment to factory default ; fi\0" \
Diego Rondini5b7103e2014-10-02 12:16:41 -0700229 "bootcmd=for dtype in ${bootdevs}" \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000230 "; do " \
Diego Rondini5b7103e2014-10-02 12:16:41 -0700231 "if itest.s \"xusb\" == \"x${dtype}\" ; then " \
232 "usb start ;" \
233 "fi; " \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000234 "for disk in 0 1 ; do ${dtype} dev ${disk} ;" \
Kevin Mihelich43a34312014-10-02 12:16:42 -0700235 "load " \
236 "${dtype} ${disk}:1 " \
237 "10008000 " \
238 "/6x_bootscript" \
239 "&& source 10008000 ; " \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000240 "done ; " \
241 "done; " \
242 "setenv stdout serial,vga ; " \
243 "echo ; echo 6x_bootscript not found ; " \
244 "echo ; echo serial console at 115200, 8N1 ; echo ; " \
245 "echo details at http://boundarydevices.com/6q_bootscript ; " \
Eric Nelson8d97b3a2014-10-02 12:16:44 -0700246 "setenv stdout serial;" \
247 "setenv stdin serial,usbkbd;" \
248 "for dtype in ${umsdevs} ; do " \
249 "if itest.s sata == ${dtype}; then " \
250 "initcmd='sata init' ;" \
251 "else " \
252 "initcmd='mmc rescan' ;" \
253 "fi; " \
254 "for disk in 0 1 ; do " \
255 "if $initcmd && $dtype dev $disk ; then " \
256 "setenv stdout serial,vga; " \
257 "echo expose ${dtype} ${disk} " \
258 "over USB; " \
259 "ums 0 $dtype $disk ;" \
260 "fi; " \
261 " done; " \
262 "done ;" \
263 "setenv stdout serial,vga; " \
264 "echo no block devices found;" \
265 "\0" \
Eric Nelson8145ccc2014-10-02 12:16:43 -0700266 "initrd_high=0xffffffff\0" \
Diego Rondini5b7103e2014-10-02 12:16:41 -0700267 "upgradeu=for dtype in ${bootdevs}" \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000268 "; do " \
269 "for disk in 0 1 ; do ${dtype} dev ${disk} ;" \
Kevin Mihelich43a34312014-10-02 12:16:42 -0700270 "load ${dtype} ${disk}:1 10008000 " \
271 "/6x_upgrade " \
272 "&& source 10008000 ; " \
Eric Nelsond67b0d92013-03-11 08:44:53 +0000273 "done ; " \
274 "done\0" \
275
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300276#endif
Eric Nelsond67b0d92013-03-11 08:44:53 +0000277/* Miscellaneous configurable options */
Eric Nelsond67b0d92013-03-11 08:44:53 +0000278#define CONFIG_SYS_MEMTEST_START 0x10000000
279#define CONFIG_SYS_MEMTEST_END 0x10010000
280#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
281
Eric Nelsond67b0d92013-03-11 08:44:53 +0000282/* Physical Memory Map */
283#define CONFIG_NR_DRAM_BANKS 1
284#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
285
286#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
287#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
288#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
289
290#define CONFIG_SYS_INIT_SP_OFFSET \
291 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
292#define CONFIG_SYS_INIT_SP_ADDR \
293 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
294
Peter Robinson056845c2015-05-22 17:30:45 +0100295/* Environment organization */
Eric Nelsond67b0d92013-03-11 08:44:53 +0000296#define CONFIG_ENV_SIZE (8 * 1024)
297
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300298#if defined(CONFIG_SABRELITE)
299#define CONFIG_ENV_IS_IN_MMC
300#else
Eric Nelsond67b0d92013-03-11 08:44:53 +0000301#define CONFIG_ENV_IS_IN_SPI_FLASH
Fabio Estevamf8b1e862013-07-26 11:37:17 -0300302#endif
Eric Nelsond67b0d92013-03-11 08:44:53 +0000303
304#if defined(CONFIG_ENV_IS_IN_MMC)
305#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
306#define CONFIG_SYS_MMC_ENV_DEV 0
307#elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
308#define CONFIG_ENV_OFFSET (768 * 1024)
309#define CONFIG_ENV_SECT_SIZE (8 * 1024)
310#define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
311#define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
312#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
313#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
314#endif
315
Eric Nelsond67b0d92013-03-11 08:44:53 +0000316#define CONFIG_CMD_BMP
317
318#define CONFIG_CMD_TIME
Eric Nelsond3d70e62014-10-02 12:16:46 -0700319#define CONFIG_CMD_MEMTEST
Eric Nelsond67b0d92013-03-11 08:44:53 +0000320#define CONFIG_SYS_ALT_MEMTEST
321
Marek Vasut147f8fa2013-12-14 05:55:29 +0100322/*
323 * PCI express
324 */
Marek Vasut147f8fa2013-12-14 05:55:29 +0100325#ifdef CONFIG_CMD_PCI
326#define CONFIG_PCI
327#define CONFIG_PCI_PNP
328#define CONFIG_PCI_SCAN_SHOW
329#define CONFIG_PCIE_IMX
330#endif
331
Eric Nelson84e2dc02014-10-02 12:16:40 -0700332
333#define CONFIG_USB_GADGET
334#define CONFIG_CMD_USB_MASS_STORAGE
Paul Kocialkowski01acd6a2015-06-12 19:56:58 +0200335#define CONFIG_USB_FUNCTION_MASS_STORAGE
336#define CONFIG_USB_GADGET_DOWNLOAD
Eric Nelson84e2dc02014-10-02 12:16:40 -0700337#define CONFIG_USB_GADGET_VBUS_DRAW 2
338
339/* Netchip IDs */
340#define CONFIG_G_DNL_VENDOR_NUM 0x0525
341#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
342#define CONFIG_G_DNL_MANUFACTURER "Boundary"
343
Paul Kocialkowski17da3c02015-06-12 19:56:59 +0200344#define CONFIG_USB_FUNCTION_FASTBOOT
Eric Nelsone9feee62014-10-02 12:16:52 -0700345#define CONFIG_CMD_FASTBOOT
346#define CONFIG_ANDROID_BOOT_IMAGE
Paul Kocialkowskia588d992015-07-20 12:38:22 +0200347#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
348#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
Eric Nelsone9feee62014-10-02 12:16:52 -0700349
Eric Nelsond67b0d92013-03-11 08:44:53 +0000350#endif /* __CONFIG_H */