]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/omap3_zoom1.h
ARM: omap: move board specific NAND configs out from ti_armv7_common.h
[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 19#define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */
ae3248a3 20#define CONFIG_SYS_GENERIC_BOARD
7379f45a 21
161d2d5e
NM
22#define CONFIG_NAND
23#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
7379f45a
DB
24#include <asm/arch/cpu.h> /* get chip and board defs */
25#include <asm/arch/omap3.h>
161d2d5e
NM
26#include <configs/ti_omap3_common.h>
27
28/* Remove SPL boot option - we do not support that on LDP yet */
29#undef CONFIG_SPL
30#undef CONFIG_SPL_FRAMEWORK
31#undef CONFIG_SPL_OS_BOOT
32
33/* Generic NAND definition conflicts with debug_base */
34#undef CONFIG_SYS_NAND_BASE
7379f45a 35
6a6b62e3
SP
36/*
37 * Display CPU and Board information
38 */
39#define CONFIG_DISPLAY_CPUINFO 1
40#define CONFIG_DISPLAY_BOARDINFO 1
41
7379f45a
DB
42#define CONFIG_MISC_INIT_R
43
7379f45a
DB
44#define CONFIG_REVISION_TAG 1
45
9c44ddcc 46#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
7379f45a
DB
47
48/*
49 * Hardware drivers
50 */
51
05be5a60
TR
52/* USB */
53#define CONFIG_MUSB_UDC 1
54#define CONFIG_USB_OMAP3 1
55#define CONFIG_TWL4030_USB 1
56
57/* USB device configuration */
58#define CONFIG_USB_DEVICE 1
59#define CONFIG_USB_TTY 1
60#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
61/* Change these to suit your needs */
62#define CONFIG_USBD_VENDORID 0x0451
63#define CONFIG_USBD_PRODUCTID 0x5678
64#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
65#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
66
4e8183b7
NM
67#define MTDIDS_DEFAULT "nand0=nand"
68#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
69 "1920k(u-boot),128k(u-boot-env),"\
70 "4m(kernel),-(fs)"
7379f45a 71
161d2d5e 72#if defined(CONFIG_CMD_NAND)
434f2cfc 73/* NAND: SPL falcon mode configs */
74#ifdef CONFIG_SPL_OS_BOOT
75#define CONFIG_CMD_SPL_NAND_OFS 0x240000
76#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
77#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
78#endif
e7deec1b 79#define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */
161d2d5e 80#endif
7379f45a
DB
81
82#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
83#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
84#undef CONFIG_CMD_IMI /* iminfo */
85#undef CONFIG_CMD_IMLS /* List all found images */
9d70e772 86#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
d71dd042
NM
87#define CONFIG_CMD_NFS /* NFS support */
88#define CONFIG_CMD_PING
89#define CONFIG_CMD_DHCP
7379f45a 90
161d2d5e 91#undef CONFIG_SYS_I2C_OMAP24XX
6789e84e 92#define CONFIG_SYS_I2C_OMAP34XX
7379f45a 93
cd782635
TR
94/*
95 * TWL4030
96 */
2c155130 97#define CONFIG_TWL4030_LED 1
cd782635 98
7379f45a
DB
99/*
100 * Board NAND Info.
101 */
7379f45a
DB
102#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
103 /* to access nand */
104#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
105 /* to access nand at */
106 /* CS0 */
b80a6603 107#define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16
7379f45a
DB
108
109/* Environment information */
7379f45a
DB
110
111#define CONFIG_EXTRA_ENV_SETTINGS \
112 "loadaddr=0x82000000\0" \
c2e7c7b2 113 "fdtaddr=0x80f80000\0" \
4e8183b7 114 "bootfile=uImage\0" \
c2e7c7b2 115 "fdtfile=omap3-ldp.dtb\0" \
4e8183b7
NM
116 "bootdir=/\0" \
117 "bootpart=0:1\0" \
05be5a60 118 "usbtty=cdc_acm\0" \
ea467c73 119 "console=ttyO2,115200n8\0" \
d6906cb8 120 "mmcdev=0\0" \
7379f45a
DB
121 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
122 "videospec=omapfb:vram:2M,vram:4M\0" \
123 "mmcargs=setenv bootargs console=${console} " \
124 "video=${videospec},mode:${videomode} " \
125 "root=/dev/mmcblk0p2 rw " \
126 "rootfstype=ext3 rootwait\0" \
127 "nandargs=setenv bootargs console=${console} " \
128 "video=${videospec},mode:${videomode} " \
129 "root=/dev/mtdblock4 rw " \
130 "rootfstype=jffs2\0" \
d6906cb8 131 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
7379f45a 132 "bootscript=echo Running bootscript from mmc ...; " \
74de7aef 133 "source ${loadaddr}\0" \
4e8183b7 134 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
c2e7c7b2
NM
135 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
136 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
7379f45a
DB
137 "mmcboot=echo Booting from mmc ...; " \
138 "run mmcargs; " \
139 "bootm ${loadaddr}\0" \
c2e7c7b2
NM
140 "mmczboot=echo Booting from mmc ...; " \
141 "run mmcargs; " \
142 "bootz ${loadaddr} - ${fdtaddr}\0" \
7379f45a
DB
143 "nandboot=echo Booting from nand ...; " \
144 "run nandargs; " \
145 "nand read ${loadaddr} 280000 400000; " \
146 "bootm ${loadaddr}\0" \
147
148#define CONFIG_BOOTCOMMAND \
66968110 149 "mmc dev ${mmcdev}; if mmc rescan; then " \
7379f45a
DB
150 "if run loadbootscript; then " \
151 "run bootscript; " \
152 "else " \
4e8183b7 153 "if run loadimage; then " \
7379f45a 154 "run mmcboot; " \
c2e7c7b2
NM
155 "else if run loadzimage; then " \
156 "run mmczboot; " \
7379f45a 157 "else run nandboot; " \
c2e7c7b2 158 "fi; fi;" \
7379f45a
DB
159 "fi; " \
160 "else run nandboot; fi"
161
7379f45a
DB
162/*
163 * Miscellaneous configurable options
164 */
161d2d5e
NM
165#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
166#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
7379f45a
DB
167 0x01F00000) /* 31MB */
168
7379f45a
DB
169/*-----------------------------------------------------------------------
170 * FLASH and environment organization
171 */
172
173/* **** PISMO SUPPORT *** */
6cbec7b3 174#if defined(CONFIG_CMD_NAND)
222a3113 175#define CONFIG_SYS_FLASH_BASE NAND_BASE
6cbec7b3 176#endif
7379f45a
DB
177
178/* Monitor at start of flash */
179#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
180#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
181
182#define CONFIG_ENV_IS_IN_NAND 1
183#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
184#define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */
185
6cbec7b3
LC
186#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
187#define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
7379f45a
DB
188#define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
189
8e40852f
A
190#define CONFIG_SYS_CACHELINE_SIZE 64
191
9d70e772
NM
192#ifdef CONFIG_CMD_NET
193/* Ethernet (LAN9211 from SMSC9118 family) */
194#define CONFIG_SMC911X
195#define CONFIG_SMC911X_32_BIT
196#define CONFIG_SMC911X_BASE DEBUG_BASE
197
198#endif
199
7379f45a 200#endif /* __CONFIG_H */