]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap3_zoom1.h
Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig
[people/ms/u-boot.git] / include / configs / omap3_zoom1.h
CommitLineData
7379f45a
DB
1/*
2 * (C) Copyright 2006-2008
3 * Texas Instruments.
4 * Richard Woodruff <r-woodruff2@ti.com>
5 * Syed Mohammed Khasim <x0khasim@ti.com>
6 * Nishanth Menon <nm@ti.com>
7 *
8 * Configuration settings for the TI OMAP3430 Zoom MDK board.
9 *
3765b3e7 10 * SPDX-License-Identifier: GPL-2.0+
7379f45a
DB
11 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
7379f45a
DB
15
16/*
17 * High Level Configuration Options
18 */
7379f45a
DB
19#define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */
20
161d2d5e
NM
21#define CONFIG_NAND
22#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
7379f45a 23#include <asm/arch/cpu.h> /* get chip and board defs */
987ec585 24#include <asm/arch/omap.h>
161d2d5e
NM
25#include <configs/ti_omap3_common.h>
26
27/* Remove SPL boot option - we do not support that on LDP yet */
161d2d5e 28#undef CONFIG_SPL_FRAMEWORK
161d2d5e
NM
29
30/* Generic NAND definition conflicts with debug_base */
31#undef CONFIG_SYS_NAND_BASE
7379f45a 32
7379f45a
DB
33#define CONFIG_MISC_INIT_R
34
7379f45a
DB
35#define CONFIG_REVISION_TAG 1
36
9c44ddcc 37#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
7379f45a
DB
38
39/*
40 * Hardware drivers
41 */
42
05be5a60 43/* USB */
95de1e2f 44#define CONFIG_USB_MUSB_UDC 1
05be5a60
TR
45#define CONFIG_USB_OMAP3 1
46#define CONFIG_TWL4030_USB 1
47
48/* USB device configuration */
49#define CONFIG_USB_DEVICE 1
50#define CONFIG_USB_TTY 1
05be5a60
TR
51/* Change these to suit your needs */
52#define CONFIG_USBD_VENDORID 0x0451
53#define CONFIG_USBD_PRODUCTID 0x5678
54#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
55#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
56
4e8183b7
NM
57#define MTDIDS_DEFAULT "nand0=nand"
58#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
59 "1920k(u-boot),128k(u-boot-env),"\
60 "4m(kernel),-(fs)"
7379f45a 61
161d2d5e 62#if defined(CONFIG_CMD_NAND)
434f2cfc 63/* NAND: SPL falcon mode configs */
64#ifdef CONFIG_SPL_OS_BOOT
65#define CONFIG_CMD_SPL_NAND_OFS 0x240000
66#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
67#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
68#endif
e7deec1b 69#define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */
161d2d5e 70#endif
7379f45a 71
161d2d5e 72#undef CONFIG_SYS_I2C_OMAP24XX
6789e84e 73#define CONFIG_SYS_I2C_OMAP34XX
7379f45a 74
cd782635
TR
75/*
76 * TWL4030
77 */
2c155130 78#define CONFIG_TWL4030_LED 1
cd782635 79
7379f45a
DB
80/*
81 * Board NAND Info.
82 */
7379f45a
DB
83#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
84 /* to access nand */
85#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
86 /* to access nand at */
87 /* CS0 */
55f1b39f 88#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
7379f45a
DB
89
90/* Environment information */
7379f45a
DB
91
92#define CONFIG_EXTRA_ENV_SETTINGS \
93 "loadaddr=0x82000000\0" \
c2e7c7b2 94 "fdtaddr=0x80f80000\0" \
4e8183b7 95 "bootfile=uImage\0" \
c2e7c7b2 96 "fdtfile=omap3-ldp.dtb\0" \
4e8183b7
NM
97 "bootdir=/\0" \
98 "bootpart=0:1\0" \
05be5a60 99 "usbtty=cdc_acm\0" \
ea467c73 100 "console=ttyO2,115200n8\0" \
d6906cb8 101 "mmcdev=0\0" \
7379f45a
DB
102 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
103 "videospec=omapfb:vram:2M,vram:4M\0" \
104 "mmcargs=setenv bootargs console=${console} " \
105 "video=${videospec},mode:${videomode} " \
106 "root=/dev/mmcblk0p2 rw " \
107 "rootfstype=ext3 rootwait\0" \
108 "nandargs=setenv bootargs console=${console} " \
109 "video=${videospec},mode:${videomode} " \
110 "root=/dev/mtdblock4 rw " \
111 "rootfstype=jffs2\0" \
d6906cb8 112 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
7379f45a 113 "bootscript=echo Running bootscript from mmc ...; " \
74de7aef 114 "source ${loadaddr}\0" \
4e8183b7 115 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
c2e7c7b2
NM
116 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
117 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
7379f45a
DB
118 "mmcboot=echo Booting from mmc ...; " \
119 "run mmcargs; " \
120 "bootm ${loadaddr}\0" \
c2e7c7b2
NM
121 "mmczboot=echo Booting from mmc ...; " \
122 "run mmcargs; " \
123 "bootz ${loadaddr} - ${fdtaddr}\0" \
7379f45a
DB
124 "nandboot=echo Booting from nand ...; " \
125 "run nandargs; " \
126 "nand read ${loadaddr} 280000 400000; " \
127 "bootm ${loadaddr}\0" \
128
129#define CONFIG_BOOTCOMMAND \
66968110 130 "mmc dev ${mmcdev}; if mmc rescan; then " \
7379f45a
DB
131 "if run loadbootscript; then " \
132 "run bootscript; " \
133 "else " \
4e8183b7 134 "if run loadimage; then " \
7379f45a 135 "run mmcboot; " \
c2e7c7b2
NM
136 "else if run loadzimage; then " \
137 "run mmczboot; " \
7379f45a 138 "else run nandboot; " \
c2e7c7b2 139 "fi; fi;" \
7379f45a
DB
140 "fi; " \
141 "else run nandboot; fi"
142
7379f45a
DB
143/*
144 * Miscellaneous configurable options
145 */
161d2d5e
NM
146#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
147#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
7379f45a
DB
148 0x01F00000) /* 31MB */
149
7379f45a
DB
150/*-----------------------------------------------------------------------
151 * FLASH and environment organization
152 */
153
154/* **** PISMO SUPPORT *** */
6cbec7b3 155#if defined(CONFIG_CMD_NAND)
222a3113 156#define CONFIG_SYS_FLASH_BASE NAND_BASE
6cbec7b3 157#endif
7379f45a
DB
158
159/* Monitor at start of flash */
160#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
161#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
162
163#define CONFIG_ENV_IS_IN_NAND 1
164#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
165#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
166
6cbec7b3
LC
167#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
168#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
7379f45a
DB
169#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
170
9d70e772
NM
171#ifdef CONFIG_CMD_NET
172/* Ethernet (LAN9211 from SMSC9118 family) */
173#define CONFIG_SMC911X
174#define CONFIG_SMC911X_32_BIT
175#define CONFIG_SMC911X_BASE DEBUG_BASE
176
177#endif
178
7379f45a 179#endif /* __CONFIG_H */