blob: cde61f2fd7fa71e82bf96e4eca9daa517b7beca4 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Peter Barada86887f82011-12-19 19:54:51 +00002/*
3 * (C) Copyright 2011 Logic Product Development <www.logicpd.com>
4 * Peter Barada <peter.barada@logicpd.com>
5 *
6 * Configuration settings for the Logic OMAP35x/DM37x SOM LV/Torpedo
7 * reference boards.
Peter Barada86887f82011-12-19 19:54:51 +00008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
Adam Ford49c73032016-01-29 20:12:34 -060013/* High Level Configuration Options */
Peter Barada86887f82011-12-19 19:54:51 +000014
Adam Ford7b77b1f2015-09-02 09:18:20 -050015#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Adam Ford49c73032016-01-29 20:12:34 -060016
Adam Ford7b77b1f2015-09-02 09:18:20 -050017#include <configs/ti_omap3_common.h>
Adam Ford49c73032016-01-29 20:12:34 -060018
Adam Ford15fde732017-04-17 08:09:45 -050019#ifdef CONFIG_SPL_BUILD
Adam Ford15fde732017-04-17 08:09:45 -050020/* select serial console configuration for SPL */
Adam Ford15fde732017-04-17 08:09:45 -050021#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
22#endif
23
24
Tom Rinifa2f81b2016-08-26 13:30:43 -040025/*
26 * We are only ever GP parts and will utilize all of the "downloaded image"
27 * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in
28 * order to allow for BCH8 to fit in.
29 */
Adam Fordf92dfc82016-02-08 19:06:08 -060030#undef CONFIG_SPL_TEXT_BASE
Tom Rinifa2f81b2016-08-26 13:30:43 -040031#define CONFIG_SPL_TEXT_BASE 0x40200000
Adam Fordf92dfc82016-02-08 19:06:08 -060032
Peter Barada86887f82011-12-19 19:54:51 +000033#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
Adam Ford49c73032016-01-29 20:12:34 -060034#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
Peter Barada86887f82011-12-19 19:54:51 +000035#define CONFIG_SETUP_MEMORY_TAGS
36#define CONFIG_INITRD_TAG
37#define CONFIG_REVISION_TAG
38
Adam Ford49c73032016-01-29 20:12:34 -060039/* Hardware drivers */
Peter Barada86887f82011-12-19 19:54:51 +000040
Adam Ford49c73032016-01-29 20:12:34 -060041/* I2C */
Adam Ford49c73032016-01-29 20:12:34 -060042#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
Peter Barada86887f82011-12-19 19:54:51 +000043
Adam Ford49c73032016-01-29 20:12:34 -060044/* Board NAND Info. */
45#ifdef CONFIG_NAND
Adam Ford49c73032016-01-29 20:12:34 -060046#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
47 /* to access nand */
48#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
49 /* NAND devices */
Adam Ford49c73032016-01-29 20:12:34 -060050#define CONFIG_SYS_NAND_5_ADDR_CYCLE
51#define CONFIG_SYS_NAND_PAGE_COUNT 64
52#define CONFIG_SYS_NAND_PAGE_SIZE 2048
53#define CONFIG_SYS_NAND_OOBSIZE 64
54#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
55#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
56#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
57 13, 14, 16, 17, 18, 19, 20, 21, 22, \
58 23, 24, 25, 26, 27, 28, 30, 31, 32, \
59 33, 34, 35, 36, 37, 38, 39, 40, 41, \
60 42, 44, 45, 46, 47, 48, 49, 50, 51, \
61 52, 53, 54, 55, 56}
Adam Ford7b77b1f2015-09-02 09:18:20 -050062
Adam Ford49c73032016-01-29 20:12:34 -060063#define CONFIG_SYS_NAND_ECCSIZE 512
64#define CONFIG_SYS_NAND_ECCBYTES 13
65#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
Adam Ford49c73032016-01-29 20:12:34 -060066#define CONFIG_SYS_NAND_MAX_OOBFREE 2
67#define CONFIG_SYS_NAND_MAX_ECCPOS 56
Adam Ford49c73032016-01-29 20:12:34 -060068#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
69#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
Adam Ford49c73032016-01-29 20:12:34 -060070#endif
Peter Barada86887f82011-12-19 19:54:51 +000071
72/* Environment information */
Peter Barada86887f82011-12-19 19:54:51 +000073
Peter Barada86887f82011-12-19 19:54:51 +000074#define CONFIG_PREBOOT \
Peter Barada86887f82011-12-19 19:54:51 +000075 "setenv preboot;" \
76 "saveenv;"
77
Peter Barada86887f82011-12-19 19:54:51 +000078#define CONFIG_EXTRA_ENV_SETTINGS \
Adam Fordbb5854c2017-01-04 09:26:43 -060079 DEFAULT_LINUX_BOOT_ENV \
Tom Rini43ede0b2017-10-22 17:55:07 -040080 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
81 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
Peter Barada86887f82011-12-19 19:54:51 +000082 "mmcdev=0\0" \
Adam Ford49c73032016-01-29 20:12:34 -060083 "mmcroot=/dev/mmcblk0p2 rw\0" \
84 "mmcrootfstype=ext4 rootwait\0" \
Adam Forda094c922016-02-10 01:41:10 -060085 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
86 "nandrootfstype=ubifs rootwait\0" \
Andrew Bradford66968112012-10-01 05:06:52 +000087 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
Peter Barada86887f82011-12-19 19:54:51 +000088 "if run loadbootscript; then " \
89 "run bootscript; " \
90 "else " \
91 "run defaultboot;" \
92 "fi; " \
93 "else run defaultboot; fi\0" \
94 "defaultboot=run mmcramboot\0" \
95 "consoledevice=ttyO0\0" \
Peter Barada86887f82011-12-19 19:54:51 +000096 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
97 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
98 "rotation=0\0" \
99 "vrfb_arg=if itest ${rotation} -ne 0; then " \
100 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
101 "omapfb.rotate=${rotation}; " \
102 "fi\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600103 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600104 "common_bootargs=run setconsole; setenv bootargs " \
105 "${bootargs} "\
106 "console=${console} " \
107 "${mtdparts} "\
108 "${optargs}; " \
Peter Barada86887f82011-12-19 19:54:51 +0000109 "run vrfb_arg\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600110 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000111 "bootscript=echo 'Running bootscript from mmc ...'; " \
112 "source ${loadaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600113 "loadimage=mmc rescan; " \
114 "load mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000115 "ramdisksize=64000\0" \
Peter Barada86887f82011-12-19 19:54:51 +0000116 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600117 "loadramdisk=mmc rescan; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600118 "load mmc ${mmcdev} ${rdaddr} ${ramdiskimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600119 "ramargs=setenv bootargs "\
Peter Barada86887f82011-12-19 19:54:51 +0000120 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600121 "mmcargs=setenv bootargs "\
122 "root=${mmcroot} rootfstype=${mmcrootfstype}\0" \
123 "nandargs=setenv bootargs "\
Adam Forda094c922016-02-10 01:41:10 -0600124 "root=${nandroot} " \
125 "rootfstype=${nandrootfstype}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600126 "nfsargs=setenv serverip ${tftpserver}; " \
127 "setenv bootargs root=/dev/nfs " \
Adam Ford760d1af2016-10-15 08:16:27 -0500128 "nfsroot=${nfsrootpath} " \
129 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
130 "nfsrootpath=/opt/nfs-exports/omap\0" \
131 "autoload=no\0" \
Adam Fordbb5854c2017-01-04 09:26:43 -0600132 "loadfdt=mmc rescan; " \
133 "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600134 "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \
Adam Ford49c73032016-01-29 20:12:34 -0600135 "run mmcargs; " \
136 "run common_bootargs; " \
137 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600138 "run loadimage; " \
139 "run loadfdt;\0 " \
140 "mmcbootz=setenv bootfile zImage; " \
141 "run mmcbootcommon; "\
Adam Ford49c73032016-01-29 20:12:34 -0600142 "bootz ${loadaddr} - ${fdtaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600143 "mmcboot=setenv bootfile uImage; "\
144 "run mmcbootcommon; "\
145 "bootm ${loadaddr} - ${fdtaddr}\0" \
146 "mmcrambootcommon=echo 'Booting kernel from MMC w/ramdisk...'; " \
Peter Barada86887f82011-12-19 19:54:51 +0000147 "run ramargs; " \
148 "run common_bootargs; " \
149 "run dump_bootargs; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600150 "run loadimage; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600151 "run loadfdt; " \
Adam Ford476e16e2017-01-04 11:51:24 -0600152 "run loadramdisk\0" \
153 "mmcramboot=setenv bootfile uImage; " \
154 "run mmcrambootcommon; " \
Adam Ford62896dc2018-03-26 10:24:12 -0500155 "bootm ${loadaddr} ${rdaddr} ${fdtaddr}\0" \
Adam Ford476e16e2017-01-04 11:51:24 -0600156 "mmcrambootz=setenv bootfile zImage; " \
157 "run mmcrambootcommon; " \
Adam Ford62896dc2018-03-26 10:24:12 -0500158 "bootz ${loadaddr} ${rdaddr} ${fdtaddr}\0" \
Adam Ford49c73032016-01-29 20:12:34 -0600159 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
160 "run ramargs; " \
161 "run common_bootargs; " \
162 "run dump_bootargs; " \
Adam Ford760d1af2016-10-15 08:16:27 -0500163 "tftpboot ${loadaddr} ${zimage}; " \
Adam Fordbb5854c2017-01-04 09:26:43 -0600164 "tftpboot ${rdaddr} ${ramdiskimage}; " \
165 "bootm ${loadaddr} ${rdaddr}\0" \
Adam Ford760d1af2016-10-15 08:16:27 -0500166 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
167 "dhcp;" \
168 "run nfsargs;" \
169 "run common_bootargs;" \
170 "run dump_bootargs;" \
171 "tftpboot $loadaddr zImage;" \
Adam Ford476e16e2017-01-04 11:51:24 -0600172 "bootz $loadaddr\0" \
173 "nandbootcommon=echo 'Booting kernel from NAND...';" \
Adam Ford476e16e2017-01-04 11:51:24 -0600174 "run nandargs;" \
175 "run common_bootargs;" \
176 "run dump_bootargs;" \
177 "nand read ${loadaddr} kernel;" \
178 "nand read ${fdtaddr} spl-os;\0" \
179 "nandbootz=run nandbootcommon; "\
180 "bootz ${loadaddr} - ${fdtaddr}\0"\
181 "nandboot=run nandbootcommon; "\
182 "bootm ${loadaddr} - ${fdtaddr}\0"\
Peter Barada86887f82011-12-19 19:54:51 +0000183
184#define CONFIG_BOOTCOMMAND \
185 "run autoboot"
186
Adam Ford49c73032016-01-29 20:12:34 -0600187/* Miscellaneous configurable options */
Adam Ford7b77b1f2015-09-02 09:18:20 -0500188
Peter Barada86887f82011-12-19 19:54:51 +0000189/* memtest works on */
190#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
191#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
192 0x01F00000) /* 31MB */
193
Adam Ford49c73032016-01-29 20:12:34 -0600194/* FLASH and environment organization */
Peter Barada86887f82011-12-19 19:54:51 +0000195
196/* **** PISMO SUPPORT *** */
Peter Barada86887f82011-12-19 19:54:51 +0000197#if defined(CONFIG_CMD_NAND)
pekon gupta222a3112014-07-18 17:59:41 +0530198#define CONFIG_SYS_FLASH_BASE NAND_BASE
Peter Barada86887f82011-12-19 19:54:51 +0000199#endif
200
201/* Monitor at start of flash */
202#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
203
Adam Ford49c73032016-01-29 20:12:34 -0600204#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Peter Barada86887f82011-12-19 19:54:51 +0000205
Peter Barada86887f82011-12-19 19:54:51 +0000206#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford7672d9d2017-09-04 21:08:02 -0500207#define CONFIG_ENV_OFFSET 0x260000
208#define CONFIG_ENV_ADDR 0x260000
Peter Barada86887f82011-12-19 19:54:51 +0000209
Adam Ford49c73032016-01-29 20:12:34 -0600210/* Defines for SPL */
211
Adam Ford49c73032016-01-29 20:12:34 -0600212/* NAND: SPL falcon mode configs */
213#ifdef CONFIG_SPL_OS_BOOT
Adam Ford49c73032016-01-29 20:12:34 -0600214#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
Adam Ford49c73032016-01-29 20:12:34 -0600215#endif
216
Peter Barada86887f82011-12-19 19:54:51 +0000217#endif /* __CONFIG_H */