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