blob: f7db79d11c240c1d40ec7567b9e7631836c4ba50 [file] [log] [blame]
Peter Baradae5b77e62011-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 Denkbd8ec7e2013-10-07 13:07:26 +02008 * SPDX-License-Identifier: GPL-2.0+
Peter Baradae5b77e62011-12-19 19:54:51 +00009 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
Adam Ford5326c292016-01-29 20:12:34 -060014/* High Level Configuration Options */
Peter Baradae5b77e62011-12-19 19:54:51 +000015
Adam Ford04c848a2015-09-02 09:18:20 -050016#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Peter Baradae5b77e62011-12-19 19:54:51 +000017
Adam Ford5326c292016-01-29 20:12:34 -060018#include <configs/ti_omap3_common.h>
19
Adam Ford55bdf922017-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 Rinicfff4aa2016-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 Fordd92313a2016-02-08 19:06:08 -060040#undef CONFIG_SPL_TEXT_BASE
Adam Ford55bdf922017-04-17 08:09:45 -050041#define CONFIG_SPL_FRAMEWORK
Tom Rinicfff4aa2016-08-26 13:30:43 -040042#define CONFIG_SPL_TEXT_BASE 0x40200000
Adam Fordd92313a2016-02-08 19:06:08 -060043
Peter Baradae5b77e62011-12-19 19:54:51 +000044#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
Adam Ford5326c292016-01-29 20:12:34 -060045#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
Peter Baradae5b77e62011-12-19 19:54:51 +000046#define CONFIG_SETUP_MEMORY_TAGS
47#define CONFIG_INITRD_TAG
48#define CONFIG_REVISION_TAG
49
Adam Ford5326c292016-01-29 20:12:34 -060050/* Hardware drivers */
Peter Baradae5b77e62011-12-19 19:54:51 +000051
Adam Ford5326c292016-01-29 20:12:34 -060052#define CONFIG_USB_OMAP3
53
Adam Ford5326c292016-01-29 20:12:34 -060054/* I2C */
Adam Ford5326c292016-01-29 20:12:34 -060055#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
Peter Baradae5b77e62011-12-19 19:54:51 +000056
Adam Fordd76b69c2016-01-31 13:34:39 -060057/* USB */
Adam Fordd76b69c2016-01-31 13:34:39 -060058#define CONFIG_USB_MUSB_OMAP2PLUS
59#define CONFIG_USB_MUSB_PIO_ONLY
Adam Fordd76b69c2016-01-31 13:34:39 -060060
Adam Ford5326c292016-01-29 20:12:34 -060061/* TWL4030 */
Adam Fordd76b69c2016-01-31 13:34:39 -060062#define CONFIG_TWL4030_USB
Adam Ford04c848a2015-09-02 09:18:20 -050063
Adam Ford5326c292016-01-29 20:12:34 -060064/* Board NAND Info. */
65#ifdef CONFIG_NAND
Peter Baradae5b77e62011-12-19 19:54:51 +000066#define CONFIG_NAND_OMAP_GPMC
Adam Ford04c848a2015-09-02 09:18:20 -050067
Adam Ford5326c292016-01-29 20:12:34 -060068#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
69 /* to access nand */
70#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
71 /* NAND devices */
Stefano Babic0cd41182015-07-26 15:18:15 +020072#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
Adam Ford5326c292016-01-29 20:12:34 -060073#define CONFIG_SYS_NAND_5_ADDR_CYCLE
74#define CONFIG_SYS_NAND_PAGE_COUNT 64
75#define CONFIG_SYS_NAND_PAGE_SIZE 2048
76#define CONFIG_SYS_NAND_OOBSIZE 64
77#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
78#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
79#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
80 13, 14, 16, 17, 18, 19, 20, 21, 22, \
81 23, 24, 25, 26, 27, 28, 30, 31, 32, \
82 33, 34, 35, 36, 37, 38, 39, 40, 41, \
83 42, 44, 45, 46, 47, 48, 49, 50, 51, \
84 52, 53, 54, 55, 56}
Adam Ford04c848a2015-09-02 09:18:20 -050085
Adam Ford5326c292016-01-29 20:12:34 -060086#define CONFIG_SYS_NAND_ECCSIZE 512
87#define CONFIG_SYS_NAND_ECCBYTES 13
88#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
Adam Ford5326c292016-01-29 20:12:34 -060089#define CONFIG_SYS_NAND_MAX_OOBFREE 2
90#define CONFIG_SYS_NAND_MAX_ECCPOS 56
Adam Ford5326c292016-01-29 20:12:34 -060091#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
92#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
93#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
Adam Fordea66e172016-11-12 22:02:37 -060094#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:"\
95 "512k(MLO),"\
96 "1792k(u-boot),"\
97 "128k(spl-os)," \
98 "128k(u-boot-env),"\
99 "6m(kernel),-(fs)"
Adam Ford5326c292016-01-29 20:12:34 -0600100#endif
Peter Baradae5b77e62011-12-19 19:54:51 +0000101
102/* Environment information */
Peter Baradae5b77e62011-12-19 19:54:51 +0000103
Peter Baradae5b77e62011-12-19 19:54:51 +0000104#define CONFIG_PREBOOT \
Peter Baradae5b77e62011-12-19 19:54:51 +0000105 "setenv preboot;" \
Adam Ford5326c292016-01-29 20:12:34 -0600106 "nand unlock;" \
Peter Baradae5b77e62011-12-19 19:54:51 +0000107 "saveenv;"
108
Peter Baradae5b77e62011-12-19 19:54:51 +0000109#define CONFIG_EXTRA_ENV_SETTINGS \
Adam Ford34f28ee2017-01-04 09:26:43 -0600110 DEFAULT_LINUX_BOOT_ENV \
Peter Baradae5b77e62011-12-19 19:54:51 +0000111 "mtdids=" MTDIDS_DEFAULT "\0" \
112 "mtdparts=" MTDPARTS_DEFAULT "\0" \
113 "mmcdev=0\0" \
Adam Ford5326c292016-01-29 20:12:34 -0600114 "mmcroot=/dev/mmcblk0p2 rw\0" \
115 "mmcrootfstype=ext4 rootwait\0" \
Adam Ford193e9a12016-02-10 01:41:10 -0600116 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
117 "nandrootfstype=ubifs rootwait\0" \
Andrew Bradforde1c7c8a2012-10-01 05:06:52 +0000118 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
Peter Baradae5b77e62011-12-19 19:54:51 +0000119 "if run loadbootscript; then " \
120 "run bootscript; " \
121 "else " \
122 "run defaultboot;" \
123 "fi; " \
124 "else run defaultboot; fi\0" \
125 "defaultboot=run mmcramboot\0" \
126 "consoledevice=ttyO0\0" \
Peter Baradae5b77e62011-12-19 19:54:51 +0000127 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
128 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
129 "rotation=0\0" \
130 "vrfb_arg=if itest ${rotation} -ne 0; then " \
131 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
132 "omapfb.rotate=${rotation}; " \
133 "fi\0" \
Adam Ford5326c292016-01-29 20:12:34 -0600134 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600135 "common_bootargs=run setconsole; setenv bootargs " \
136 "${bootargs} "\
137 "console=${console} " \
138 "${mtdparts} "\
139 "${optargs}; " \
Peter Baradae5b77e62011-12-19 19:54:51 +0000140 "run vrfb_arg\0" \
Adam Ford34f28ee2017-01-04 09:26:43 -0600141 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Peter Baradae5b77e62011-12-19 19:54:51 +0000142 "bootscript=echo 'Running bootscript from mmc ...'; " \
143 "source ${loadaddr}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600144 "loadimage=mmc rescan; " \
145 "load mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
Peter Baradae5b77e62011-12-19 19:54:51 +0000146 "ramdisksize=64000\0" \
Peter Baradae5b77e62011-12-19 19:54:51 +0000147 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
Adam Ford5326c292016-01-29 20:12:34 -0600148 "loadramdisk=mmc rescan; " \
Adam Ford34f28ee2017-01-04 09:26:43 -0600149 "load mmc ${mmcdev} ${rdaddr} ${ramdiskimage}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600150 "ramargs=setenv bootargs "\
Peter Baradae5b77e62011-12-19 19:54:51 +0000151 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600152 "mmcargs=setenv bootargs "\
153 "root=${mmcroot} rootfstype=${mmcrootfstype}\0" \
154 "nandargs=setenv bootargs "\
Adam Ford193e9a12016-02-10 01:41:10 -0600155 "root=${nandroot} " \
156 "rootfstype=${nandrootfstype}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600157 "nfsargs=setenv serverip ${tftpserver}; " \
158 "setenv bootargs root=/dev/nfs " \
Adam Ford97073d02016-10-15 08:16:27 -0500159 "nfsroot=${nfsrootpath} " \
160 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
161 "nfsrootpath=/opt/nfs-exports/omap\0" \
162 "autoload=no\0" \
Adam Ford34f28ee2017-01-04 09:26:43 -0600163 "loadfdt=mmc rescan; " \
164 "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600165 "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \
Adam Ford5326c292016-01-29 20:12:34 -0600166 "run mmcargs; " \
167 "run common_bootargs; " \
168 "run dump_bootargs; " \
Adam Ford4760c8f2017-01-04 11:51:24 -0600169 "run loadimage; " \
170 "run loadfdt;\0 " \
171 "mmcbootz=setenv bootfile zImage; " \
172 "run mmcbootcommon; "\
Adam Ford5326c292016-01-29 20:12:34 -0600173 "bootz ${loadaddr} - ${fdtaddr}\0" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600174 "mmcboot=setenv bootfile uImage; "\
175 "run mmcbootcommon; "\
176 "bootm ${loadaddr} - ${fdtaddr}\0" \
177 "mmcrambootcommon=echo 'Booting kernel from MMC w/ramdisk...'; " \
Peter Baradae5b77e62011-12-19 19:54:51 +0000178 "run ramargs; " \
179 "run common_bootargs; " \
180 "run dump_bootargs; " \
Adam Ford4760c8f2017-01-04 11:51:24 -0600181 "run loadimage; " \
Adam Ford34f28ee2017-01-04 09:26:43 -0600182 "run loadfdt; " \
Adam Ford4760c8f2017-01-04 11:51:24 -0600183 "run loadramdisk\0" \
184 "mmcramboot=setenv bootfile uImage; " \
185 "run mmcrambootcommon; " \
186 "bootm ${loadaddr} ${rdaddr} ${fdtimage}\0" \
187 "mmcrambootz=setenv bootfile zImage; " \
188 "run mmcrambootcommon; " \
189 "bootz ${loadaddr} ${rdaddr} ${fdtimage}\0" \
Adam Ford5326c292016-01-29 20:12:34 -0600190 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
Peter Baradae5b77e62011-12-19 19:54:51 +0000191 "run ramargs; " \
192 "run common_bootargs; " \
193 "run dump_bootargs; " \
Adam Ford97073d02016-10-15 08:16:27 -0500194 "tftpboot ${loadaddr} ${zimage}; " \
Adam Ford34f28ee2017-01-04 09:26:43 -0600195 "tftpboot ${rdaddr} ${ramdiskimage}; " \
196 "bootm ${loadaddr} ${rdaddr}\0" \
Adam Ford97073d02016-10-15 08:16:27 -0500197 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
198 "dhcp;" \
199 "run nfsargs;" \
200 "run common_bootargs;" \
201 "run dump_bootargs;" \
202 "tftpboot $loadaddr zImage;" \
Adam Ford4760c8f2017-01-04 11:51:24 -0600203 "bootz $loadaddr\0" \
204 "nandbootcommon=echo 'Booting kernel from NAND...';" \
205 "nand unlock;" \
206 "run nandargs;" \
207 "run common_bootargs;" \
208 "run dump_bootargs;" \
209 "nand read ${loadaddr} kernel;" \
210 "nand read ${fdtaddr} spl-os;\0" \
211 "nandbootz=run nandbootcommon; "\
212 "bootz ${loadaddr} - ${fdtaddr}\0"\
213 "nandboot=run nandbootcommon; "\
214 "bootm ${loadaddr} - ${fdtaddr}\0"\
Peter Baradae5b77e62011-12-19 19:54:51 +0000215
216#define CONFIG_BOOTCOMMAND \
217 "run autoboot"
218
Adam Ford5326c292016-01-29 20:12:34 -0600219/* Miscellaneous configurable options */
Adam Ford04c848a2015-09-02 09:18:20 -0500220
Peter Baradae5b77e62011-12-19 19:54:51 +0000221/* memtest works on */
222#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
223#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
224 0x01F00000) /* 31MB */
225
Adam Ford5326c292016-01-29 20:12:34 -0600226/* FLASH and environment organization */
Peter Baradae5b77e62011-12-19 19:54:51 +0000227
228/* **** PISMO SUPPORT *** */
Peter Baradae5b77e62011-12-19 19:54:51 +0000229#if defined(CONFIG_CMD_NAND)
pekon gupta0a9ec452014-07-18 17:59:41 +0530230#define CONFIG_SYS_FLASH_BASE NAND_BASE
Peter Baradae5b77e62011-12-19 19:54:51 +0000231#endif
232
233/* Monitor at start of flash */
234#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
235
Adam Ford5326c292016-01-29 20:12:34 -0600236#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Peter Baradae5b77e62011-12-19 19:54:51 +0000237
Peter Baradae5b77e62011-12-19 19:54:51 +0000238#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford6b1c1652017-09-04 21:08:02 -0500239#define CONFIG_ENV_OFFSET 0x260000
240#define CONFIG_ENV_ADDR 0x260000
Peter Baradae5b77e62011-12-19 19:54:51 +0000241
Adam Ford5326c292016-01-29 20:12:34 -0600242/* SMSC922x Ethernet */
Peter Baradae5b77e62011-12-19 19:54:51 +0000243#if defined(CONFIG_CMD_NET)
Peter Baradae5b77e62011-12-19 19:54:51 +0000244#define CONFIG_SMC911X
Adam Ford5a175cc2016-01-31 17:13:33 -0600245#define CONFIG_SMC911X_32_BIT
Peter Baradae5b77e62011-12-19 19:54:51 +0000246#define CONFIG_SMC911X_BASE 0x08000000
Peter Baradae5b77e62011-12-19 19:54:51 +0000247#endif /* (CONFIG_CMD_NET) */
248
Adam Ford5326c292016-01-29 20:12:34 -0600249/* Defines for SPL */
250
Adam Ford5326c292016-01-29 20:12:34 -0600251/* NAND: SPL falcon mode configs */
252#ifdef CONFIG_SPL_OS_BOOT
Adam Ford5326c292016-01-29 20:12:34 -0600253#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
Adam Ford5326c292016-01-29 20:12:34 -0600254#endif
255
Peter Baradae5b77e62011-12-19 19:54:51 +0000256#endif /* __CONFIG_H */