blob: cffbb64bcd539fee1584ec794a1bf0834e6fbe88 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Fabio Estevam1d97a592015-04-20 14:48:57 -03002/*
3 * Copyright (C) 2015 Freescale Semiconductor, Inc.
4 *
5 * Configuration settings for the SolidRun mx6 based boards
Fabio Estevam1d97a592015-04-20 14:48:57 -03006 */
7#ifndef __MX6CUBOXI_CONFIG_H
8#define __MX6CUBOXI_CONFIG_H
9
Simon Glassfb64e362020-05-10 11:40:09 -060010#include <linux/stringify.h>
11
Fabio Estevam1d97a592015-04-20 14:48:57 -030012#include "mx6_common.h"
13
Fabio Estevam1d97a592015-04-20 14:48:57 -030014#include "imx6_spl.h"
15
Fabio Estevam1d97a592015-04-20 14:48:57 -030016/* MMC Configs */
Fabio Estevam1d97a592015-04-20 14:48:57 -030017#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
Fabio Estevam1d97a592015-04-20 14:48:57 -030018
Fabio Estevam239fd312015-04-29 22:28:09 -030019/* Framebuffer */
Fabio Estevam239fd312015-04-29 22:28:09 -030020#define CONFIG_IMX_HDMI
21#define CONFIG_IMX_VIDEO_SKIP
22
Fabio Estevam729bbb82015-04-29 22:28:10 -030023/* USB */
Fabio Estevam729bbb82015-04-29 22:28:10 -030024#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Fabio Estevam729bbb82015-04-29 22:28:10 -030025
Fabio Estevam1d97a592015-04-20 14:48:57 -030026/* Command definition */
Fabio Estevam1d97a592015-04-20 14:48:57 -030027
Fabio Estevam1d97a592015-04-20 14:48:57 -030028#define CONFIG_MXC_UART_BASE UART1_BASE
Fabio Estevam1d97a592015-04-20 14:48:57 -030029
30#define CONFIG_EXTRA_ENV_SETTINGS \
Jon Nettletone368d842018-06-11 15:26:23 +030031 "som_rev=undefined\0" \
32 "has_emmc=undefined\0" \
Fabio Estevam9887c1a2015-04-25 18:47:21 -030033 "fdtfile=undefined\0" \
Fabio Estevamfa252172015-04-25 18:47:20 -030034 "fdt_addr_r=0x18000000\0" \
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070035 "fdt_addr=0x18000000\0" \
Tom Rini9004ee02021-08-23 10:25:30 -040036 "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
37 "pxefile_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
38 "scriptaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070039 "ramdisk_addr_r=0x13000000\0" \
40 "ramdiskaddr=0x13000000\0" \
41 "initrd_high=0xffffffff\0" \
Fabio Estevam1d97a592015-04-20 14:48:57 -030042 "ip_dyn=yes\0" \
Fabio Estevam1a2f1f22021-07-19 17:15:14 -030043 "console=ttymxc0\0" \
Fabio Estevam1d97a592015-04-20 14:48:57 -030044 "bootm_size=0x10000000\0" \
45 "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
Fabio Estevam83ca9e92021-07-19 17:15:13 -030046 "finduuid=part uuid mmc 1:1 uuid\0" \
Fabio Estevam1d97a592015-04-20 14:48:57 -030047 "update_sd_firmware=" \
48 "if test ${ip_dyn} = yes; then " \
49 "setenv get_cmd dhcp; " \
50 "else " \
51 "setenv get_cmd tftp; " \
52 "fi; " \
53 "if mmc dev ${mmcdev}; then " \
54 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
55 "setexpr fw_sz ${filesize} / 0x200; " \
56 "setexpr fw_sz ${fw_sz} + 1; " \
57 "mmc write ${loadaddr} 0x2 ${fw_sz}; " \
58 "fi; " \
59 "fi\0" \
Fabio Estevam9887c1a2015-04-25 18:47:21 -030060 "findfdt="\
Jon Nettletone368d842018-06-11 15:26:23 +030061 "if test ${board_rev} = MX6Q; then " \
Jon Nettleton30cba092018-06-07 16:17:36 +030062 "setenv fdtprefix imx6q; fi; " \
Jon Nettletone368d842018-06-11 15:26:23 +030063 "if test ${board_rev} = MX6DL; then " \
Jon Nettleton30cba092018-06-07 16:17:36 +030064 "setenv fdtprefix imx6dl; fi; " \
Jon Nettletone368d842018-06-11 15:26:23 +030065 "if test ${som_rev} = V15; then " \
Jon Nettleton30cba092018-06-07 16:17:36 +030066 "setenv fdtsuffix -som-v15; fi; " \
Jon Nettletone368d842018-06-11 15:26:23 +030067 "if test ${has_emmc} = yes; then " \
68 "setenv emmcsuffix -emmc; fi; " \
69 "if test ${board_name} = HUMMINGBOARD2 ; then " \
70 "setenv fdtfile ${fdtprefix}-hummingboard2${emmcsuffix}${fdtsuffix}.dtb; fi; " \
71 "if test ${board_name} = HUMMINGBOARD ; then " \
72 "setenv fdtfile ${fdtprefix}-hummingboard${emmcsuffix}${fdtsuffix}.dtb; fi; " \
73 "if test ${board_name} = CUBOXI ; then " \
74 "setenv fdtfile ${fdtprefix}-cubox-i${emmcsuffix}${fdtsuffix}.dtb; fi; " \
75 "if test ${fdtfile} = undefined; then " \
Fabio Estevam9887c1a2015-04-25 18:47:21 -030076 "echo WARNING: Could not determine dtb to use; fi; \0" \
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070077 BOOTENV
Fabio Estevam1d97a592015-04-20 14:48:57 -030078
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070079#define BOOT_TARGET_DEVICES(func) \
Baruch Siach6d3f68c2019-11-10 14:38:07 +020080 func(MMC, mmc, 1) \
81 func(MMC, mmc, 2) \
Peter Robinson8576fbc2017-07-01 18:44:03 +010082 func(SATA, sata, 0) \
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070083 func(USB, usb, 0) \
84 func(PXE, pxe, na) \
85 func(DHCP, dhcp, na)
86
Vagrant Cascadian9ea3d812015-10-27 13:18:22 -070087#include <config_distro_bootcmd.h>
88
Fabio Estevam1d97a592015-04-20 14:48:57 -030089/* Physical Memory Map */
Fabio Estevam1d97a592015-04-20 14:48:57 -030090#define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR
91#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
92#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
93
Fabio Estevam1d97a592015-04-20 14:48:57 -030094/* Environment organization */
Fabio Estevam1d97a592015-04-20 14:48:57 -030095
Fabio Estevam1d97a592015-04-20 14:48:57 -030096#endif /* __MX6CUBOXI_CONFIG_H */