Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 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. |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef __GE_BX50V3_CONFIG_H |
| 12 | #define __GE_BX50V3_CONFIG_H |
| 13 | |
| 14 | #include <asm/arch/imx-regs.h> |
Stefano Babic | 33731bc | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 15 | #include <asm/mach-imx/gpio.h> |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 16 | |
Ian Ray | 467778a | 2018-04-25 16:57:04 +0200 | [diff] [blame] | 17 | #define CONFIG_BOARD_NAME "General Electric Bx50v3" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 18 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 19 | #include "mx6_common.h" |
| 20 | #include <linux/sizes.h> |
| 21 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 22 | #define CONFIG_CMDLINE_TAG |
| 23 | #define CONFIG_SETUP_MEMORY_TAGS |
| 24 | #define CONFIG_INITRD_TAG |
| 25 | #define CONFIG_REVISION_TAG |
| 26 | #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) |
| 27 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 28 | /* SATA Configs */ |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 29 | #ifdef CONFIG_CMD_SATA |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 30 | #define CONFIG_SYS_SATA_MAX_DEVICE 1 |
| 31 | #define CONFIG_DWC_AHSATA_PORT_ID 0 |
| 32 | #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR |
| 33 | #define CONFIG_LBA48 |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 34 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 35 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 36 | /* USB Configs */ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 37 | #ifdef CONFIG_USB |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 38 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
| 39 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 40 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
| 41 | #define CONFIG_MXC_USB_FLAGS 0 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 42 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 43 | #define CONFIG_USBD_HS |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 44 | #define CONFIG_USB_GADGET_MASS_STORAGE |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 45 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 46 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 47 | /* Serial Flash */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 48 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 49 | #define CONFIG_LOADADDR 0x12000000 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 50 | |
Ian Ray | 656d8d5 | 2020-11-04 17:18:39 +0100 | [diff] [blame] | 51 | #ifdef CONFIG_CMD_NFS |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 52 | #define NETWORKBOOT \ |
| 53 | "setnetworkboot=" \ |
| 54 | "setenv ipaddr 172.16.2.10; setenv serverip 172.16.2.20; " \ |
| 55 | "setenv gatewayip 172.16.2.20; setenv nfsserver 172.16.2.20; " \ |
| 56 | "setenv netmask 255.255.255.0; setenv ethaddr ca:fe:de:ca:f0:11; " \ |
| 57 | "setenv bootargs root=/dev/nfs nfsroot=${nfsserver}:/srv/nfs/,v3,tcp rw rootwait" \ |
| 58 | "setenv bootargs $bootargs ip=${ipaddr}:${nfsserver}:${gatewayip}:${netmask}::eth0:off " \ |
Ian Ray | a8203cc | 2020-11-04 17:18:43 +0100 | [diff] [blame] | 59 | "setenv bootargs $bootargs cma=128M bootcause=${bootcause} ${videoargs} " \ |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 60 | "setenv bootargs $bootargs systemd.mask=helix-network-defaults.service " \ |
| 61 | "setenv bootargs $bootargs watchdog.handle_boot_enabled=1\0" \ |
| 62 | "networkboot=" \ |
| 63 | "run setnetworkboot; " \ |
| 64 | "nfs ${loadaddr} /srv/nfs/fitImage; " \ |
Sebastian Reichel | 9945390 | 2020-12-15 00:41:56 +0100 | [diff] [blame] | 65 | "bootm ${loadaddr}\0" \ |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 66 | |
| 67 | #define CONFIG_NETWORKBOOTCOMMAND \ |
| 68 | "run networkboot; " \ |
| 69 | |
| 70 | #else |
| 71 | #define NETWORKBOOT \ |
| 72 | |
| 73 | #endif |
| 74 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 75 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 76 | NETWORKBOOT \ |
Ian Ray | b52e252 | 2018-01-10 20:31:33 +0100 | [diff] [blame] | 77 | "image=/boot/fitImage\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 78 | "dev=mmc\0" \ |
Ian Ray | 3a97ec0 | 2019-01-31 16:21:12 +0200 | [diff] [blame] | 79 | "devnum=2\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 80 | "rootdev=mmcblk0p\0" \ |
| 81 | "quiet=quiet loglevel=0\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 82 | "setargs=setenv bootargs root=/dev/${rootdev}${partnum} " \ |
| 83 | "ro rootwait cma=128M " \ |
| 84 | "bootcause=${bootcause} " \ |
Robert Beckett | 8022cbd | 2020-01-31 15:08:01 +0200 | [diff] [blame] | 85 | "${quiet} " \ |
Ian Ray | d8c6099 | 2018-04-25 16:57:03 +0200 | [diff] [blame] | 86 | "${videoargs}" "\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 87 | "doquiet=" \ |
| 88 | "if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \ |
| 89 | "then setenv quiet; fi\0" \ |
| 90 | "hasfirstboot=" \ |
Robert Beckett | f3270fb | 2020-01-31 15:08:03 +0200 | [diff] [blame] | 91 | "test -e ${dev} ${devnum}:${partnum} /boot/bootcause/firstboot\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 92 | "swappartitions=" \ |
| 93 | "setexpr partnum 3 - ${partnum}\0" \ |
| 94 | "failbootcmd=" \ |
Robert Beckett | b2185d2 | 2020-01-31 15:07:59 +0200 | [diff] [blame] | 95 | "cls; " \ |
Ian Ray | b7f9625 | 2019-11-12 19:15:15 +0000 | [diff] [blame] | 96 | "setcurs 5 4; " \ |
| 97 | "lcdputs \"Monitor failed to start. " \ |
| 98 | "Try again, or contact GE Service for support.\"; " \ |
Ian Ray | 75c38f7 | 2021-04-23 16:15:13 +0200 | [diff] [blame] | 99 | "bootcount reset; " \ |
| 100 | "while true; do sleep 1; done; \0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 101 | "altbootcmd=" \ |
| 102 | "run doquiet; " \ |
| 103 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 104 | "run hasfirstboot || setenv partnum 0; " \ |
| 105 | "if test ${partnum} != 0; then " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 106 | "run swappartitions loadimage doboot; " \ |
| 107 | "fi; " \ |
| 108 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 109 | "loadimage=" \ |
| 110 | "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 111 | "doboot=" \ |
| 112 | "echo Booting from ${dev}:${devnum}:${partnum} ...; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 113 | "run setargs; " \ |
Sebastian Reichel | 9945390 | 2020-12-15 00:41:56 +0100 | [diff] [blame] | 114 | "bootm ${loadaddr}\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 115 | "tryboot=" \ |
| 116 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 117 | "run loadimage || run swappartitions && run loadimage || " \ |
Ian Ray | 8355e8c | 2021-04-23 16:15:12 +0200 | [diff] [blame] | 118 | "setenv partnum 0 && echo MISSING IMAGE;" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 119 | "run doboot; " \ |
| 120 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 121 | |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 122 | #define CONFIG_MMCBOOTCOMMAND \ |
Ian Ray | 8355e8c | 2021-04-23 16:15:12 +0200 | [diff] [blame] | 123 | "run doquiet; " \ |
| 124 | "run tryboot; " \ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 125 | |
Ian Ray | 656d8d5 | 2020-11-04 17:18:39 +0100 | [diff] [blame] | 126 | #ifdef CONFIG_CMD_NFS |
Joonas Aijala | 667f25f | 2019-01-31 16:21:20 +0200 | [diff] [blame] | 127 | #define CONFIG_BOOTCOMMAND CONFIG_NETWORKBOOTCOMMAND |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 128 | #else |
| 129 | #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND |
| 130 | #endif |
| 131 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 132 | |
| 133 | /* Miscellaneous configurable options */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 134 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 135 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 136 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 137 | /* Physical Memory Map */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 138 | #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
| 139 | |
Ian Ray | e5818ae | 2020-01-31 15:08:04 +0200 | [diff] [blame] | 140 | #define CONFIG_SYS_BOOTMAPSZ (256 << 20) /* 256M */ |
| 141 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 142 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM |
| 143 | #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |
| 144 | #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE |
| 145 | |
| 146 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 147 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 148 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 149 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 150 | |
Masahiro Yamada | 8cea9b5 | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 151 | /* environment organization */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 152 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 153 | #define CONFIG_SYS_FSL_USDHC_NUM 3 |
| 154 | |
| 155 | /* Framebuffer */ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame] | 156 | #define CONFIG_HIDE_LOGO_VERSION |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 157 | #define CONFIG_IMX_HDMI |
| 158 | #define CONFIG_IMX_VIDEO_SKIP |
| 159 | |
Akshay Bhat | 5d64362 | 2016-04-12 18:13:59 -0400 | [diff] [blame] | 160 | #define CONFIG_IMX6_PWM_PER_CLK 66000000 |
| 161 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 162 | #define CONFIG_PCI_SCAN_SHOW |
| 163 | #define CONFIG_PCIE_IMX |
| 164 | #define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) |
| 165 | #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5) |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 166 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 167 | #endif /* __GE_BX50V3_CONFIG_H */ |