]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/omap3_beagle.h
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / include / configs / omap3_beagle.h
1 /*
2  * (C) Copyright 2006-2008
3  * Texas Instruments.
4  * Richard Woodruff <r-woodruff2@ti.com>
5  * Syed Mohammed Khasim <x0khasim@ti.com>
6  *
7  * Configuration settings for the TI OMAP3530 Beagle board.
8  *
9  * SPDX-License-Identifier:     GPL-2.0+
10  */
11
12 #ifndef __CONFIG_H
13 #define __CONFIG_H
14
15 #define CONFIG_NR_DRAM_BANKS    2       /* CS1 may or may not be populated */
16
17 /*
18  * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
19  * 64 bytes before this address should be set aside for u-boot.img's
20  * header. That is 0x800FFFC0--0x80100000 should not be used for any
21  * other needs.  We use this rather than the inherited defines from
22  * ti_armv7_common.h for backwards compatibility.
23  */
24 #define CONFIG_SYS_TEXT_BASE            0x80100000
25 #define CONFIG_SPL_BSS_START_ADDR       0x80000000
26 #define CONFIG_SPL_BSS_MAX_SIZE         (512 << 10)     /* 512 KB */
27 #define CONFIG_SYS_SPL_MALLOC_START     0x80208000
28 #define CONFIG_SYS_SPL_MALLOC_SIZE      0x100000
29
30 #include <configs/ti_omap3_common.h>
31
32 /*
33  * Display CPU and Board information
34  */
35 #define CONFIG_DISPLAY_CPUINFO          1
36 #define CONFIG_DISPLAY_BOARDINFO        1
37
38 #define CONFIG_MISC_INIT_R
39
40 #define CONFIG_REVISION_TAG             1
41 #define CONFIG_ENV_OVERWRITE
42
43 /* Status LED */
44 #define CONFIG_STATUS_LED               1
45 #define CONFIG_BOARD_SPECIFIC_LED       1
46 #define STATUS_LED_BIT                  0x01
47 #define STATUS_LED_STATE                STATUS_LED_ON
48 #define STATUS_LED_PERIOD               (CONFIG_SYS_HZ / 2)
49 #define STATUS_LED_BIT1                 0x02
50 #define STATUS_LED_STATE1               STATUS_LED_ON
51 #define STATUS_LED_PERIOD1              (CONFIG_SYS_HZ / 2)
52 #define STATUS_LED_BOOT                 STATUS_LED_BIT
53 #define STATUS_LED_GREEN                STATUS_LED_BIT1
54
55 /* Enable Multi Bus support for I2C */
56 #define CONFIG_I2C_MULTI_BUS            1
57
58 /* Probe all devices */
59 #define CONFIG_SYS_I2C_NOPROBES         {{0x0, 0x0}}
60
61 /* USB */
62 #define CONFIG_MUSB_GADGET
63 #define CONFIG_USB_MUSB_OMAP2PLUS
64 #define CONFIG_MUSB_PIO_ONLY
65 #define CONFIG_USB_GADGET_DUALSPEED
66 #define CONFIG_TWL4030_USB              1
67 #define CONFIG_USB_ETHER
68 #define CONFIG_USB_ETHER_RNDIS
69 #define CONFIG_USB_GADGET
70 #define CONFIG_USB_GADGET_VBUS_DRAW     0
71 #define CONFIG_USBDOWNLOAD_GADGET
72 #define CONFIG_G_DNL_VENDOR_NUM         0x0451
73 #define CONFIG_G_DNL_PRODUCT_NUM        0xd022
74 #define CONFIG_G_DNL_MANUFACTURER       "TI"
75 #define CONFIG_CMD_FASTBOOT
76 #define CONFIG_ANDROID_BOOT_IMAGE
77 #define CONFIG_USB_FASTBOOT_BUF_ADDR    CONFIG_SYS_LOAD_ADDR
78 #define CONFIG_USB_FASTBOOT_BUF_SIZE    0x07000000
79
80 /* USB EHCI */
81 #define CONFIG_CMD_USB
82 #define CONFIG_USB_EHCI
83
84 #define CONFIG_USB_EHCI_OMAP
85 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO        147
86
87 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
88 #define CONFIG_USB_HOST_ETHER
89 #define CONFIG_USB_ETHER_ASIX
90 #define CONFIG_USB_ETHER_MCS7830
91 #define CONFIG_USB_ETHER_SMSC95XX
92
93 /* GPIO banks */
94 #define CONFIG_OMAP3_GPIO_5             /* GPIO128..159 is in GPIO bank 5 */
95 #define CONFIG_OMAP3_GPIO_6             /* GPIO160..191 is in GPIO bank 6 */
96
97 /* commands to include */
98 #include <config_cmd_default.h>
99
100 #define CONFIG_CMD_ASKENV
101
102 #define CONFIG_CMD_CACHE
103
104 #define MTDIDS_DEFAULT                  "nand0=nand"
105 #define MTDPARTS_DEFAULT                "mtdparts=nand:512k(x-loader),"\
106                                         "1920k(u-boot),128k(u-boot-env),"\
107                                         "4m(kernel),-(fs)"
108
109 #define CONFIG_USB_STORAGE      /* USB storage support          */
110 #define CONFIG_CMD_NAND         /* NAND support                 */
111 #define CONFIG_CMD_LED          /* LED support                  */
112 #define CONFIG_CMD_SETEXPR      /* Evaluate expressions         */
113 #define CONFIG_CMD_GPIO     /* Enable gpio command */
114
115 #define CONFIG_VIDEO_OMAP3      /* DSS Support                  */
116
117 /*
118  * TWL4030
119  */
120 #define CONFIG_TWL4030_LED              1
121
122 /*
123  * Board NAND Info.
124  */
125 #define CONFIG_SYS_NAND_QUIET_TEST      1
126 #define CONFIG_NAND_OMAP_GPMC
127 #define CONFIG_SYS_MAX_NAND_DEVICE      1               /* Max number of NAND */
128                                                         /* devices */
129
130 #define CONFIG_EXTRA_ENV_SETTINGS \
131         "loadaddr=0x80200000\0" \
132         "rdaddr=0x81000000\0" \
133         "fdt_high=0xffffffff\0" \
134         "fdtaddr=0x80f80000\0" \
135         "usbtty=cdc_acm\0" \
136         "bootfile=uImage\0" \
137         "ramdisk=ramdisk.gz\0" \
138         "bootdir=/boot\0" \
139         "bootpart=0:2\0" \
140         "console=ttyO2,115200n8\0" \
141         "mpurate=auto\0" \
142         "buddy=none\0" \
143         "optargs=\0" \
144         "camera=none\0" \
145         "vram=12M\0" \
146         "dvimode=640x480MR-16@60\0" \
147         "defaultdisplay=dvi\0" \
148         "mmcdev=0\0" \
149         "mmcroot=/dev/mmcblk0p2 rw\0" \
150         "mmcrootfstype=ext3 rootwait\0" \
151         "nandroot=ubi0:rootfs ubi.mtd=4\0" \
152         "nandrootfstype=ubifs\0" \
153         "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
154         "ramrootfstype=ext2\0" \
155         "mmcargs=setenv bootargs console=${console} " \
156                 "${optargs} " \
157                 "mpurate=${mpurate} " \
158                 "buddy=${buddy} "\
159                 "camera=${camera} "\
160                 "vram=${vram} " \
161                 "omapfb.mode=dvi:${dvimode} " \
162                 "omapdss.def_disp=${defaultdisplay} " \
163                 "root=${mmcroot} " \
164                 "rootfstype=${mmcrootfstype}\0" \
165         "nandargs=setenv bootargs console=${console} " \
166                 "${optargs} " \
167                 "mpurate=${mpurate} " \
168                 "buddy=${buddy} "\
169                 "camera=${camera} "\
170                 "vram=${vram} " \
171                 "omapfb.mode=dvi:${dvimode} " \
172                 "omapdss.def_disp=${defaultdisplay} " \
173                 "root=${nandroot} " \
174                 "rootfstype=${nandrootfstype}\0" \
175         "findfdt=" \
176                 "if test $beaglerev = AxBx; then " \
177                         "setenv fdtfile omap3-beagle.dtb; fi; " \
178                 "if test $beaglerev = Cx; then " \
179                         "setenv fdtfile omap3-beagle.dtb; fi; " \
180                 "if test $beaglerev = C4; then " \
181                         "setenv fdtfile omap3-beagle.dtb; fi; " \
182                 "if test $beaglerev = xMAB; then " \
183                         "setenv fdtfile omap3-beagle-xm.dtb; fi; " \
184                 "if test $beaglerev = xMC; then " \
185                         "setenv fdtfile omap3-beagle-xm.dtb; fi; " \
186                 "if test $fdtfile = undefined; then " \
187                         "echo WARNING: Could not determine device tree to use; fi; \0" \
188         "bootenv=uEnv.txt\0" \
189         "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \
190         "importbootenv=echo Importing environment from mmc ...; " \
191                 "env import -t $loadaddr $filesize\0" \
192         "ramargs=setenv bootargs console=${console} " \
193                 "${optargs} " \
194                 "mpurate=${mpurate} " \
195                 "buddy=${buddy} "\
196                 "vram=${vram} " \
197                 "omapfb.mode=dvi:${dvimode} " \
198                 "omapdss.def_disp=${defaultdisplay} " \
199                 "root=${ramroot} " \
200                 "rootfstype=${ramrootfstype}\0" \
201         "loadramdisk=load mmc ${bootpart} ${rdaddr} ${bootdir}/${ramdisk}\0" \
202         "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
203         "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
204         "mmcboot=echo Booting from mmc ...; " \
205                 "run mmcargs; " \
206                 "bootm ${loadaddr}\0" \
207         "mmcbootz=echo Booting with DT from mmc${mmcdev} ...; " \
208                 "run mmcargs; " \
209                 "bootz ${loadaddr} - ${fdtaddr}\0" \
210         "nandboot=echo Booting from nand ...; " \
211                 "run nandargs; " \
212                 "nand read ${loadaddr} 280000 400000; " \
213                 "bootm ${loadaddr}\0" \
214         "ramboot=echo Booting from ramdisk ...; " \
215                 "run ramargs; " \
216                 "bootm ${loadaddr}\0" \
217         "userbutton=if gpio input 173; then run userbutton_xm; " \
218                 "else run userbutton_nonxm; fi;\0" \
219         "userbutton_xm=gpio input 4;\0" \
220         "userbutton_nonxm=gpio input 7;\0"
221 /* "run userbutton" will return 1 (false) if pressed and 0 (true) if not */
222 #define CONFIG_BOOTCOMMAND \
223         "run findfdt; " \
224         "mmc dev ${mmcdev}; if mmc rescan; then " \
225                 "if run userbutton; then " \
226                         "setenv bootenv uEnv.txt;" \
227                 "else " \
228                         "setenv bootenv user.txt;" \
229                 "fi;" \
230                 "echo SD/MMC found on device ${mmcdev};" \
231                 "if run loadbootenv; then " \
232                         "echo Loaded environment from ${bootenv};" \
233                         "run importbootenv;" \
234                 "fi;" \
235                 "if test -n $uenvcmd; then " \
236                         "echo Running uenvcmd ...;" \
237                         "run uenvcmd;" \
238                 "fi;" \
239                 "if run loadimage; then " \
240                         "run mmcboot;" \
241                 "fi;" \
242         "fi;" \
243         "run nandboot;" \
244         "setenv bootfile zImage;" \
245         "if run loadimage; then " \
246                 "run loadfdt;" \
247                 "run mmcbootz; " \
248         "fi; " \
249
250 /*
251  * OMAP3 has 12 GP timers, they can be driven by the system clock
252  * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
253  * This rate is divided by a local divisor.
254  */
255 #define CONFIG_SYS_PTV                  2       /* Divisor: 2^(PTV+1) => 8 */
256
257 /*-----------------------------------------------------------------------
258  * FLASH and environment organization
259  */
260
261 /* **** PISMO SUPPORT *** */
262
263 /* Configure the PISMO */
264 #define PISMO1_NAND_SIZE                GPMC_SIZE_128M
265 #define PISMO1_ONEN_SIZE                GPMC_SIZE_128M
266
267 #if defined(CONFIG_CMD_NAND)
268 #define CONFIG_SYS_FLASH_BASE           PISMO1_NAND_BASE
269 #endif
270
271 /* Monitor at start of flash */
272 #define CONFIG_SYS_MONITOR_BASE         CONFIG_SYS_FLASH_BASE
273 #define CONFIG_SYS_ONENAND_BASE         ONENAND_MAP
274
275 #define CONFIG_ENV_IS_IN_NAND           1
276 #define CONFIG_ENV_SIZE                 (128 << 10)     /* 128 KiB */
277 #define ONENAND_ENV_OFFSET              0x260000 /* environment starts here */
278 #define SMNAND_ENV_OFFSET               0x260000 /* environment starts here */
279
280 #define CONFIG_SYS_ENV_SECT_SIZE        (128 << 10)     /* 128 KiB */
281 #define CONFIG_ENV_OFFSET               SMNAND_ENV_OFFSET
282 #define CONFIG_ENV_ADDR                 SMNAND_ENV_OFFSET
283
284 #define CONFIG_OMAP3_SPI
285
286 #define CONFIG_SYS_CACHELINE_SIZE       64
287
288 /* Defines for SPL */
289 #define CONFIG_SPL_OMAP3_ID_NAND
290
291 /* NAND boot config */
292 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
293 #define CONFIG_SYS_NAND_PAGE_COUNT      64
294 #define CONFIG_SYS_NAND_PAGE_SIZE       2048
295 #define CONFIG_SYS_NAND_OOBSIZE         64
296 #define CONFIG_SYS_NAND_BLOCK_SIZE      (128*1024)
297 #define CONFIG_SYS_NAND_BAD_BLOCK_POS   0
298 #define CONFIG_SYS_NAND_ECCPOS          {2, 3, 4, 5, 6, 7, 8, 9,\
299                                                 10, 11, 12, 13}
300 #define CONFIG_SYS_NAND_ECCSIZE         512
301 #define CONFIG_SYS_NAND_ECCBYTES        3
302 #define CONFIG_NAND_OMAP_ECCSCHEME      OMAP_ECC_HAM1_CODE_HW
303 #define CONFIG_SYS_NAND_U_BOOT_OFFS     0x80000
304
305 #endif /* __CONFIG_H */