Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 2 | /* |
| 3 | * am3517_evm.h - Default configuration for AM3517 EVM board. |
| 4 | * |
| 5 | * Author: Vaibhav Hiremath <hvaibhav@ti.com> |
| 6 | * |
| 7 | * Based on omap3_evm_config.h |
| 8 | * |
| 9 | * Copyright (C) 2010 Texas Instruments Incorporated |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #ifndef __CONFIG_H |
| 13 | #define __CONFIG_H |
| 14 | |
Adam Ford | 261ec8f | 2017-08-22 10:50:01 -0500 | [diff] [blame] | 15 | #include <configs/ti_omap3_common.h> |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 16 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 17 | #define CONFIG_REVISION_TAG |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 18 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 19 | /* Hardware drivers */ |
Yegor Yefremov | 0a0db40 | 2015-07-27 11:10:58 +0200 | [diff] [blame] | 20 | |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 21 | /* allow to overwrite serial and ethaddr */ |
| 22 | #define CONFIG_ENV_OVERWRITE |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 23 | |
Ajay Kumar Gupta | 7dc27b0 | 2010-07-09 11:43:50 +0530 | [diff] [blame] | 24 | /* |
| 25 | * USB configuration |
Paul Kocialkowski | 95de1e2 | 2015-08-04 17:04:06 +0200 | [diff] [blame] | 26 | * Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard |
| 27 | * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. |
Ajay Kumar Gupta | 7dc27b0 | 2010-07-09 11:43:50 +0530 | [diff] [blame] | 28 | */ |
Adam Ford | 9fcea65 | 2019-08-22 16:44:03 -0500 | [diff] [blame] | 29 | #ifdef CONFIG_SPL_BUILD |
| 30 | #undef CONFIG_USB_EHCI_OMAP |
| 31 | #else |
Adam Ford | 02acbb9 | 2019-07-01 09:33:39 -0500 | [diff] [blame] | 32 | #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 |
Adam Ford | 9fcea65 | 2019-08-22 16:44:03 -0500 | [diff] [blame] | 33 | #endif |
Adam Ford | 02acbb9 | 2019-07-01 09:33:39 -0500 | [diff] [blame] | 34 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 35 | /* I2C */ |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 36 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 37 | /* Ethernet */ |
Tom Rini | 18a02e8 | 2011-12-06 08:49:41 -0700 | [diff] [blame] | 38 | #define CONFIG_DRIVER_TI_EMAC_USE_RMII |
Tom Rini | 18a02e8 | 2011-12-06 08:49:41 -0700 | [diff] [blame] | 39 | #define CONFIG_BOOTP_DEFAULT |
Tom Rini | 18a02e8 | 2011-12-06 08:49:41 -0700 | [diff] [blame] | 40 | #define CONFIG_BOOTP_DNS2 |
| 41 | #define CONFIG_BOOTP_SEND_HOSTNAME |
| 42 | #define CONFIG_NET_RETRY_COUNT 10 |
| 43 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 44 | /* Board NAND Info. */ |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 45 | #ifdef CONFIG_MTD_RAW_NAND |
Tom Rini | 5059a2a | 2011-11-18 12:48:10 +0000 | [diff] [blame] | 46 | #define CONFIG_SYS_NAND_5_ADDR_CYCLE |
| 47 | #define CONFIG_SYS_NAND_PAGE_COUNT 64 |
| 48 | #define CONFIG_SYS_NAND_PAGE_SIZE 2048 |
| 49 | #define CONFIG_SYS_NAND_OOBSIZE 64 |
Derald D. Woods | 138daa7 | 2016-03-05 13:19:58 -0600 | [diff] [blame] | 50 | #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024) |
Tom Rini | 5059a2a | 2011-11-18 12:48:10 +0000 | [diff] [blame] | 51 | #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS |
Derald D. Woods | 138daa7 | 2016-03-05 13:19:58 -0600 | [diff] [blame] | 52 | #define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, 10, \ |
| 53 | 11, 12, 13, 14, 16, 17, 18, 19, 20, \ |
| 54 | 21, 22, 23, 24, 25, 26, 27, 28, 30, \ |
| 55 | 31, 32, 33, 34, 35, 36, 37, 38, 39, \ |
| 56 | 40, 41, 42, 44, 45, 46, 47, 48, 49, \ |
| 57 | 50, 51, 52, 53, 54, 55, 56 } |
| 58 | |
Tom Rini | 5059a2a | 2011-11-18 12:48:10 +0000 | [diff] [blame] | 59 | #define CONFIG_SYS_NAND_ECCSIZE 512 |
Derald D. Woods | 138daa7 | 2016-03-05 13:19:58 -0600 | [diff] [blame] | 60 | #define CONFIG_SYS_NAND_ECCBYTES 13 |
| 61 | #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW |
| 62 | #define CONFIG_SYS_NAND_MAX_OOBFREE 2 |
| 63 | #define CONFIG_SYS_NAND_MAX_ECCPOS 56 |
Tom Rini | 5059a2a | 2011-11-18 12:48:10 +0000 | [diff] [blame] | 64 | #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE |
| 65 | #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 |
Adam Ford | 1c6b6f3 | 2019-02-14 14:06:35 -0600 | [diff] [blame] | 66 | #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x2a0000 |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 67 | /* NAND block size is 128 KiB. Synchronize these values with |
| 68 | * corresponding Device Tree entries in Linux: |
| 69 | * MLO(SPL) 4 * NAND_BLOCK_SIZE = 512 KiB @ 0x000000 |
| 70 | * U-Boot 15 * NAND_BLOCK_SIZE = 1920 KiB @ 0x080000 |
| 71 | * U-Boot environment 2 * NAND_BLOCK_SIZE = 256 KiB @ 0x260000 |
| 72 | * Kernel 64 * NAND_BLOCK_SIZE = 8 MiB @ 0x2A0000 |
| 73 | * DTB 4 * NAND_BLOCK_SIZE = 512 KiB @ 0xAA0000 |
| 74 | * RootFS Remaining Flash Space @ 0xB20000 |
| 75 | */ |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 76 | #endif /* CONFIG_MTD_RAW_NAND */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 77 | |
| 78 | /* Environment information */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 79 | |
| 80 | #define CONFIG_BOOTFILE "uImage" |
| 81 | |
| 82 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 83 | "loadaddr=0x82000000\0" \ |
Adam Ford | dda9af3 | 2018-12-10 14:56:36 -0600 | [diff] [blame] | 84 | "console=ttyS2,115200n8\0" \ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 85 | "fdtfile=am3517-evm.dtb\0" \ |
| 86 | "fdtaddr=0x82C00000\0" \ |
| 87 | "vram=16M\0" \ |
| 88 | "bootenv=uEnv.txt\0" \ |
| 89 | "cmdline=\0" \ |
| 90 | "optargs=\0" \ |
Tom Rini | 43ede0b | 2017-10-22 17:55:07 -0400 | [diff] [blame] | 91 | "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ |
| 92 | "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 93 | "mmcdev=0\0" \ |
| 94 | "mmcpart=1\0" \ |
| 95 | "mmcroot=/dev/mmcblk0p2 rw\0" \ |
| 96 | "mmcrootfstype=ext4 rootwait fixrtc\0" \ |
| 97 | "mmcargs=setenv bootargs console=${console} " \ |
| 98 | "${mtdparts} " \ |
| 99 | "${optargs} " \ |
| 100 | "root=${mmcroot} " \ |
| 101 | "rootfstype=${mmcrootfstype} " \ |
| 102 | "${cmdline}\0" \ |
| 103 | "nandargs=setenv bootargs console=${console} " \ |
| 104 | "${mtdparts} " \ |
| 105 | "${optargs} " \ |
| 106 | "root=ubi0:rootfs rw ubi.mtd=rootfs " \ |
| 107 | "rootfstype=ubifs rootwait " \ |
| 108 | "${cmdline}\0" \ |
| 109 | "loadbootenv=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootenv}\0"\ |
| 110 | "importbootenv=echo Importing environment from mmc ...; " \ |
| 111 | "env import -t ${loadaddr} ${filesize}\0" \ |
| 112 | "bootscript=echo Running bootscript from mmc ...; " \ |
| 113 | "source ${loadaddr}\0" \ |
| 114 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootfile}\0" \ |
| 115 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}\0" \ |
| 116 | "mmcboot=echo Booting from mmc ...; " \ |
| 117 | "run mmcargs; " \ |
| 118 | "bootz ${loadaddr} - ${fdtaddr}\0" \ |
| 119 | "nandboot=echo Booting from nand ...; " \ |
| 120 | "run nandargs; " \ |
| 121 | "nand read ${loadaddr} 2a0000 800000; " \ |
| 122 | "nand read ${fdtaddr} aa0000 80000; " \ |
| 123 | "bootm ${loadaddr} - ${fdtaddr}\0" \ |
| 124 | |
| 125 | #define CONFIG_BOOTCOMMAND \ |
| 126 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
| 127 | "echo SD/MMC found on device $mmcdev; " \ |
| 128 | "if run loadbootenv; then " \ |
| 129 | "run importbootenv; " \ |
| 130 | "fi; " \ |
| 131 | "echo Checking if uenvcmd is set ...; " \ |
| 132 | "if test -n $uenvcmd; then " \ |
| 133 | "echo Running uenvcmd ...; " \ |
| 134 | "run uenvcmd; " \ |
| 135 | "fi; " \ |
| 136 | "echo Running default loadimage ...; " \ |
| 137 | "setenv bootfile zImage; " \ |
| 138 | "if run loadimage; then " \ |
| 139 | "run loadfdt; " \ |
| 140 | "run mmcboot; " \ |
| 141 | "fi; " \ |
| 142 | "else run nandboot; fi" |
| 143 | |
| 144 | /* Miscellaneous configurable options */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 145 | |
| 146 | /* We set the max number of command args high to avoid HUSH bugs. */ |
| 147 | #define CONFIG_SYS_MAXARGS 64 |
| 148 | |
Adam Ford | 261ec8f | 2017-08-22 10:50:01 -0500 | [diff] [blame] | 149 | /* Print Buffer Size */ |
| 150 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \ |
| 151 | + sizeof(CONFIG_SYS_PROMPT) + 16) |
| 152 | /* Boot Argument Buffer Size */ |
| 153 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 154 | |
| 155 | /* memtest works on */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 156 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 157 | /* Physical Memory Map */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 158 | #define CONFIG_SYS_CS0_SIZE (256 * 1024 * 1024) |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 159 | |
| 160 | /* FLASH and environment organization */ |
| 161 | |
| 162 | /* **** PISMO SUPPORT *** */ |
| 163 | #define CONFIG_SYS_MAX_FLASH_SECT 520 /* max number of sectors */ |
| 164 | /* on one chip */ |
| 165 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of flash banks */ |
| 166 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ |
| 167 | |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 168 | #if defined(CONFIG_MTD_RAW_NAND) |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 169 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
| 170 | #endif |
| 171 | |
| 172 | /* Monitor at start of flash */ |
| 173 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
| 174 | |
| 175 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 176 | |
| 177 | /* Defines for SPL */ |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 178 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 179 | #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 |
| 180 | #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |
| 181 | |
Derald D. Woods | 3f53e61 | 2016-03-05 13:19:59 -0600 | [diff] [blame] | 182 | #define CONFIG_SPL_NAND_BASE |
| 183 | #define CONFIG_SPL_NAND_DRIVERS |
| 184 | #define CONFIG_SPL_NAND_ECC |
Tom Rini | 5059a2a | 2011-11-18 12:48:10 +0000 | [diff] [blame] | 185 | |
Vaibhav Hiremath | ed01e45 | 2010-06-07 15:20:43 -0400 | [diff] [blame] | 186 | #endif /* __CONFIG_H */ |