]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap3_logic.h
ARM: OMAP3_LOGIC: Remove ONENAND config options
[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
fa2f81b0
TR
20/*
21 * We are only ever GP parts and will utilize all of the "downloaded image"
22 * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in
23 * order to allow for BCH8 to fit in.
24 */
f92dfc87 25#undef CONFIG_SPL_TEXT_BASE
fa2f81b0 26#define CONFIG_SPL_TEXT_BASE 0x40200000
f92dfc87 27
26ef7a27 28#define CONFIG_BOARD_LATE_INIT
86887f8e 29#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */
49c7303f 30#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
86887f8e
PB
31#define CONFIG_SETUP_MEMORY_TAGS
32#define CONFIG_INITRD_TAG
33#define CONFIG_REVISION_TAG
49c7303f 34#define CONFIG_CMDLINE_EDITING /* cmd line edit/history */
86887f8e 35
49c7303f 36/* Hardware drivers */
86887f8e 37
b99353b8
AF
38/* GPIO banks */
39#define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */
40
49c7303f
AF
41#define CONFIG_USB_OMAP3
42
43/* select serial console configuration */
7b77b1f6 44#undef CONFIG_CONS_INDEX
86887f8e
PB
45#define CONFIG_CONS_INDEX 1
46#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
47#define CONFIG_SERIAL1 1 /* UART1 on OMAP Logic boards */
48
86887f8e 49/* commands to include */
49c7303f 50#define CONFIG_CMD_NAND
49c7303f 51#define CONFIG_CMD_MTDPARTS
86887f8e 52#define CONFIG_CMD_NAND_LOCK_UNLOCK /* nand (un)lock commands */
86887f8e 53
49c7303f 54/* I2C */
6789e84e 55#define CONFIG_SYS_I2C_OMAP34XX
49c7303f
AF
56#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */
57#define EXPANSION_EEPROM_I2C_BUS 2 /* I2C Bus for AT24C64 */
58#define CONFIG_OMAP3_LOGIC_USE_NEW_PRODUCT_ID
86887f8e 59
588e41d2 60/* USB */
588e41d2
AF
61#define CONFIG_USB_MUSB_OMAP2PLUS
62#define CONFIG_USB_MUSB_PIO_ONLY
588e41d2
AF
63#define CONFIG_USB_ETHER
64#define CONFIG_USB_ETHER_RNDIS
588e41d2
AF
65#define CONFIG_USB_FUNCTION_FASTBOOT
66#define CONFIG_CMD_FASTBOOT
67#define CONFIG_ANDROID_BOOT_IMAGE
68#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
69#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
588e41d2 70
49c7303f
AF
71/* TWL4030 */
72#define CONFIG_TWL4030_PWM
588e41d2 73#define CONFIG_TWL4030_USB
7b77b1f6 74
49c7303f
AF
75/* Board NAND Info. */
76#ifdef CONFIG_NAND
86887f8e 77#define CONFIG_NAND_OMAP_GPMC
7b77b1f6 78
49c7303f
AF
79#define CONFIG_CMD_UBIFS /* Read-only UBI volume operations */
80#define CONFIG_RBTREE /* required by CONFIG_CMD_UBI */
81#define CONFIG_LZO /* required by CONFIG_CMD_UBIFS */
86887f8e 82
49c7303f
AF
83#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
84 /* to access nand */
85#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */
86 /* NAND devices */
55f1b39f 87#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
49c7303f
AF
88#define CONFIG_SYS_NAND_5_ADDR_CYCLE
89#define CONFIG_SYS_NAND_PAGE_COUNT 64
90#define CONFIG_SYS_NAND_PAGE_SIZE 2048
91#define CONFIG_SYS_NAND_OOBSIZE 64
92#define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024)
93#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
94#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, \
95 13, 14, 16, 17, 18, 19, 20, 21, 22, \
96 23, 24, 25, 26, 27, 28, 30, 31, 32, \
97 33, 34, 35, 36, 37, 38, 39, 40, 41, \
98 42, 44, 45, 46, 47, 48, 49, 50, 51, \
99 52, 53, 54, 55, 56}
100
101#define CONFIG_SYS_NAND_ECCSIZE 512
102#define CONFIG_SYS_NAND_ECCBYTES 13
103#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
104#define CONFIG_BCH
105#define CONFIG_SYS_NAND_MAX_OOBFREE 2
106#define CONFIG_SYS_NAND_MAX_ECCPOS 56
107#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
108#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
109#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
110#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
12262340
AF
111#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:"\
112 "512k(MLO),"\
113 "1792k(u-boot),"\
114 "128k(spl-os)," \
115 "128k(u-boot-env),"\
116 "6m(kernel),-(fs)"
49c7303f 117#endif
86887f8e
PB
118
119/* Environment information */
86887f8e 120
86887f8e 121#define CONFIG_PREBOOT \
86887f8e 122 "setenv preboot;" \
49c7303f 123 "nand unlock;" \
86887f8e
PB
124 "saveenv;"
125
86887f8e
PB
126#define CONFIG_EXTRA_ENV_SETTINGS \
127 "loadaddr=0x81000000\0" \
49c7303f
AF
128 "uimage=uImage\0" \
129 "zimage=zImage\0" \
86887f8e
PB
130 "mtdids=" MTDIDS_DEFAULT "\0" \
131 "mtdparts=" MTDPARTS_DEFAULT "\0" \
132 "mmcdev=0\0" \
49c7303f
AF
133 "mmcroot=/dev/mmcblk0p2 rw\0" \
134 "mmcrootfstype=ext4 rootwait\0" \
a094c921
AF
135 "nandroot=ubi0:rootfs rw ubi.mtd=fs noinitrd\0" \
136 "nandrootfstype=ubifs rootwait\0" \
66968110 137 "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
86887f8e
PB
138 "if run loadbootscript; then " \
139 "run bootscript; " \
140 "else " \
141 "run defaultboot;" \
142 "fi; " \
143 "else run defaultboot; fi\0" \
144 "defaultboot=run mmcramboot\0" \
145 "consoledevice=ttyO0\0" \
146 "display=15\0" \
147 "setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
148 "dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
149 "rotation=0\0" \
150 "vrfb_arg=if itest ${rotation} -ne 0; then " \
151 "setenv bootargs ${bootargs} omapfb.vrfb=y " \
152 "omapfb.rotate=${rotation}; " \
153 "fi\0" \
49c7303f 154 "optargs=ignore_loglevel early_printk no_console_suspend\0" \
86887f8e
PB
155 "addmtdparts=setenv bootargs ${bootargs} ${mtdparts}\0" \
156 "common_bootargs=setenv bootargs ${bootargs} display=${display} " \
49c7303f 157 "${optargs};" \
86887f8e
PB
158 "run addmtdparts; " \
159 "run vrfb_arg\0" \
160 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
161 "bootscript=echo 'Running bootscript from mmc ...'; " \
162 "source ${loadaddr}\0" \
49c7303f
AF
163 "loaduimage=mmc rescan; " \
164 "fatload mmc ${mmcdev} ${loadaddr} ${uimage}\0" \
165 "loadzimage=mmc rescan; " \
166 "fatload mmc ${mmcdev} ${loadaddr} ${zimage}\0" \
86887f8e
PB
167 "ramdisksize=64000\0" \
168 "ramdiskaddr=0x82000000\0" \
169 "ramdiskimage=rootfs.ext2.gz.uboot\0" \
49c7303f
AF
170 "loadramdisk=mmc rescan; " \
171 "fatload mmc ${mmcdev} ${ramdiskaddr} ${ramdiskimage}\0" \
86887f8e
PB
172 "ramargs=run setconsole; setenv bootargs console=${console} " \
173 "root=/dev/ram rw ramdisk_size=${ramdisksize}\0" \
49c7303f
AF
174 "mmcargs=run setconsole; setenv bootargs console=${console} " \
175 "${optargs} " \
176 "root=${mmcroot} " \
177 "rootfstype=${mmcrootfstype}\0" \
a094c921
AF
178 "nandargs=run setconsole; setenv bootargs console=${console} " \
179 "${optargs} " \
180 "root=${nandroot} " \
181 "rootfstype=${nandrootfstype}\0" \
760d1afd
AF
182 "nfsargs=run setconsole; setenv serverip ${tftpserver}; " \
183 "setenv bootargs console=${console} root=/dev/nfs " \
184 "nfsroot=${nfsrootpath} " \
185 "ip=${ipaddr}:${tftpserver}:${gatewayip}:${netmask}::eth0:off\0" \
186 "nfsrootpath=/opt/nfs-exports/omap\0" \
187 "autoload=no\0" \
49c7303f
AF
188 "fdtaddr=0x86000000\0" \
189 "loadfdtimage=mmc rescan; " \
190 "fatload mmc ${mmcdev} ${fdtaddr} ${fdtimage}\0" \
191 "mmcbootz=echo Booting with DT from mmc${mmcdev} ...; " \
192 "run mmcargs; " \
193 "run common_bootargs; " \
194 "run dump_bootargs; " \
195 "run loadzimage; " \
196 "run loadfdtimage; " \
197 "bootz ${loadaddr} - ${fdtaddr}\0" \
198 "mmcramboot=echo 'Booting uImage kernel from mmc w/ramdisk...'; " \
86887f8e
PB
199 "run ramargs; " \
200 "run common_bootargs; " \
201 "run dump_bootargs; " \
202 "run loaduimage; " \
49c7303f 203 "run loadramdisk; " \
86887f8e 204 "bootm ${loadaddr} ${ramdiskaddr}\0" \
49c7303f 205 "mmcrambootz=echo 'Booting zImage kernel from mmc w/ramdisk...'; " \
86887f8e
PB
206 "run ramargs; " \
207 "run common_bootargs; " \
208 "run dump_bootargs; " \
49c7303f
AF
209 "run loadzimage; " \
210 "run loadramdisk; " \
211 "run loadfdtimage; " \
760d1afd 212 "bootz ${loadaddr} ${ramdiskaddr} ${fdtaddr};\0" \
49c7303f
AF
213 "tftpboot=echo 'Booting kernel/ramdisk rootfs from tftp...'; " \
214 "run ramargs; " \
215 "run common_bootargs; " \
216 "run dump_bootargs; " \
760d1afd 217 "tftpboot ${loadaddr} ${zimage}; " \
49c7303f 218 "tftpboot ${ramdiskaddr} ${ramdiskimage}; " \
760d1afd
AF
219 "bootm ${loadaddr} ${ramdiskaddr}\0" \
220 "tftpbootz=echo 'Booting kernel NFS rootfs...'; " \
221 "dhcp;" \
222 "run nfsargs;" \
223 "run common_bootargs;" \
224 "run dump_bootargs;" \
225 "tftpboot $loadaddr zImage;" \
226 "bootz $loadaddr\0"
86887f8e
PB
227
228#define CONFIG_BOOTCOMMAND \
229 "run autoboot"
230
49c7303f 231/* Miscellaneous configurable options */
86887f8e 232#define CONFIG_AUTO_COMPLETE
7b77b1f6 233
86887f8e
PB
234/* memtest works on */
235#define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
236#define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \
237 0x01F00000) /* 31MB */
238
49c7303f 239/* FLASH and environment organization */
86887f8e
PB
240
241/* **** PISMO SUPPORT *** */
86887f8e 242#if defined(CONFIG_CMD_NAND)
222a3113 243#define CONFIG_SYS_FLASH_BASE NAND_BASE
86887f8e
PB
244#endif
245
246/* Monitor at start of flash */
247#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
248
49c7303f
AF
249#define CONFIG_ENV_IS_IN_NAND 1
250#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
86887f8e
PB
251#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
252
86887f8e 253#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
49c7303f
AF
254#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
255#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
86887f8e 256
49c7303f 257/* SMSC922x Ethernet */
86887f8e 258#if defined(CONFIG_CMD_NET)
86887f8e 259#define CONFIG_SMC911X
1e1acc76 260#define CONFIG_SMC911X_32_BIT
86887f8e 261#define CONFIG_SMC911X_BASE 0x08000000
86887f8e
PB
262#endif /* (CONFIG_CMD_NET) */
263
49c7303f
AF
264/* Defines for SPL */
265
266#define CONFIG_SPL_OMAP3_ID_NAND
267
268/* NAND: SPL falcon mode configs */
269#ifdef CONFIG_SPL_OS_BOOT
270#define CONFIG_CMD_SPL_NAND_OFS 0x240000
271#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
272#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
273#endif
274
86887f8e 275#endif /* __CONFIG_H */