]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap3_logic.h
Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig
[people/ms/u-boot.git] / include / configs / omap3_logic.h
CommitLineData
86887f8e
PB
1/*
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 *
3765b3e7 8 * SPDX-License-Identifier: GPL-2.0+
86887f8e
PB
9 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
49c7303f 14/* High Level Configuration Options */
86887f8e 15
7b77b1f6 16#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
86887f8e 17
49c7303f
AF
18#include <configs/ti_omap3_common.h>
19
15fde737
AF
20#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
fa2f81b0
TR
35/*
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 */
f92dfc87 40#undef CONFIG_SPL_TEXT_BASE
15fde737 41#define CONFIG_SPL_FRAMEWORK
fa2f81b0 42#define CONFIG_SPL_TEXT_BASE 0x40200000
f92dfc87 43
86887f8e 44#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
49c7303f 45#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
86887f8e
PB
46#define CONFIG_SETUP_MEMORY_TAGS
47#define CONFIG_INITRD_TAG
48#define CONFIG_REVISION_TAG
49
49c7303f 50/* Hardware drivers */
86887f8e 51
49c7303f
AF
52#define CONFIG_USB_OMAP3
53
49c7303f 54/* I2C */
49c7303f 55#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
86887f8e 56
588e41d2 57/* USB */
588e41d2
AF
58#define CONFIG_USB_MUSB_OMAP2PLUS
59#define CONFIG_USB_MUSB_PIO_ONLY
588e41d2
AF
60#define CONFIG_USB_ETHER
61#define CONFIG_USB_ETHER_RNDIS
588e41d2 62
49c7303f 63/* TWL4030 */
588e41d2 64#define CONFIG_TWL4030_USB
7b77b1f6 65
49c7303f
AF
66/* Board NAND Info. */
67#ifdef CONFIG_NAND
86887f8e 68#define CONFIG_NAND_OMAP_GPMC
7b77b1f6 69
49c7303f
AF
70#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
71 /* to access nand */
72#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
73 /* NAND devices */
55f1b39f 74#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
49c7303f
AF
75#define CONFIG_SYS_NAND_5_ADDR_CYCLE
76#define CONFIG_SYS_NAND_PAGE_COUNT 64
77#define CONFIG_SYS_NAND_PAGE_SIZE 2048
78#define CONFIG_SYS_NAND_OOBSIZE 64
79#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
80#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
81#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
82 13, 14, 16, 17, 18, 19, 20, 21, 22, \
83 23, 24, 25, 26, 27, 28, 30, 31, 32, \
84 33, 34, 35, 36, 37, 38, 39, 40, 41, \
85 42, 44, 45, 46, 47, 48, 49, 50, 51, \
86 52, 53, 54, 55, 56}
87
88#define CONFIG_SYS_NAND_ECCSIZE 512
89#define CONFIG_SYS_NAND_ECCBYTES 13
90#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
91#define CONFIG_BCH
92#define CONFIG_SYS_NAND_MAX_OOBFREE 2
93#define CONFIG_SYS_NAND_MAX_ECCPOS 56
94#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
95#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
96#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
97#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
12262340
AF
98#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:"\
99 "512k(MLO),"\
100 "1792k(u-boot),"\
101 "128k(spl-os)," \
102 "128k(u-boot-env),"\
103 "6m(kernel),-(fs)"
49c7303f 104#endif
86887f8e
PB
105
106/* Environment information */
86887f8e 107
86887f8e 108#define CONFIG_PREBOOT \
86887f8e 109 "setenv preboot;" \
49c7303f 110 "nand unlock;" \
86887f8e
PB
111 "saveenv;"
112
86887f8e 113#define CONFIG_EXTRA_ENV_SETTINGS \
bb5854c4 114 DEFAULT_LINUX_BOOT_ENV \
86887f8e
PB
115 "mtdids=" MTDIDS_DEFAULT "\0" \
116 "mtdparts=" MTDPARTS_DEFAULT "\0" \
117 "mmcdev=0\0" \
49c7303f
AF
118 "mmcroot=/dev/mmcblk0p2 rw\0" \
119 "mmcrootfstype=ext4 rootwait\0" \
a094c921
AF
120 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
121 "nandrootfstype=ubifs rootwait\0" \
66968110 122 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
86887f8e
PB
123 "if run loadbootscript; then " \
124 "run bootscript; " \
125 "else " \
126 "run defaultboot;" \
127 "fi; " \
128 "else run defaultboot; fi\0" \
129 "defaultboot=run mmcramboot\0" \
130 "consoledevice=ttyO0\0" \
86887f8e
PB
131 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
132 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
133 "rotation=0\0" \
134 "vrfb_arg=if itest ${rotation} -ne 0; then " \
135 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
136 "omapfb.rotate=${rotation}; " \
137 "fi\0" \
49c7303f 138 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
476e16e8
AF
139 "common_bootargs=run setconsole; setenv bootargs " \
140 "${bootargs} "\
141 "console=${console} " \
142 "${mtdparts} "\
143 "${optargs}; " \
86887f8e 144 "run vrfb_arg\0" \
bb5854c4 145 "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
86887f8e
PB
146 "bootscript=echo 'Running bootscript from mmc ...'; " \
147 "source ${loadaddr}\0" \
476e16e8
AF
148 "loadimage=mmc rescan; " \
149 "load mmc ${mmcdev} ${loadaddr} ${bootfile}\0" \
86887f8e 150 "ramdisksize=64000\0" \
86887f8e 151 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
49c7303f 152 "loadramdisk=mmc rescan; " \
bb5854c4 153 "load mmc ${mmcdev} ${rdaddr} ${ramdiskimage}\0" \
476e16e8 154 "ramargs=setenv bootargs "\
86887f8e 155 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
476e16e8
AF
156 "mmcargs=setenv bootargs "\
157 "root=${mmcroot} rootfstype=${mmcrootfstype}\0" \
158 "nandargs=setenv bootargs "\
a094c921
AF
159 "root=${nandroot} " \
160 "rootfstype=${nandrootfstype}\0" \
476e16e8
AF
161 "nfsargs=setenv serverip ${tftpserver}; " \
162 "setenv bootargs root=/dev/nfs " \
760d1afd
AF
163 "nfsroot=${nfsrootpath} " \
164 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
165 "nfsrootpath=/opt/nfs-exports/omap\0" \
166 "autoload=no\0" \
bb5854c4
AF
167 "loadfdt=mmc rescan; " \
168 "load mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
476e16e8 169 "mmcbootcommon=echo Booting with DT from mmc${mmcdev} ...; " \
49c7303f
AF
170 "run mmcargs; " \
171 "run common_bootargs; " \
172 "run dump_bootargs; " \
476e16e8
AF
173 "run loadimage; " \
174 "run loadfdt;\0 " \
175 "mmcbootz=setenv bootfile zImage; " \
176 "run mmcbootcommon; "\
49c7303f 177 "bootz ${loadaddr} - ${fdtaddr}\0" \
476e16e8
AF
178 "mmcboot=setenv bootfile uImage; "\
179 "run mmcbootcommon; "\
180 "bootm ${loadaddr} - ${fdtaddr}\0" \
181 "mmcrambootcommon=echo 'Booting kernel from MMC w/ramdisk...'; " \
86887f8e
PB
182 "run ramargs; " \
183 "run common_bootargs; " \
184 "run dump_bootargs; " \
476e16e8 185 "run loadimage; " \
bb5854c4 186 "run loadfdt; " \
476e16e8
AF
187 "run loadramdisk\0" \
188 "mmcramboot=setenv bootfile uImage; " \
189 "run mmcrambootcommon; " \
190 "bootm ${loadaddr} ${rdaddr} ${fdtimage}\0" \
191 "mmcrambootz=setenv bootfile zImage; " \
192 "run mmcrambootcommon; " \
193 "bootz ${loadaddr} ${rdaddr} ${fdtimage}\0" \
49c7303f
AF
194 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
195 "run ramargs; " \
196 "run common_bootargs; " \
197 "run dump_bootargs; " \
760d1afd 198 "tftpboot ${loadaddr} ${zimage}; " \
bb5854c4
AF
199 "tftpboot ${rdaddr} ${ramdiskimage}; " \
200 "bootm ${loadaddr} ${rdaddr}\0" \
760d1afd
AF
201 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
202 "dhcp;" \
203 "run nfsargs;" \
204 "run common_bootargs;" \
205 "run dump_bootargs;" \
206 "tftpboot $loadaddr zImage;" \
476e16e8
AF
207 "bootz $loadaddr\0" \
208 "nandbootcommon=echo 'Booting kernel from NAND...';" \
209 "nand unlock;" \
210 "run nandargs;" \
211 "run common_bootargs;" \
212 "run dump_bootargs;" \
213 "nand read ${loadaddr} kernel;" \
214 "nand read ${fdtaddr} spl-os;\0" \
215 "nandbootz=run nandbootcommon; "\
216 "bootz ${loadaddr} - ${fdtaddr}\0"\
217 "nandboot=run nandbootcommon; "\
218 "bootm ${loadaddr} - ${fdtaddr}\0"\
86887f8e
PB
219
220#define CONFIG_BOOTCOMMAND \
221 "run autoboot"
222
49c7303f 223/* Miscellaneous configurable options */
7b77b1f6 224
86887f8e
PB
225/* memtest works on */
226#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
227#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
228 0x01F00000) /* 31MB */
229
49c7303f 230/* FLASH and environment organization */
86887f8e
PB
231
232/* **** PISMO SUPPORT *** */
86887f8e 233#if defined(CONFIG_CMD_NAND)
222a3113 234#define CONFIG_SYS_FLASH_BASE NAND_BASE
86887f8e
PB
235#endif
236
237/* Monitor at start of flash */
238#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
239
49c7303f 240#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
86887f8e
PB
241#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
242
86887f8e 243#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
49c7303f
AF
244#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
245#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
86887f8e 246
49c7303f 247/* SMSC922x Ethernet */
86887f8e 248#if defined(CONFIG_CMD_NET)
86887f8e 249#define CONFIG_SMC911X
1e1acc76 250#define CONFIG_SMC911X_32_BIT
86887f8e 251#define CONFIG_SMC911X_BASE 0x08000000
86887f8e
PB
252#endif /* (CONFIG_CMD_NET) */
253
49c7303f
AF
254/* Defines for SPL */
255
49c7303f
AF
256/* NAND: SPL falcon mode configs */
257#ifdef CONFIG_SPL_OS_BOOT
49c7303f 258#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
49c7303f
AF
259#endif
260
86887f8e 261#endif /* __CONFIG_H */