1 /* 2 * am3517_evm.h - Default configuration for AM3517 EVM board. 3 * 4 * Author: Vaibhav Hiremath <hvaibhav@ti.com> 5 * 6 * Based on omap3_evm_config.h 7 * 8 * Copyright (C) 2010 Texas Instruments Incorporated 9 * 10 * SPDX-License-Identifier: GPL-2.0+ 11 */ 12 13 #ifndef __CONFIG_H 14 #define __CONFIG_H 15 16 /* High Level Configuration Options */ 17 18 #define CONFIG_OMAP 19 #define CONFIG_OMAP_COMMON 20 21 #define CONFIG_SYS_CACHELINE_SIZE 64 22 23 #define CONFIG_SYS_NO_FLASH 24 25 #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ 26 27 /* Common ARM Erratas */ 28 #define CONFIG_ARM_ERRATA_454179 29 #define CONFIG_ARM_ERRATA_430973 30 #define CONFIG_ARM_ERRATA_621766 31 32 #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ 33 34 /* 35 * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM 36 * 64 bytes before this address should be set aside for u-boot.img's 37 * header. That is 0x800FFFC0--0x80100000 should not be used for any 38 * other needs. 39 */ 40 #define CONFIG_SYS_TEXT_BASE 0x80100000 41 #define CONFIG_SYS_SPL_MALLOC_START 0x80208000 42 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 43 44 #include <asm/arch/cpu.h> /* get chip and board defs */ 45 #include <asm/arch/omap.h> 46 47 /* Display CPU and Board information */ 48 #define CONFIG_DISPLAY_CPUINFO 49 #define CONFIG_DISPLAY_BOARDINFO 50 #define CONFIG_MISC_INIT_R 51 #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ 52 #define CONFIG_SETUP_MEMORY_TAGS 53 #define CONFIG_INITRD_TAG 54 #define CONFIG_REVISION_TAG 55 56 /* Clock Defines */ 57 #define V_OSCK 26000000 /* Clock output from T2 */ 58 #define V_SCLK (V_OSCK >> 1) 59 60 /* Size of malloc() pool */ 61 #define CONFIG_SYS_MALLOC_LEN (16 << 20) 62 63 /* Hardware drivers */ 64 65 /* OMAP GPIO configuration */ 66 #define CONFIG_OMAP_GPIO 67 68 /* NS16550 Configuration */ 69 #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ 70 #define CONFIG_SYS_NS16550_SERIAL 71 #define CONFIG_SYS_NS16550_REG_SIZE (-4) 72 #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK 73 74 /* select serial console configuration */ 75 #define CONFIG_CONS_INDEX 3 76 #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 77 #define CONFIG_SERIAL3 3 /* UART3 on AM3517 EVM */ 78 79 /* allow to overwrite serial and ethaddr */ 80 #define CONFIG_ENV_OVERWRITE 81 #define CONFIG_BAUDRATE 115200 82 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 83 115200} 84 85 /* SD/MMC */ 86 #define CONFIG_MMC 87 #define CONFIG_GENERIC_MMC 88 #define CONFIG_OMAP_HSMMC 89 #define CONFIG_DOS_PARTITION 90 91 /* 92 * USB configuration 93 * Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard 94 * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. 95 */ 96 #define CONFIG_USB_MUSB_AM35X 97 #define CONFIG_USB_MUSB_PIO_ONLY 98 99 #ifdef CONFIG_USB_MUSB_AM35X 100 101 #ifdef CONFIG_USB_MUSB_HOST 102 103 #define CONFIG_USB_STORAGE 104 #define CONGIG_CMD_STORAGE 105 106 #ifdef CONFIG_USB_KEYBOARD 107 #define CONFIG_SYS_USB_EVENT_POLL 108 #define CONFIG_PREBOOT "usb start" 109 #endif /* CONFIG_USB_KEYBOARD */ 110 111 #endif /* CONFIG_USB_MUSB_HOST */ 112 113 #ifdef CONFIG_USB_MUSB_GADGET 114 #define CONFIG_USB_ETHER 115 #define CONFIG_USB_ETH_RNDIS 116 #endif /* CONFIG_USB_MUSB_GADGET */ 117 118 #endif /* CONFIG_USB_MUSB_AM35X */ 119 120 /* commands to include */ 121 #define CONFIG_CMD_NAND 122 #define CONFIG_CMD_CACHE 123 #define CONFIG_CMD_FAT 124 #define CONFIG_CMD_EXT2 125 #define CONFIG_CMD_EXT4 126 #define CONFIG_CMD_EXT4_WRITE 127 #define CONFIG_CMD_FS_GENERIC 128 #define CONFIG_CMD_PART 129 #define CONFIG_CMD_ASKENV 130 #define CONFIG_CMD_BOOTZ 131 #define CONFIG_CMD_MMC 132 #define CONFIG_CMD_MTDPARTS 133 134 /* I2C */ 135 #define CONFIG_SYS_I2C 136 #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 137 #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 138 #define CONFIG_SYS_I2C_OMAP34XX 139 140 /* Ethernet */ 141 #define CONFIG_DRIVER_TI_EMAC 142 #define CONFIG_DRIVER_TI_EMAC_USE_RMII 143 #define CONFIG_MII 144 #define CONFIG_BOOTP_DEFAULT 145 #define CONFIG_BOOTP_DNS 146 #define CONFIG_BOOTP_DNS2 147 #define CONFIG_BOOTP_SEND_HOSTNAME 148 #define CONFIG_NET_RETRY_COUNT 10 149 150 /* Board NAND Info. */ 151 #ifdef CONFIG_NAND 152 #define CONFIG_NAND_OMAP_GPMC 153 #define CONFIG_NAND_OMAP_GPMC_PREFETCH 154 #define CONFIG_BCH 155 #define CONFIG_CMD_UBI /* UBI-formated MTD partition support */ 156 #define CONFIG_CMD_UBIFS /* Read-only UBI volume operations */ 157 #define CONFIG_RBTREE /* required by CONFIG_CMD_UBI */ 158 #define CONFIG_LZO /* required by CONFIG_CMD_UBIFS */ 159 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ 160 /* to access nand */ 161 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ 162 /* to access */ 163 /* nand at CS0 */ 164 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ 165 /* NAND devices */ 166 #define CONFIG_SYS_NAND_BUSWIDTH_16BIT 167 #define CONFIG_SYS_NAND_5_ADDR_CYCLE 168 #define CONFIG_SYS_NAND_PAGE_COUNT 64 169 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 170 #define CONFIG_SYS_NAND_OOBSIZE 64 171 #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024) 172 #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS 173 #define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, 10, \ 174 11, 12, 13, 14, 16, 17, 18, 19, 20, \ 175 21, 22, 23, 24, 25, 26, 27, 28, 30, \ 176 31, 32, 33, 34, 35, 36, 37, 38, 39, \ 177 40, 41, 42, 44, 45, 46, 47, 48, 49, \ 178 50, 51, 52, 53, 54, 55, 56 } 179 180 #define CONFIG_SYS_NAND_ECCSIZE 512 181 #define CONFIG_SYS_NAND_ECCBYTES 13 182 #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW 183 #define CONFIG_SYS_NAND_MAX_OOBFREE 2 184 #define CONFIG_SYS_NAND_MAX_ECCPOS 56 185 #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE 186 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 187 #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ 188 #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ 189 /* NAND block size is 128 KiB. Synchronize these values with 190 * corresponding Device Tree entries in Linux: 191 * MLO(SPL) 4 * NAND_BLOCK_SIZE = 512 KiB @ 0x000000 192 * U-Boot 15 * NAND_BLOCK_SIZE = 1920 KiB @ 0x080000 193 * U-Boot environment 2 * NAND_BLOCK_SIZE = 256 KiB @ 0x260000 194 * Kernel 64 * NAND_BLOCK_SIZE = 8 MiB @ 0x2A0000 195 * DTB 4 * NAND_BLOCK_SIZE = 512 KiB @ 0xAA0000 196 * RootFS Remaining Flash Space @ 0xB20000 197 */ 198 #define MTDIDS_DEFAULT "nand0=omap2-nand.0" 199 #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:" \ 200 "512k(MLO)," \ 201 "1920k(u-boot)," \ 202 "256k(u-boot-env)," \ 203 "8m(kernel)," \ 204 "512k(dtb)," \ 205 "-(rootfs)" 206 #else 207 #define MTDIDS_DEFAULT 208 #define MTDPARTS_DEFAULT 209 #endif /* CONFIG_NAND */ 210 211 /* Environment information */ 212 #define CONFIG_BOOTDELAY 10 213 214 #define CONFIG_BOOTFILE "uImage" 215 216 #define CONFIG_EXTRA_ENV_SETTINGS \ 217 "loadaddr=0x82000000\0" \ 218 "console=ttyO2,115200n8\0" \ 219 "fdtfile=am3517-evm.dtb\0" \ 220 "fdtaddr=0x82C00000\0" \ 221 "vram=16M\0" \ 222 "bootenv=uEnv.txt\0" \ 223 "cmdline=\0" \ 224 "optargs=\0" \ 225 "mtdids=" MTDIDS_DEFAULT "\0" \ 226 "mtdparts=" MTDPARTS_DEFAULT "\0" \ 227 "mmcdev=0\0" \ 228 "mmcpart=1\0" \ 229 "mmcroot=/dev/mmcblk0p2 rw\0" \ 230 "mmcrootfstype=ext4 rootwait fixrtc\0" \ 231 "mmcargs=setenv bootargs console=${console} " \ 232 "${mtdparts} " \ 233 "${optargs} " \ 234 "root=${mmcroot} " \ 235 "rootfstype=${mmcrootfstype} " \ 236 "${cmdline}\0" \ 237 "nandargs=setenv bootargs console=${console} " \ 238 "${mtdparts} " \ 239 "${optargs} " \ 240 "root=ubi0:rootfs rw ubi.mtd=rootfs " \ 241 "rootfstype=ubifs rootwait " \ 242 "${cmdline}\0" \ 243 "loadbootenv=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootenv}\0"\ 244 "importbootenv=echo Importing environment from mmc ...; " \ 245 "env import -t ${loadaddr} ${filesize}\0" \ 246 "bootscript=echo Running bootscript from mmc ...; " \ 247 "source ${loadaddr}\0" \ 248 "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootfile}\0" \ 249 "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}\0" \ 250 "mmcboot=echo Booting from mmc ...; " \ 251 "run mmcargs; " \ 252 "bootz ${loadaddr} - ${fdtaddr}\0" \ 253 "nandboot=echo Booting from nand ...; " \ 254 "run nandargs; " \ 255 "nand read ${loadaddr} 2a0000 800000; " \ 256 "nand read ${fdtaddr} aa0000 80000; " \ 257 "bootm ${loadaddr} - ${fdtaddr}\0" \ 258 259 #define CONFIG_BOOTCOMMAND \ 260 "mmc dev ${mmcdev}; if mmc rescan; then " \ 261 "echo SD/MMC found on device $mmcdev; " \ 262 "if run loadbootenv; then " \ 263 "run importbootenv; " \ 264 "fi; " \ 265 "echo Checking if uenvcmd is set ...; " \ 266 "if test -n $uenvcmd; then " \ 267 "echo Running uenvcmd ...; " \ 268 "run uenvcmd; " \ 269 "fi; " \ 270 "echo Running default loadimage ...; " \ 271 "setenv bootfile zImage; " \ 272 "if run loadimage; then " \ 273 "run loadfdt; " \ 274 "run mmcboot; " \ 275 "fi; " \ 276 "else run nandboot; fi" 277 278 /* Miscellaneous configurable options */ 279 #define CONFIG_AUTO_COMPLETE 280 #define CONFIG_CMDLINE_EDITING 281 #define CONFIG_VERSION_VARIABLE 282 #define CONFIG_SYS_LONGHELP 283 #define CONFIG_PARTITION_UUIDS 284 285 /* We set the max number of command args high to avoid HUSH bugs. */ 286 #define CONFIG_SYS_MAXARGS 64 287 288 /* Console I/O Buffer Size */ 289 #define CONFIG_SYS_CBSIZE 512 290 /* Print Buffer Size */ 291 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \ 292 + sizeof(CONFIG_SYS_PROMPT) + 16) 293 /* Boot Argument Buffer Size */ 294 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE 295 296 /* memtest works on */ 297 #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) 298 #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ 299 0x01F00000) /* 31MB */ 300 301 #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default load */ 302 /* address */ 303 304 /* 305 * AM3517 has 12 GP timers, they can be driven by the system clock 306 * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK). 307 * This rate is divided by a local divisor. 308 */ 309 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 310 #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ 311 312 /* Physical Memory Map */ 313 #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0 314 #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 315 #define CONFIG_SYS_CS0_SIZE (256 * 1024 * 1024) 316 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 317 #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800 318 #define CONFIG_SYS_INIT_RAM_SIZE 0x800 319 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ 320 CONFIG_SYS_INIT_RAM_SIZE - \ 321 GENERATED_GBL_DATA_SIZE) 322 323 /* FLASH and environment organization */ 324 325 /* **** PISMO SUPPORT *** */ 326 #define CONFIG_SYS_MAX_FLASH_SECT 520 /* max number of sectors */ 327 /* on one chip */ 328 #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of flash banks */ 329 #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ 330 331 #if defined(CONFIG_NAND) 332 #define CONFIG_SYS_FLASH_BASE NAND_BASE 333 #endif 334 335 /* Monitor at start of flash */ 336 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE 337 338 #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ 339 #define CONFIG_ENV_SIZE CONFIG_SYS_ENV_SECT_SIZE 340 #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ 341 #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET 342 #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET 343 #define CONFIG_ENV_IS_IN_NAND 344 345 /* Defines for SPL */ 346 #define CONFIG_SPL_FRAMEWORK 347 #define CONFIG_SPL_BOARD_INIT 348 #define CONFIG_SPL_NAND_SIMPLE 349 #define CONFIG_SPL_TEXT_BASE 0x40200000 350 #define CONFIG_SPL_MAX_SIZE (64 * 1024) 351 352 #define CONFIG_SPL_BSS_START_ADDR 0x80000000 353 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */ 354 355 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */ 356 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */ 357 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 358 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" 359 360 #define CONFIG_SPL_LIBCOMMON_SUPPORT 361 #define CONFIG_SPL_LIBDISK_SUPPORT 362 #define CONFIG_SPL_I2C_SUPPORT 363 #define CONFIG_SPL_LIBGENERIC_SUPPORT 364 #define CONFIG_SPL_MMC_SUPPORT 365 #define CONFIG_SPL_FAT_SUPPORT 366 #define CONFIG_SPL_SERIAL_SUPPORT 367 #define CONFIG_SPL_NAND_SUPPORT 368 #define CONFIG_SPL_NAND_BASE 369 #define CONFIG_SPL_NAND_DRIVERS 370 #define CONFIG_SPL_NAND_ECC 371 #define CONFIG_SPL_MTD_SUPPORT 372 #define CONFIG_SPL_POWER_SUPPORT 373 #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" 374 375 #endif /* __CONFIG_H */ 376