Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2006-2008 |
| 3 | * Texas Instruments. |
| 4 | * Richard Woodruff <r-woodruff2@ti.com> |
| 5 | * Syed Mohammed Khasim <x0khasim@ti.com> |
| 6 | * Nishanth Menon <nm@ti.com> |
| 7 | * |
| 8 | * Configuration settings for the TI OMAP3430 Zoom MDK board. |
| 9 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 10 | * SPDX-License-Identifier: GPL-2.0+ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 11 | */ |
| 12 | |
| 13 | #ifndef __CONFIG_H |
| 14 | #define __CONFIG_H |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 15 | |
| 16 | /* |
| 17 | * High Level Configuration Options |
| 18 | */ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 19 | #define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */ |
Nishanth Menon | ae3248a | 2014-04-08 09:50:51 -0500 | [diff] [blame] | 20 | #define CONFIG_SYS_GENERIC_BOARD |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 21 | |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 22 | #define CONFIG_NAND |
| 23 | #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 24 | #include <asm/arch/cpu.h> /* get chip and board defs */ |
| 25 | #include <asm/arch/omap3.h> |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 26 | #include <configs/ti_omap3_common.h> |
| 27 | |
| 28 | /* Remove SPL boot option - we do not support that on LDP yet */ |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 29 | #undef CONFIG_SPL_FRAMEWORK |
| 30 | #undef CONFIG_SPL_OS_BOOT |
| 31 | |
| 32 | /* Generic NAND definition conflicts with debug_base */ |
| 33 | #undef CONFIG_SYS_NAND_BASE |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 34 | |
Sanjeev Premi | 6a6b62e | 2009-04-27 21:27:27 +0530 | [diff] [blame] | 35 | /* |
| 36 | * Display CPU and Board information |
| 37 | */ |
| 38 | #define CONFIG_DISPLAY_CPUINFO 1 |
| 39 | #define CONFIG_DISPLAY_BOARDINFO 1 |
| 40 | |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 41 | #define CONFIG_MISC_INIT_R |
| 42 | |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 43 | #define CONFIG_REVISION_TAG 1 |
| 44 | |
Sandeep Paulraj | 9c44ddc | 2009-09-09 11:50:40 -0400 | [diff] [blame] | 45 | #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 46 | |
| 47 | /* |
| 48 | * Hardware drivers |
| 49 | */ |
| 50 | |
Tom Rix | 05be5a6 | 2009-10-31 12:37:42 -0500 | [diff] [blame] | 51 | /* USB */ |
| 52 | #define CONFIG_MUSB_UDC 1 |
| 53 | #define CONFIG_USB_OMAP3 1 |
| 54 | #define CONFIG_TWL4030_USB 1 |
| 55 | |
| 56 | /* USB device configuration */ |
| 57 | #define CONFIG_USB_DEVICE 1 |
| 58 | #define CONFIG_USB_TTY 1 |
| 59 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 |
| 60 | /* Change these to suit your needs */ |
| 61 | #define CONFIG_USBD_VENDORID 0x0451 |
| 62 | #define CONFIG_USBD_PRODUCTID 0x5678 |
| 63 | #define CONFIG_USBD_MANUFACTURER "Texas Instruments" |
| 64 | #define CONFIG_USBD_PRODUCT_NAME "Zoom1" |
| 65 | |
Nishanth Menon | 4e8183b | 2014-04-08 09:50:55 -0500 | [diff] [blame] | 66 | #define MTDIDS_DEFAULT "nand0=nand" |
| 67 | #define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\ |
| 68 | "1920k(u-boot),128k(u-boot-env),"\ |
| 69 | "4m(kernel),-(fs)" |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 70 | |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 71 | #if defined(CONFIG_CMD_NAND) |
pekon gupta | 434f2cf | 2014-07-18 17:59:42 +0530 | [diff] [blame] | 72 | /* NAND: SPL falcon mode configs */ |
| 73 | #ifdef CONFIG_SPL_OS_BOOT |
| 74 | #define CONFIG_CMD_SPL_NAND_OFS 0x240000 |
| 75 | #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000 |
| 76 | #define CONFIG_CMD_SPL_WRITE_SIZE 0x2000 |
| 77 | #endif |
Nishanth Menon | e7deec1 | 2009-02-02 18:20:12 -0600 | [diff] [blame] | 78 | #define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */ |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 79 | #endif |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 80 | |
| 81 | #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ |
| 82 | #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ |
| 83 | #undef CONFIG_CMD_IMI /* iminfo */ |
| 84 | #undef CONFIG_CMD_IMLS /* List all found images */ |
Nishanth Menon | 9d70e77 | 2014-04-08 09:50:53 -0500 | [diff] [blame] | 85 | #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ |
Nishanth Menon | d71dd04 | 2014-04-08 09:50:54 -0500 | [diff] [blame] | 86 | #define CONFIG_CMD_NFS /* NFS support */ |
| 87 | #define CONFIG_CMD_PING |
| 88 | #define CONFIG_CMD_DHCP |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 89 | |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 90 | #undef CONFIG_SYS_I2C_OMAP24XX |
Heiko Schocher | 6789e84 | 2013-10-22 11:03:18 +0200 | [diff] [blame] | 91 | #define CONFIG_SYS_I2C_OMAP34XX |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 92 | |
| 93 | /* |
Tom Rix | cd78263 | 2009-06-28 12:52:29 -0500 | [diff] [blame] | 94 | * TWL4030 |
| 95 | */ |
Tom Rix | 2c15513 | 2009-06-28 12:52:30 -0500 | [diff] [blame] | 96 | #define CONFIG_TWL4030_LED 1 |
Tom Rix | cd78263 | 2009-06-28 12:52:29 -0500 | [diff] [blame] | 97 | |
| 98 | /* |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 99 | * Board NAND Info. |
| 100 | */ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 101 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
| 102 | /* to access nand */ |
| 103 | #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ |
| 104 | /* to access nand at */ |
| 105 | /* CS0 */ |
pekon gupta | b80a660 | 2014-05-06 00:46:19 +0530 | [diff] [blame] | 106 | #define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16 |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 107 | |
| 108 | /* Environment information */ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 109 | |
| 110 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 111 | "loadaddr=0x82000000\0" \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 112 | "fdtaddr=0x80f80000\0" \ |
Nishanth Menon | 4e8183b | 2014-04-08 09:50:55 -0500 | [diff] [blame] | 113 | "bootfile=uImage\0" \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 114 | "fdtfile=omap3-ldp.dtb\0" \ |
Nishanth Menon | 4e8183b | 2014-04-08 09:50:55 -0500 | [diff] [blame] | 115 | "bootdir=/\0" \ |
| 116 | "bootpart=0:1\0" \ |
Tom Rix | 05be5a6 | 2009-10-31 12:37:42 -0500 | [diff] [blame] | 117 | "usbtty=cdc_acm\0" \ |
Nishanth Menon | ea467c7 | 2014-04-08 09:50:57 -0500 | [diff] [blame] | 118 | "console=ttyO2,115200n8\0" \ |
Tom Rini | d6906cb | 2011-09-03 21:50:35 -0400 | [diff] [blame] | 119 | "mmcdev=0\0" \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 120 | "videomode=1024x768@60,vxres=1024,vyres=768\0" \ |
| 121 | "videospec=omapfb:vram:2M,vram:4M\0" \ |
| 122 | "mmcargs=setenv bootargs console=${console} " \ |
| 123 | "video=${videospec},mode:${videomode} " \ |
| 124 | "root=/dev/mmcblk0p2 rw " \ |
| 125 | "rootfstype=ext3 rootwait\0" \ |
| 126 | "nandargs=setenv bootargs console=${console} " \ |
| 127 | "video=${videospec},mode:${videomode} " \ |
| 128 | "root=/dev/mtdblock4 rw " \ |
| 129 | "rootfstype=jffs2\0" \ |
Tom Rini | d6906cb | 2011-09-03 21:50:35 -0400 | [diff] [blame] | 130 | "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 131 | "bootscript=echo Running bootscript from mmc ...; " \ |
Wolfgang Denk | 74de7ae | 2009-04-01 23:34:12 +0200 | [diff] [blame] | 132 | "source ${loadaddr}\0" \ |
Nishanth Menon | 4e8183b | 2014-04-08 09:50:55 -0500 | [diff] [blame] | 133 | "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 134 | "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \ |
| 135 | "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 136 | "mmcboot=echo Booting from mmc ...; " \ |
| 137 | "run mmcargs; " \ |
| 138 | "bootm ${loadaddr}\0" \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 139 | "mmczboot=echo Booting from mmc ...; " \ |
| 140 | "run mmcargs; " \ |
| 141 | "bootz ${loadaddr} - ${fdtaddr}\0" \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 142 | "nandboot=echo Booting from nand ...; " \ |
| 143 | "run nandargs; " \ |
| 144 | "nand read ${loadaddr} 280000 400000; " \ |
| 145 | "bootm ${loadaddr}\0" \ |
| 146 | |
| 147 | #define CONFIG_BOOTCOMMAND \ |
Andrew Bradford | 6696811 | 2012-10-01 05:06:52 +0000 | [diff] [blame] | 148 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 149 | "if run loadbootscript; then " \ |
| 150 | "run bootscript; " \ |
| 151 | "else " \ |
Nishanth Menon | 4e8183b | 2014-04-08 09:50:55 -0500 | [diff] [blame] | 152 | "if run loadimage; then " \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 153 | "run mmcboot; " \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 154 | "else if run loadzimage; then " \ |
| 155 | "run mmczboot; " \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 156 | "else run nandboot; " \ |
Nishanth Menon | c2e7c7b | 2014-04-08 09:50:56 -0500 | [diff] [blame] | 157 | "fi; fi;" \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 158 | "fi; " \ |
| 159 | "else run nandboot; fi" |
| 160 | |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 161 | /* |
| 162 | * Miscellaneous configurable options |
| 163 | */ |
Nishanth Menon | 161d2d5 | 2014-04-08 09:50:58 -0500 | [diff] [blame] | 164 | #define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */ |
| 165 | #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \ |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 166 | 0x01F00000) /* 31MB */ |
| 167 | |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 168 | /*----------------------------------------------------------------------- |
| 169 | * FLASH and environment organization |
| 170 | */ |
| 171 | |
| 172 | /* **** PISMO SUPPORT *** */ |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 173 | #if defined(CONFIG_CMD_NAND) |
pekon gupta | 222a311 | 2014-07-18 17:59:41 +0530 | [diff] [blame] | 174 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 175 | #endif |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 176 | |
| 177 | /* Monitor at start of flash */ |
| 178 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE |
| 179 | #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP |
| 180 | |
| 181 | #define CONFIG_ENV_IS_IN_NAND 1 |
| 182 | #define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */ |
| 183 | #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ |
| 184 | |
Luca Ceresoli | 6cbec7b | 2011-04-20 11:02:05 -0400 | [diff] [blame] | 185 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
| 186 | #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 187 | #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET |
| 188 | |
Aneesh V | 8e40852 | 2011-11-21 23:38:59 +0000 | [diff] [blame] | 189 | #define CONFIG_SYS_CACHELINE_SIZE 64 |
| 190 | |
Nishanth Menon | 9d70e77 | 2014-04-08 09:50:53 -0500 | [diff] [blame] | 191 | #ifdef CONFIG_CMD_NET |
| 192 | /* Ethernet (LAN9211 from SMSC9118 family) */ |
| 193 | #define CONFIG_SMC911X |
| 194 | #define CONFIG_SMC911X_32_BIT |
| 195 | #define CONFIG_SMC911X_BASE DEBUG_BASE |
| 196 | |
| 197 | #endif |
| 198 | |
Dirk Behme | 7379f45 | 2009-01-28 21:40:16 +0100 | [diff] [blame] | 199 | #endif /* __CONFIG_H */ |