Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2011, Stefano Babic <sbabic@denx.de> |
| 4 | * |
| 5 | * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. |
| 6 | * |
| 7 | * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> |
| 8 | * |
| 9 | * Configuration for the flea3 board. |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #ifndef __CONFIG_H |
| 13 | #define __CONFIG_H |
| 14 | |
| 15 | #include <asm/arch/imx-regs.h> |
| 16 | |
| 17 | /* High Level Configuration Options */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 18 | #define CONFIG_MX35 |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 19 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 20 | #define CONFIG_MACH_TYPE MACH_TYPE_FLEA3 |
| 21 | |
| 22 | /* Set TEXT at the beginning of the NOR flash */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 23 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 24 | /* This is required to setup the ESDC controller */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 25 | |
| 26 | #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ |
| 27 | #define CONFIG_REVISION_TAG |
| 28 | #define CONFIG_SETUP_MEMORY_TAGS |
| 29 | #define CONFIG_INITRD_TAG |
| 30 | |
| 31 | /* |
| 32 | * Size of malloc() pool |
| 33 | */ |
| 34 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1024 * 1024) |
| 35 | |
| 36 | /* |
| 37 | * Hardware drivers |
| 38 | */ |
trem | 0399741 | 2013-09-21 18:13:36 +0200 | [diff] [blame] | 39 | #define CONFIG_SYS_I2C |
| 40 | #define CONFIG_SYS_I2C_MXC |
Albert ARIBAUD \\(3ADEV\\) | eb94387 | 2015-09-21 22:43:38 +0200 | [diff] [blame] | 41 | #define CONFIG_SYS_I2C_MXC_I2C1 /* enable I2C bus 1 */ |
| 42 | #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ |
York Sun | f1a5216 | 2015-03-20 10:20:40 -0700 | [diff] [blame] | 43 | #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ |
trem | 0399741 | 2013-09-21 18:13:36 +0200 | [diff] [blame] | 44 | #define CONFIG_SYS_SPD_BUS_NUM 2 /* I2C3 */ |
| 45 | #define CONFIG_SYS_MXC_I2C3_SLAVE 0xfe |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 46 | |
| 47 | /* |
| 48 | * UART (console) |
| 49 | */ |
| 50 | #define CONFIG_MXC_UART |
Stefano Babic | 1ca47d9 | 2011-11-22 15:22:39 +0100 | [diff] [blame] | 51 | #define CONFIG_MXC_UART_BASE UART3_BASE |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 52 | |
| 53 | /* allow to overwrite serial and ethaddr */ |
| 54 | #define CONFIG_ENV_OVERWRITE |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 55 | |
| 56 | /* |
| 57 | * Command definition |
| 58 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 59 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 60 | #define CONFIG_NET_RETRY_COUNT 100 |
| 61 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 62 | |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 63 | #define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 64 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 65 | /* |
| 66 | * Ethernet on SOC (FEC) |
| 67 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 68 | #define CONFIG_FEC_MXC |
| 69 | #define IMX_FEC_BASE FEC_BASE_ADDR |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 70 | #define CONFIG_FEC_MXC_PHYADDR 0x1 |
| 71 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 72 | #define CONFIG_ARP_TIMEOUT 200UL |
| 73 | |
| 74 | /* |
| 75 | * Miscellaneous configurable options |
| 76 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 77 | |
Heiko Schocher | 997ce89 | 2016-10-17 15:51:35 +0200 | [diff] [blame] | 78 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 79 | /* Print Buffer Size */ |
Heiko Schocher | 997ce89 | 2016-10-17 15:51:35 +0200 | [diff] [blame] | 80 | #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 81 | |
| 82 | #define CONFIG_SYS_MEMTEST_START 0 /* memtest works on */ |
| 83 | #define CONFIG_SYS_MEMTEST_END 0x10000 |
| 84 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 85 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 86 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 87 | /* |
| 88 | * Physical Memory Map |
| 89 | */ |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 90 | #define PHYS_SDRAM_1 CSD0_BASE_ADDR |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 91 | #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) |
| 92 | |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 93 | #define CONFIG_SYS_SDRAM_BASE CSD0_BASE_ADDR |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 94 | #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR + 0x10000) |
| 95 | #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE / 2) |
| 96 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \ |
| 97 | GENERATED_GBL_DATA_SIZE) |
| 98 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ |
| 99 | CONFIG_SYS_GBL_DATA_OFFSET) |
| 100 | |
| 101 | /* |
| 102 | * MTD Command for mtdparts |
| 103 | */ |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 104 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 105 | /* |
| 106 | * FLASH and environment organization |
| 107 | */ |
| 108 | #define CONFIG_SYS_FLASH_BASE CS0_BASE_ADDR |
| 109 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */ |
| 110 | #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max number of sectors on one chip */ |
| 111 | /* Monitor at beginning of flash */ |
| 112 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
| 113 | #define CONFIG_SYS_MONITOR_LEN (512 * 1024) |
| 114 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 115 | /* Address and size of Redundant Environment Sector */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 116 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 117 | /* |
| 118 | * CFI FLASH driver setup |
| 119 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 120 | |
| 121 | /* A non-standard buffered write algorithm */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 122 | |
| 123 | /* |
| 124 | * NAND FLASH driver setup |
| 125 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 126 | #define CONFIG_MXC_NAND_REGS_BASE (NFC_BASE_ADDR) |
| 127 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| 128 | #define CONFIG_SYS_NAND_BASE (NFC_BASE_ADDR) |
| 129 | #define CONFIG_MXC_NAND_HWECC |
| 130 | #define CONFIG_SYS_NAND_LARGEPAGE |
| 131 | |
| 132 | /* |
| 133 | * Default environment and default scripts |
| 134 | * to update uboot and load kernel |
| 135 | */ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 136 | |
Mario Six | 790d844 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 137 | #define CONFIG_HOSTNAME "flea3" |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 138 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 139 | "netdev=eth0\0" \ |
| 140 | "nfsargs=setenv bootargs root=/dev/nfs rw " \ |
| 141 | "nfsroot=${serverip}:${rootpath}\0" \ |
| 142 | "ramargs=setenv bootargs root=/dev/ram rw\0" \ |
| 143 | "addip_sta=setenv bootargs ${bootargs} " \ |
| 144 | "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ |
| 145 | ":${hostname}:${netdev}:off panic=1\0" \ |
| 146 | "addip_dyn=setenv bootargs ${bootargs} ip=dhcp\0" \ |
| 147 | "addip=if test -n ${ipdyn};then run addip_dyn;" \ |
Marek Vasut | fd5ba89 | 2012-09-23 17:41:23 +0200 | [diff] [blame] | 148 | "else run addip_sta;fi\0" \ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 149 | "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \ |
| 150 | "addtty=setenv bootargs ${bootargs}" \ |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 151 | " console=ttymxc2,${baudrate}\0" \ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 152 | "addmisc=setenv bootargs ${bootargs} ${misc}\0" \ |
Stefano Babic | 774e64e | 2011-11-25 09:08:36 +0100 | [diff] [blame] | 153 | "loadaddr=80800000\0" \ |
| 154 | "kernel_addr_r=80800000\0" \ |
Mario Six | 790d844 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 155 | "hostname=" CONFIG_HOSTNAME "\0" \ |
| 156 | "bootfile=" CONFIG_HOSTNAME "/uImage\0" \ |
| 157 | "ramdisk_file=" CONFIG_HOSTNAME "/uRamdisk\0" \ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 158 | "flash_self=run ramargs addip addtty addmtd addmisc;" \ |
| 159 | "bootm ${kernel_addr} ${ramdisk_addr}\0" \ |
| 160 | "flash_nfs=run nfsargs addip addtty addmtd addmisc;" \ |
| 161 | "bootm ${kernel_addr}\0" \ |
| 162 | "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \ |
| 163 | "run nfsargs addip addtty addmtd addmisc;" \ |
| 164 | "bootm ${kernel_addr_r}\0" \ |
| 165 | "net_self_load=tftp ${kernel_addr_r} ${bootfile};" \ |
| 166 | "tftp ${ramdisk_addr_r} ${ramdisk_file};\0" \ |
| 167 | "net_self=if run net_self_load;then " \ |
| 168 | "run ramargs addip addtty addmtd addmisc;" \ |
| 169 | "bootm ${kernel_addr_r} ${ramdisk_addr_r};" \ |
| 170 | "else echo Images not loades;fi\0" \ |
Mario Six | 790d844 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 171 | "u-boot=" CONFIG_HOSTNAME "/u-boot.bin\0" \ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 172 | "load=tftp ${loadaddr} ${u-boot}\0" \ |
Marek Vasut | fd5ba89 | 2012-09-23 17:41:23 +0200 | [diff] [blame] | 173 | "uboot_addr=" __stringify(CONFIG_SYS_MONITOR_BASE) "\0" \ |
Heiko Schocher | 997ce89 | 2016-10-17 15:51:35 +0200 | [diff] [blame] | 174 | "update=protect off ${uboot_addr} +80000;" \ |
| 175 | "erase ${uboot_addr} +80000;" \ |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 176 | "cp.b ${loadaddr} ${uboot_addr} ${filesize}\0" \ |
| 177 | "upd=if run load;then echo Updating u-boot;if run update;" \ |
| 178 | "then echo U-Boot updated;" \ |
| 179 | "else echo Error updating u-boot !;" \ |
| 180 | "echo Board without bootloader !!;" \ |
| 181 | "fi;" \ |
| 182 | "else echo U-Boot not downloaded..exiting;fi\0" \ |
| 183 | "bootcmd=run net_nfs\0" |
| 184 | |
Stefano Babic | d67cdcd | 2011-10-23 23:58:20 +0000 | [diff] [blame] | 185 | #endif /* __CONFIG_H */ |