blob: 5fba35668b2d29ce6b7fe95734acef3714e4851a [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
26#undef OMAP_HSMMC_USE_GPIO
27
28/* select serial console configuration for SPL */
29#undef CONFIG_CONS_INDEX
30#define CONFIG_CONS_INDEX 1
31#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
32#endif
33
34
Tom Rinifa2f81b2016-08-26 13:30:43 -040035/*
36 * We are only ever GP parts and will utilize all of the "downloaded image"
37 * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in
38 * order to allow for BCH8 to fit in.
39 */
Adam Fordf92dfc82016-02-08 19:06:08 -060040#undef CONFIG_SPL_TEXT_BASE
Adam Ford15fde732017-04-17 08:09:45 -050041#define CONFIG_SPL_FRAMEWORK
Tom Rinifa2f81b2016-08-26 13:30:43 -040042#define CONFIG_SPL_TEXT_BASE 0x40200000
Adam Fordf92dfc82016-02-08 19:06:08 -060043
Peter Barada86887f82011-12-19 19:54:51 +000044#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
Adam Ford49c73032016-01-29 20:12:34 -060045#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
Peter Barada86887f82011-12-19 19:54:51 +000046#define CONFIG_SETUP_MEMORY_TAGS
47#define CONFIG_INITRD_TAG
48#define CONFIG_REVISION_TAG
49
Adam Ford49c73032016-01-29 20:12:34 -060050/* Hardware drivers */
Peter Barada86887f82011-12-19 19:54:51 +000051
Adam Ford49c73032016-01-29 20:12:34 -060052#define CONFIG_USB_OMAP3
53
Adam Ford49c73032016-01-29 20:12:34 -060054/* I2C */
Adam Ford49c73032016-01-29 20:12:34 -060055#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
Peter Barada86887f82011-12-19 19:54:51 +000056
Adam Ford588e41d2016-01-31 13:34:39 -060057/* USB */
Adam Ford588e41d2016-01-31 13:34:39 -060058#define CONFIG_USB_MUSB_OMAP2PLUS
59#define CONFIG_USB_MUSB_PIO_ONLY
Adam Ford588e41d2016-01-31 13:34:39 -060060#define CONFIG_USB_ETHER
Adam Ford588e41d2016-01-31 13:34:39 -060061
Adam Ford49c73032016-01-29 20:12:34 -060062/* TWL4030 */
Adam Ford588e41d2016-01-31 13:34:39 -060063#define CONFIG_TWL4030_USB
Adam Ford7b77b1f2015-09-02 09:18:20 -050064
Adam Ford49c73032016-01-29 20:12:34 -060065/* Board NAND Info. */
66#ifdef CONFIG_NAND
Peter Barada86887f82011-12-19 19:54:51 +000067#define CONFIG_NAND_OMAP_GPMC
Adam Ford7b77b1f2015-09-02 09:18:20 -050068
Adam Ford49c73032016-01-29 20:12:34 -060069#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
70 /* to access nand */
71#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
72 /* NAND devices */
Stefano Babic55f1b392015-07-26 15:18:15 +020073#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
Adam Ford49c73032016-01-29 20:12:34 -060074#define CONFIG_SYS_NAND_5_ADDR_CYCLE
75#define CONFIG_SYS_NAND_PAGE_COUNT 64
76#define CONFIG_SYS_NAND_PAGE_SIZE 2048
77#define CONFIG_SYS_NAND_OOBSIZE 64
78#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
79#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
80#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
81 13, 14, 16, 17, 18, 19, 20, 21, 22, \
82 23, 24, 25, 26, 27, 28, 30, 31, 32, \
83 33, 34, 35, 36, 37, 38, 39, 40, 41, \
84 42, 44, 45, 46, 47, 48, 49, 50, 51, \
85 52, 53, 54, 55, 56}
Adam Ford7b77b1f2015-09-02 09:18:20 -050086
Adam Ford49c73032016-01-29 20:12:34 -060087#define CONFIG_SYS_NAND_ECCSIZE 512
88#define CONFIG_SYS_NAND_ECCBYTES 13
89#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
Adam Ford49c73032016-01-29 20:12:34 -060090#define CONFIG_SYS_NAND_MAX_OOBFREE 2
91#define CONFIG_SYS_NAND_MAX_ECCPOS 56
Adam Ford49c73032016-01-29 20:12:34 -060092#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
93#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
94#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
Adam Ford12262342016-11-12 22:02:37 -060095#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:"\
96 "512k(MLO),"\
97 "1792k(u-boot),"\
98 "128k(spl-os)," \
99 "128k(u-boot-env),"\
100 "6m(kernel),-(fs)"
Adam Ford49c73032016-01-29 20:12:34 -0600101#endif
Peter Barada86887f82011-12-19 19:54:51 +0000102
103/* Environment information */
Peter Barada86887f82011-12-19 19:54:51 +0000104
Peter Barada86887f82011-12-19 19:54:51 +0000105#define CONFIG_PREBOOT \
Peter Barada86887f82011-12-19 19:54:51 +0000106 "setenv preboot;" \
Adam Ford49c73032016-01-29 20:12:34 -0600107 "nand unlock;" \
Peter Barada86887f82011-12-19 19:54:51 +0000108 "saveenv;"
109
Peter Barada86887f82011-12-19 19:54:51 +0000110#define CONFIG_EXTRA_ENV_SETTINGS \
Adam Fordbb5854c2017-01-04 09:26:43 -0600111 DEFAULT_LINUX_BOOT_ENV \
Peter Barada86887f82011-12-19 19:54:51 +0000112 "mtdids=" MTDIDS_DEFAULT "\0" \
113 "mtdparts=" MTDPARTS_DEFAULT "\0" \
114 "mmcdev=0\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600115 "mmcroot=/dev/mmcblk0p2 rw\0" \
116 "mmcrootfstype=ext4 rootwait\0" \
Adam Forda094c922016-02-10 01:41:10 -0600117 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
118 "nandrootfstype=ubifs rootwait\0" \
Andrew Bradford66968112012-10-01 05:06:52 +0000119 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
Peter Barada86887f82011-12-19 19:54:51 +0000120 "if run loadbootscript; then " \
121 "run bootscript; " \
122 "else " \
123 "run defaultboot;" \
124 "fi; " \
125 "else run defaultboot; fi\0" \
126 "defaultboot=run mmcramboot\0" \
127 "consoledevice=ttyO0\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000128 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
129 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
130 "rotation=0\0" \
131 "vrfb_arg=if itest ${rotation} -ne 0; then " \
132 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
133 "omapfb.rotate=${rotation}; " \
134 "fi\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600135 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600136 "common_bootargs=run setconsole; setenv bootargs " \
137 "${bootargs} "\
138 "console=${console} " \
139 "${mtdparts} "\
140 "${optargs}; " \
Peter Barada86887f82011-12-19 19:54:51 +0000141 "run vrfb_arg\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600142 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000143 "bootscript=echo 'Running bootscript from mmc ...'; " \
144 "source ${loadaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600145 "loadimage=mmc rescan; " \
146 "load mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000147 "ramdisksize=64000\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000148 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600149 "loadramdisk=mmc rescan; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600150 "load mmc ${mmcdev} ${rdaddr} ${ramdiskimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600151 "ramargs=setenv bootargs "\
Peter Barada86887f82011-12-19 19:54:51 +0000152 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600153 "mmcargs=setenv bootargs "\
154 "root=${mmcroot} rootfstype=${mmcrootfstype}\0" \
155 "nandargs=setenv bootargs "\
Adam Forda094c922016-02-10 01:41:10 -0600156 "root=${nandroot} " \
157 "rootfstype=${nandrootfstype}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600158 "nfsargs=setenv serverip ${tftpserver}; " \
159 "setenv bootargs root=/dev/nfs " \
Adam Ford760d1af2016-10-15 08:16:27 -0500160 "nfsroot=${nfsrootpath} " \
161 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
162 "nfsrootpath=/opt/nfs-exports/omap\0" \
163 "autoload=no\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600164 "loadfdt=mmc rescan; " \
165 "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600166 "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \
Adam Ford49c73032016-01-29 20:12:34 -0600167 "run mmcargs; " \
168 "run common_bootargs; " \
169 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600170 "run loadimage; " \
171 "run loadfdt;\0 " \
172 "mmcbootz=setenv bootfile zImage; " \
173 "run mmcbootcommon; "\
Adam Ford49c73032016-01-29 20:12:34 -0600174 "bootz ${loadaddr} - ${fdtaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600175 "mmcboot=setenv bootfile uImage; "\
176 "run mmcbootcommon; "\
177 "bootm ${loadaddr} - ${fdtaddr}\0" \
178 "mmcrambootcommon=echo 'Booting kernel from MMC w/ramdisk...'; " \
Peter Barada86887f82011-12-19 19:54:51 +0000179 "run ramargs; " \
180 "run common_bootargs; " \
181 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600182 "run loadimage; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600183 "run loadfdt; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600184 "run loadramdisk\0" \
185 "mmcramboot=setenv bootfile uImage; " \
186 "run mmcrambootcommon; " \
187 "bootm ${loadaddr} ${rdaddr} ${fdtimage}\0" \
188 "mmcrambootz=setenv bootfile zImage; " \
189 "run mmcrambootcommon; " \
190 "bootz ${loadaddr} ${rdaddr} ${fdtimage}\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600191 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
192 "run ramargs; " \
193 "run common_bootargs; " \
194 "run dump_bootargs; " \
Adam Ford760d1af2016-10-15 08:16:27 -0500195 "tftpboot ${loadaddr} ${zimage}; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600196 "tftpboot ${rdaddr} ${ramdiskimage}; " \
197 "bootm ${loadaddr} ${rdaddr}\0" \
Adam Ford760d1af2016-10-15 08:16:27 -0500198 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
199 "dhcp;" \
200 "run nfsargs;" \
201 "run common_bootargs;" \
202 "run dump_bootargs;" \
203 "tftpboot $loadaddr zImage;" \
Adam Ford476e16e2017-01-04 11:51:24 -0600204 "bootz $loadaddr\0" \
205 "nandbootcommon=echo 'Booting kernel from NAND...';" \
206 "nand unlock;" \
207 "run nandargs;" \
208 "run common_bootargs;" \
209 "run dump_bootargs;" \
210 "nand read ${loadaddr} kernel;" \
211 "nand read ${fdtaddr} spl-os;\0" \
212 "nandbootz=run nandbootcommon; "\
213 "bootz ${loadaddr} - ${fdtaddr}\0"\
214 "nandboot=run nandbootcommon; "\
215 "bootm ${loadaddr} - ${fdtaddr}\0"\
Peter Barada86887f82011-12-19 19:54:51 +0000216
217#define CONFIG_BOOTCOMMAND \
218 "run autoboot"
219
Adam Ford49c73032016-01-29 20:12:34 -0600220/* Miscellaneous configurable options */
Adam Ford7b77b1f2015-09-02 09:18:20 -0500221
Peter Barada86887f82011-12-19 19:54:51 +0000222/* memtest works on */
223#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
224#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
225 0x01F00000) /* 31MB */
226
Adam Ford49c73032016-01-29 20:12:34 -0600227/* FLASH and environment organization */
Peter Barada86887f82011-12-19 19:54:51 +0000228
229/* **** PISMO SUPPORT *** */
Peter Barada86887f82011-12-19 19:54:51 +0000230#if defined(CONFIG_CMD_NAND)
pekon gupta222a3112014-07-18 17:59:41 +0530231#define CONFIG_SYS_FLASH_BASE NAND_BASE
Peter Barada86887f82011-12-19 19:54:51 +0000232#endif
233
234/* Monitor at start of flash */
235#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
236
Adam Ford49c73032016-01-29 20:12:34 -0600237#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Peter Barada86887f82011-12-19 19:54:51 +0000238#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
239
Peter Barada86887f82011-12-19 19:54:51 +0000240#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford49c73032016-01-29 20:12:34 -0600241#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
242#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
Peter Barada86887f82011-12-19 19:54:51 +0000243
Adam Ford49c73032016-01-29 20:12:34 -0600244/* SMSC922x Ethernet */
Peter Barada86887f82011-12-19 19:54:51 +0000245#if defined(CONFIG_CMD_NET)
Peter Barada86887f82011-12-19 19:54:51 +0000246#define CONFIG_SMC911X
Adam Ford1e1acc72016-01-31 17:13:33 -0600247#define CONFIG_SMC911X_32_BIT
Peter Barada86887f82011-12-19 19:54:51 +0000248#define CONFIG_SMC911X_BASE 0x08000000
Peter Barada86887f82011-12-19 19:54:51 +0000249#endif /* (CONFIG_CMD_NET) */
250
Adam Ford49c73032016-01-29 20:12:34 -0600251/* Defines for SPL */
252
Adam Ford49c73032016-01-29 20:12:34 -0600253/* NAND: SPL falcon mode configs */
254#ifdef CONFIG_SPL_OS_BOOT
Adam Ford49c73032016-01-29 20:12:34 -0600255#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
Adam Ford49c73032016-01-29 20:12:34 -0600256#endif
257
Peter Barada86887f82011-12-19 19:54:51 +0000258#endif /* __CONFIG_H */