blob: 5490fc945a18324c3be160788295e938f93ac1f6 [file] [log] [blame]
Peter Barada86887f82011-12-19 19:54:51 +00001/*
2 * (C) Copyright 2011 Logic Product Development <www.logicpd.com>
3 * Peter Barada <peter.barada@logicpd.com>
4 *
5 * Configuration settings for the Logic OMAP35x/DM37x SOM LV/Torpedo
6 * reference boards.
7 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02008 * SPDX-License-Identifier: GPL-2.0+
Peter Barada86887f82011-12-19 19:54:51 +00009 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
Adam Ford49c73032016-01-29 20:12:34 -060014/* High Level Configuration Options */
Peter Barada86887f82011-12-19 19:54:51 +000015
Adam Ford7b77b1f2015-09-02 09:18:20 -050016#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Adam Ford49c73032016-01-29 20:12:34 -060017
Adam Ford7b77b1f2015-09-02 09:18:20 -050018#include <configs/ti_omap3_common.h>
Adam Ford49c73032016-01-29 20:12:34 -060019
Adam Ford15fde732017-04-17 08:09:45 -050020#ifdef CONFIG_SPL_BUILD
21/*
22 * Disable MMC DM for SPL build and can be re-enabled after adding
23 * DM support in SPL
24 */
25#undef CONFIG_DM_MMC
Tom Rini4125bbc2017-05-15 20:17:56 -040026#undef CONFIG_DM_MMC_OPS
Adam Ford15fde732017-04-17 08:09:45 -050027#undef OMAP_HSMMC_USE_GPIO
28
29/* select serial console configuration for SPL */
30#undef CONFIG_CONS_INDEX
31#define CONFIG_CONS_INDEX 1
32#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
33#endif
34
35
Tom Rinifa2f81b2016-08-26 13:30:43 -040036/*
37 * We are only ever GP parts and will utilize all of the "downloaded image"
38 * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in
39 * order to allow for BCH8 to fit in.
40 */
Adam Fordf92dfc82016-02-08 19:06:08 -060041#undef CONFIG_SPL_TEXT_BASE
Adam Ford15fde732017-04-17 08:09:45 -050042#define CONFIG_SPL_FRAMEWORK
Tom Rinifa2f81b2016-08-26 13:30:43 -040043#define CONFIG_SPL_TEXT_BASE 0x40200000
Adam Fordf92dfc82016-02-08 19:06:08 -060044
Peter Barada86887f82011-12-19 19:54:51 +000045#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
Adam Ford49c73032016-01-29 20:12:34 -060046#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
Peter Barada86887f82011-12-19 19:54:51 +000047#define CONFIG_SETUP_MEMORY_TAGS
48#define CONFIG_INITRD_TAG
49#define CONFIG_REVISION_TAG
50
Adam Ford49c73032016-01-29 20:12:34 -060051/* Hardware drivers */
Peter Barada86887f82011-12-19 19:54:51 +000052
Adam Ford49c73032016-01-29 20:12:34 -060053#define CONFIG_USB_OMAP3
54
Adam Ford49c73032016-01-29 20:12:34 -060055/* I2C */
Adam Ford49c73032016-01-29 20:12:34 -060056#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
Peter Barada86887f82011-12-19 19:54:51 +000057
Adam Ford588e41d2016-01-31 13:34:39 -060058/* USB */
Adam Ford588e41d2016-01-31 13:34:39 -060059#define CONFIG_USB_MUSB_OMAP2PLUS
60#define CONFIG_USB_MUSB_PIO_ONLY
Adam Ford588e41d2016-01-31 13:34:39 -060061#define CONFIG_USB_ETHER
62#define CONFIG_USB_ETHER_RNDIS
Adam Ford588e41d2016-01-31 13:34:39 -060063#define CONFIG_USB_FUNCTION_FASTBOOT
64#define CONFIG_CMD_FASTBOOT
65#define CONFIG_ANDROID_BOOT_IMAGE
66#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
67#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
Adam Ford588e41d2016-01-31 13:34:39 -060068
Adam Ford49c73032016-01-29 20:12:34 -060069/* TWL4030 */
Adam Ford588e41d2016-01-31 13:34:39 -060070#define CONFIG_TWL4030_USB
Adam Ford7b77b1f2015-09-02 09:18:20 -050071
Adam Ford49c73032016-01-29 20:12:34 -060072/* Board NAND Info. */
73#ifdef CONFIG_NAND
Peter Barada86887f82011-12-19 19:54:51 +000074#define CONFIG_NAND_OMAP_GPMC
Adam Ford7b77b1f2015-09-02 09:18:20 -050075
Adam Ford49c73032016-01-29 20:12:34 -060076#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
77 /* to access nand */
78#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
79 /* NAND devices */
Stefano Babic55f1b392015-07-26 15:18:15 +020080#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
Adam Ford49c73032016-01-29 20:12:34 -060081#define CONFIG_SYS_NAND_5_ADDR_CYCLE
82#define CONFIG_SYS_NAND_PAGE_COUNT 64
83#define CONFIG_SYS_NAND_PAGE_SIZE 2048
84#define CONFIG_SYS_NAND_OOBSIZE 64
85#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
86#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
87#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
88 13, 14, 16, 17, 18, 19, 20, 21, 22, \
89 23, 24, 25, 26, 27, 28, 30, 31, 32, \
90 33, 34, 35, 36, 37, 38, 39, 40, 41, \
91 42, 44, 45, 46, 47, 48, 49, 50, 51, \
92 52, 53, 54, 55, 56}
Adam Ford7b77b1f2015-09-02 09:18:20 -050093
Adam Ford49c73032016-01-29 20:12:34 -060094#define CONFIG_SYS_NAND_ECCSIZE 512
95#define CONFIG_SYS_NAND_ECCBYTES 13
96#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
97#define CONFIG_BCH
98#define CONFIG_SYS_NAND_MAX_OOBFREE 2
99#define CONFIG_SYS_NAND_MAX_ECCPOS 56
100#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
101#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
102#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
103#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
Adam Ford12262342016-11-12 22:02:37 -0600104#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:"\
105 "512k(MLO),"\
106 "1792k(u-boot),"\
107 "128k(spl-os)," \
108 "128k(u-boot-env),"\
109 "6m(kernel),-(fs)"
Adam Ford49c73032016-01-29 20:12:34 -0600110#endif
Peter Barada86887f82011-12-19 19:54:51 +0000111
112/* Environment information */
Peter Barada86887f82011-12-19 19:54:51 +0000113
Peter Barada86887f82011-12-19 19:54:51 +0000114#define CONFIG_PREBOOT \
Peter Barada86887f82011-12-19 19:54:51 +0000115 "setenv preboot;" \
Adam Ford49c73032016-01-29 20:12:34 -0600116 "nand unlock;" \
Peter Barada86887f82011-12-19 19:54:51 +0000117 "saveenv;"
118
Peter Barada86887f82011-12-19 19:54:51 +0000119#define CONFIG_EXTRA_ENV_SETTINGS \
Adam Fordbb5854c2017-01-04 09:26:43 -0600120 DEFAULT_LINUX_BOOT_ENV \
Peter Barada86887f82011-12-19 19:54:51 +0000121 "mtdids=" MTDIDS_DEFAULT "\0" \
122 "mtdparts=" MTDPARTS_DEFAULT "\0" \
123 "mmcdev=0\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600124 "mmcroot=/dev/mmcblk0p2 rw\0" \
125 "mmcrootfstype=ext4 rootwait\0" \
Adam Forda094c922016-02-10 01:41:10 -0600126 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
127 "nandrootfstype=ubifs rootwait\0" \
Andrew Bradford66968112012-10-01 05:06:52 +0000128 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
Peter Barada86887f82011-12-19 19:54:51 +0000129 "if run loadbootscript; then " \
130 "run bootscript; " \
131 "else " \
132 "run defaultboot;" \
133 "fi; " \
134 "else run defaultboot; fi\0" \
135 "defaultboot=run mmcramboot\0" \
136 "consoledevice=ttyO0\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000137 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
138 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
139 "rotation=0\0" \
140 "vrfb_arg=if itest ${rotation} -ne 0; then " \
141 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
142 "omapfb.rotate=${rotation}; " \
143 "fi\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600144 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600145 "common_bootargs=run setconsole; setenv bootargs " \
146 "${bootargs} "\
147 "console=${console} " \
148 "${mtdparts} "\
149 "${optargs}; " \
Peter Barada86887f82011-12-19 19:54:51 +0000150 "run vrfb_arg\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600151 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000152 "bootscript=echo 'Running bootscript from mmc ...'; " \
153 "source ${loadaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600154 "loadimage=mmc rescan; " \
155 "load mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000156 "ramdisksize=64000\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000157 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600158 "loadramdisk=mmc rescan; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600159 "load mmc ${mmcdev} ${rdaddr} ${ramdiskimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600160 "ramargs=setenv bootargs "\
Peter Barada86887f82011-12-19 19:54:51 +0000161 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600162 "mmcargs=setenv bootargs "\
163 "root=${mmcroot} rootfstype=${mmcrootfstype}\0" \
164 "nandargs=setenv bootargs "\
Adam Forda094c922016-02-10 01:41:10 -0600165 "root=${nandroot} " \
166 "rootfstype=${nandrootfstype}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600167 "nfsargs=setenv serverip ${tftpserver}; " \
168 "setenv bootargs root=/dev/nfs " \
Adam Ford760d1af2016-10-15 08:16:27 -0500169 "nfsroot=${nfsrootpath} " \
170 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
171 "nfsrootpath=/opt/nfs-exports/omap\0" \
172 "autoload=no\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600173 "loadfdt=mmc rescan; " \
174 "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600175 "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \
Adam Ford49c73032016-01-29 20:12:34 -0600176 "run mmcargs; " \
177 "run common_bootargs; " \
178 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600179 "run loadimage; " \
180 "run loadfdt;\0 " \
181 "mmcbootz=setenv bootfile zImage; " \
182 "run mmcbootcommon; "\
Adam Ford49c73032016-01-29 20:12:34 -0600183 "bootz ${loadaddr} - ${fdtaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600184 "mmcboot=setenv bootfile uImage; "\
185 "run mmcbootcommon; "\
186 "bootm ${loadaddr} - ${fdtaddr}\0" \
187 "mmcrambootcommon=echo 'Booting kernel from MMC w/ramdisk...'; " \
Peter Barada86887f82011-12-19 19:54:51 +0000188 "run ramargs; " \
189 "run common_bootargs; " \
190 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600191 "run loadimage; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600192 "run loadfdt; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600193 "run loadramdisk\0" \
194 "mmcramboot=setenv bootfile uImage; " \
195 "run mmcrambootcommon; " \
196 "bootm ${loadaddr} ${rdaddr} ${fdtimage}\0" \
197 "mmcrambootz=setenv bootfile zImage; " \
198 "run mmcrambootcommon; " \
199 "bootz ${loadaddr} ${rdaddr} ${fdtimage}\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600200 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
201 "run ramargs; " \
202 "run common_bootargs; " \
203 "run dump_bootargs; " \
Adam Ford760d1af2016-10-15 08:16:27 -0500204 "tftpboot ${loadaddr} ${zimage}; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600205 "tftpboot ${rdaddr} ${ramdiskimage}; " \
206 "bootm ${loadaddr} ${rdaddr}\0" \
Adam Ford760d1af2016-10-15 08:16:27 -0500207 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
208 "dhcp;" \
209 "run nfsargs;" \
210 "run common_bootargs;" \
211 "run dump_bootargs;" \
212 "tftpboot $loadaddr zImage;" \
Adam Ford476e16e2017-01-04 11:51:24 -0600213 "bootz $loadaddr\0" \
214 "nandbootcommon=echo 'Booting kernel from NAND...';" \
215 "nand unlock;" \
216 "run nandargs;" \
217 "run common_bootargs;" \
218 "run dump_bootargs;" \
219 "nand read ${loadaddr} kernel;" \
220 "nand read ${fdtaddr} spl-os;\0" \
221 "nandbootz=run nandbootcommon; "\
222 "bootz ${loadaddr} - ${fdtaddr}\0"\
223 "nandboot=run nandbootcommon; "\
224 "bootm ${loadaddr} - ${fdtaddr}\0"\
Peter Barada86887f82011-12-19 19:54:51 +0000225
226#define CONFIG_BOOTCOMMAND \
227 "run autoboot"
228
Adam Ford49c73032016-01-29 20:12:34 -0600229/* Miscellaneous configurable options */
Adam Ford7b77b1f2015-09-02 09:18:20 -0500230
Peter Barada86887f82011-12-19 19:54:51 +0000231/* memtest works on */
232#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
233#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
234 0x01F00000) /* 31MB */
235
Adam Ford49c73032016-01-29 20:12:34 -0600236/* FLASH and environment organization */
Peter Barada86887f82011-12-19 19:54:51 +0000237
238/* **** PISMO SUPPORT *** */
Peter Barada86887f82011-12-19 19:54:51 +0000239#if defined(CONFIG_CMD_NAND)
pekon gupta222a3112014-07-18 17:59:41 +0530240#define CONFIG_SYS_FLASH_BASE NAND_BASE
Peter Barada86887f82011-12-19 19:54:51 +0000241#endif
242
243/* Monitor at start of flash */
244#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
245
Adam Ford49c73032016-01-29 20:12:34 -0600246#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Peter Barada86887f82011-12-19 19:54:51 +0000247#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
248
Peter Barada86887f82011-12-19 19:54:51 +0000249#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford49c73032016-01-29 20:12:34 -0600250#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
251#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
Peter Barada86887f82011-12-19 19:54:51 +0000252
Adam Ford49c73032016-01-29 20:12:34 -0600253/* SMSC922x Ethernet */
Peter Barada86887f82011-12-19 19:54:51 +0000254#if defined(CONFIG_CMD_NET)
Peter Barada86887f82011-12-19 19:54:51 +0000255#define CONFIG_SMC911X
Adam Ford1e1acc72016-01-31 17:13:33 -0600256#define CONFIG_SMC911X_32_BIT
Peter Barada86887f82011-12-19 19:54:51 +0000257#define CONFIG_SMC911X_BASE 0x08000000
Peter Barada86887f82011-12-19 19:54:51 +0000258#endif /* (CONFIG_CMD_NET) */
259
Adam Ford49c73032016-01-29 20:12:34 -0600260/* Defines for SPL */
261
262#define CONFIG_SPL_OMAP3_ID_NAND
263
264/* NAND: SPL falcon mode configs */
265#ifdef CONFIG_SPL_OS_BOOT
Adam Ford49c73032016-01-29 20:12:34 -0600266#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
Adam Ford49c73032016-01-29 20:12:34 -0600267#endif
268
Peter Barada86887f82011-12-19 19:54:51 +0000269#endif /* __CONFIG_H */