Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
[platform/kernel/u-boot.git] / include / configs / ge_bx50v3.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015 Timesys Corporation
4  * Copyright (C) 2015 General Electric Company
5  * Copyright (C) 2014 Advantech
6  * Copyright (C) 2012 Freescale Semiconductor, Inc.
7  *
8  * Configuration settings for the GE MX6Q Bx50v3 boards.
9  */
10
11 #ifndef __GE_BX50V3_CONFIG_H
12 #define __GE_BX50V3_CONFIG_H
13
14 #include <asm/arch/imx-regs.h>
15 #include <asm/mach-imx/gpio.h>
16
17 #define CONFIG_BOARD_NAME       "General Electric Bx50v3"
18
19 #include "mx6_common.h"
20 #include <linux/sizes.h>
21
22 /* SATA Configs */
23 #ifdef CONFIG_CMD_SATA
24 #define CONFIG_SYS_SATA_MAX_DEVICE      1
25 #define CONFIG_DWC_AHSATA_PORT_ID       0
26 #define CONFIG_DWC_AHSATA_BASE_ADDR     SATA_ARB_BASE_ADDR
27 #define CONFIG_LBA48
28 #endif
29
30 #ifdef CONFIG_CMD_NFS
31 #define NETWORKBOOT \
32         "setnetworkboot=" \
33                 "setenv ipaddr 172.16.2.10; setenv serverip 172.16.2.20; " \
34                 "setenv gatewayip 172.16.2.20; setenv nfsserver 172.16.2.20; " \
35                 "setenv netmask 255.255.255.0; setenv ethaddr ca:fe:de:ca:f0:11; " \
36                 "setenv bootargs root=/dev/nfs nfsroot=${nfsserver}:/srv/nfs/,v3,tcp rw rootwait" \
37                 "setenv bootargs $bootargs ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}::eth0:off " \
38                 "setenv bootargs $bootargs cma=128M bootcause=${bootcause} ${videoargs} " \
39                 "setenv bootargs $bootargs systemd.mask=helix-network-defaults.service " \
40                 "setenv bootargs $bootargs watchdog.handle_boot_enabled=1\0" \
41         "networkboot=" \
42                 "run setnetworkboot; " \
43                 "nfs ${loadaddr} /srv/nfs/fitImage; " \
44                 "bootm ${loadaddr}\0" \
45
46 #define NETWORKBOOTCOMMAND \
47         "run networkboot; " \
48
49 #else
50 #define NETWORKBOOT \
51
52 #endif
53
54 #define CONFIG_EXTRA_ENV_SETTINGS \
55         NETWORKBOOT \
56         "image=/boot/fitImage\0" \
57         "dev=mmc\0" \
58         "devnum=2\0" \
59         "rootdev=mmcblk0p\0" \
60         "quiet=quiet loglevel=0\0" \
61         "setargs=setenv bootargs root=/dev/${rootdev}${partnum} " \
62                 "ro rootwait cma=128M " \
63                 "bootcause=${bootcause} " \
64                 "${quiet} " \
65                 "${videoargs}" "\0" \
66         "doquiet=" \
67                 "if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \
68                         "then setenv quiet; fi\0" \
69         "hasfirstboot=" \
70                 "test -e ${dev} ${devnum}:${partnum} /boot/bootcause/firstboot\0" \
71         "swappartitions=" \
72                 "setexpr partnum 3 - ${partnum}\0" \
73         "failbootcmd=" \
74                 "cls; " \
75                 "setcurs 5 4; " \
76                 "lcdputs \"Monitor failed to start. " \
77                 "Try again, or contact GE Service for support.\"; " \
78                 "bootcount reset; " \
79                 "while true; do sleep 1; done; \0" \
80         "altbootcmd=" \
81                 "run doquiet; " \
82                 "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \
83                 "run hasfirstboot || setenv partnum 0; " \
84                 "if test ${partnum} != 0; then " \
85                         "run swappartitions loadimage doboot; " \
86                 "fi; " \
87                 "run failbootcmd\0" \
88         "loadimage=" \
89                 "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \
90         "doboot=" \
91                 "echo Booting from ${dev}:${devnum}:${partnum} ...; " \
92                 "run setargs; " \
93                 "bootm ${loadaddr}\0" \
94         "tryboot=" \
95                 "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \
96                 "run loadimage || run swappartitions && run loadimage || " \
97                         "setenv partnum 0 && echo MISSING IMAGE;" \
98                 "run doboot; " \
99                 "run failbootcmd\0" \
100
101 #define MMCBOOTCOMMAND \
102         "run doquiet; " \
103         "run tryboot; " \
104
105 #ifdef CONFIG_CMD_NFS
106 #define CONFIG_BOOTCOMMAND NETWORKBOOTCOMMAND
107 #else
108 #define CONFIG_BOOTCOMMAND MMCBOOTCOMMAND
109 #endif
110
111 /* Physical Memory Map */
112 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
113
114 #define CONFIG_SYS_BOOTMAPSZ (256 << 20)     /* 256M */
115
116 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
117 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
118 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
119
120 #define CONFIG_SYS_INIT_SP_OFFSET \
121         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
122 #define CONFIG_SYS_INIT_SP_ADDR \
123         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
124
125 /* environment organization */
126
127 #define CONFIG_SYS_FSL_USDHC_NUM        3
128
129 /* Framebuffer */
130 #define CONFIG_HIDE_LOGO_VERSION
131 #define CONFIG_IMX_HDMI
132 #define CONFIG_IMX_VIDEO_SKIP
133
134 #define CONFIG_IMX6_PWM_PER_CLK 66000000
135
136 #define CONFIG_PCI_SCAN_SHOW
137 #define CONFIG_PCIE_IMX
138 #define CONFIG_PCIE_IMX_POWER_GPIO      IMX_GPIO_NR(1, 5)
139
140 #endif  /* __GE_BX50V3_CONFIG_H */