2 * (C) Copyright 2006-2008
4 * Richard Woodruff <r-woodruff2@ti.com>
5 * Syed Mohammed Khasim <x0khasim@ti.com>
8 * Corscience GmbH & Co. KG
9 * Thomas Weber <weber@corscience.de>
11 * Configuration settings for the Tricorder board.
13 * See file CREDITS for list of people who contributed to this
16 * This program is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License as
18 * published by the Free Software Foundation; either version 2 of
19 * the License, or (at your option) any later version.
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
35 /* High Level Configuration Options */
36 #define CONFIG_OMAP /* in a TI OMAP core */
37 #define CONFIG_OMAP34XX /* which is a 34XX */
39 #define CONFIG_MACH_TYPE MACH_TYPE_TRICORDER
41 * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
42 * 64 bytes before this address should be set aside for u-boot.img's
43 * header. That is 0x800FFFC0--0x80100000 should not be used for any
46 #define CONFIG_SYS_TEXT_BASE 0x80100000
48 #define CONFIG_SDRC /* The chip has SDRC controller */
50 #include <asm/arch/cpu.h> /* get chip and board defs */
51 #include <asm/arch/omap3.h>
53 /* Display CPU and Board information */
54 #define CONFIG_DISPLAY_CPUINFO
55 #define CONFIG_DISPLAY_BOARDINFO
58 #define V_OSCK 26000000 /* Clock output from T2 */
59 #define V_SCLK (V_OSCK >> 1)
61 #undef CONFIG_USE_IRQ /* no support for IRQs */
62 #define CONFIG_MISC_INIT_R
64 #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
65 #define CONFIG_SETUP_MEMORY_TAGS
66 #define CONFIG_INITRD_TAG
67 #define CONFIG_REVISION_TAG
69 #define CONFIG_OF_LIBFDT
71 /* Size of malloc() pool */
72 #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
74 #define CONFIG_SYS_MALLOC_LEN (1024*1024)
76 /* Hardware drivers */
78 /* NS16550 Configuration */
79 #define CONFIG_SYS_NS16550
80 #define CONFIG_SYS_NS16550_SERIAL
81 #define CONFIG_SYS_NS16550_REG_SIZE (-4)
82 #define CONFIG_SYS_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */
84 /* select serial console configuration */
85 #define CONFIG_CONS_INDEX 3
86 #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
87 #define CONFIG_SERIAL3 3
88 #define CONFIG_BAUDRATE 115200
89 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
93 #define CONFIG_GENERIC_MMC
95 #define CONFIG_OMAP_HSMMC
96 #define CONFIG_DOS_PARTITION
99 #define CONFIG_HARD_I2C
100 #define CONFIG_SYS_I2C_SPEED 100000
101 #define CONFIG_SYS_I2C_SLAVE 1
102 #define CONFIG_SYS_I2C_BUS 0
103 #define CONFIG_SYS_I2C_BUS_SELECT 1
104 #define CONFIG_DRIVER_OMAP34XX_I2C 1
107 #define CONFIG_TWL4030_POWER
108 #define CONFIG_TWL4030_LED
110 /* Board NAND Info */
111 #define CONFIG_SYS_NO_FLASH /* no NOR flash */
112 #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
113 #define MTDIDS_DEFAULT "nand0=nand"
114 #define MTDPARTS_DEFAULT "mtdparts=nand:" \
115 "512k(u-boot-spl)," \
117 "128k(u-boot-env)," \
121 #define CONFIG_NAND_OMAP_GPMC
122 #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
124 #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
125 /* to access nand at */
127 #define GPMC_NAND_ECC_LP_x16_LAYOUT 1
129 #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */
132 /* commands to include */
133 #include <config_cmd_default.h>
135 #define CONFIG_CMD_EXT2 /* EXT2 Support */
136 #define CONFIG_CMD_FAT /* FAT support */
137 #define CONFIG_CMD_I2C /* I2C serial bus support */
138 #define CONFIG_CMD_MMC /* MMC support */
139 #define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */
140 #define CONFIG_CMD_NAND /* NAND support */
141 #define CONFIG_CMD_NAND_LOCK_UNLOCK /* nand (un)lock commands */
142 #define CONFIG_CMD_UBI /* UBI commands */
143 #define CONFIG_CMD_UBIFS /* UBIFS commands */
144 #define CONFIG_LZO /* LZO is needed for UBIFS */
146 #undef CONFIG_CMD_NET
147 #undef CONFIG_CMD_NFS
148 #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
149 #undef CONFIG_CMD_IMI /* iminfo */
150 #undef CONFIG_CMD_JFFS2 /* JFFS2 Support */
153 #define CONFIG_RBTREE
154 #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
155 #define CONFIG_MTD_PARTITIONS
157 /* Environment information */
158 #define CONFIG_ENV_OVERWRITE /* allow to overwrite serial and ethaddr */
160 #define CONFIG_BOOTDELAY 3
162 #define CONFIG_EXTRA_ENV_SETTINGS \
163 "loadaddr=0x82000000\0" \
164 "console=ttyO2,115200n8\0" \
167 "lcdmode=800x600\0" \
168 "defaultdisplay=lcd\0" \
169 "kernelopts=rw rootwait\0" \
171 "setenv bootargs console=${console} " \
173 "omapfb.mode=lcd:${lcdmode} " \
174 "omapdss.def_disp=${defaultdisplay}\0" \
177 "setenv bootargs ${bootargs} " \
178 "root=/dev/mmcblk0p2 " \
182 "setenv bootargs ${bootargs} " \
183 "omapfb.mode=lcd:${lcdmode} " \
184 "omapdss.def_disp=${defaultdisplay} " \
187 "rootfstype=ubifs " \
189 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
190 "bootscript=echo Running bootscript from mmc ...; " \
191 "source ${loadaddr}\0" \
192 "loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
193 "eraseenv=nand unlock 0x260000 0x20000; nand erase 0x260000 0x20000\0" \
194 "mmcboot=echo Booting from mmc ...; " \
196 "bootm ${loadaddr}\0" \
197 "loaduimage_ubi=mtd default; " \
199 "ubifsmount root; " \
200 "ubifsload ${loadaddr} /boot/uImage\0" \
201 "nandboot=echo Booting from nand ...; " \
203 "run loaduimage_ubi; " \
204 "bootm ${loadaddr}\0" \
205 "autoboot=if mmc rescan ${mmcdev}; then " \
206 "if run loadbootscript; then " \
209 "if run loaduimage; then " \
211 "else run nandboot; " \
214 "else run nandboot; fi\0"
217 #define CONFIG_BOOTCOMMAND "run autoboot"
219 /* Miscellaneous configurable options */
220 #define CONFIG_SYS_LONGHELP /* undef to save memory */
221 #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
222 #define CONFIG_AUTO_COMPLETE
223 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
224 #define CONFIG_SYS_PROMPT "OMAP3 Tricorder # "
225 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
226 /* Print Buffer Size */
227 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
228 sizeof(CONFIG_SYS_PROMPT) + 16)
229 #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
231 /* Boot Argument Buffer Size */
232 #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
234 #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0 + 0x07000000)
235 #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
236 0x01000000) /* 16MB */
238 #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0 + 0x02000000)
241 * OMAP3 has 12 GP timers, they can be driven by the system clock
242 * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK).
243 * This rate is divided by a local divisor.
245 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
246 #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
247 #define CONFIG_SYS_HZ 1000
249 /* The stack sizes are set up in start.S using the settings below */
250 #define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */
252 /* Physical Memory Map */
253 #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
254 #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0
255 #define PHYS_SDRAM_1_SIZE (128 << 20) /* at least 128 MiB */
256 #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1
258 /* NAND and environment organization */
259 #define PISMO1_NAND_SIZE GPMC_SIZE_128M
261 #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
263 #define CONFIG_ENV_IS_IN_NAND 1
264 #define CONFIG_ENV_OFFSET 0x260000 /* environment starts here */
266 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
267 #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
268 #define CONFIG_SYS_INIT_RAM_SIZE 0x800
269 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
270 CONFIG_SYS_INIT_RAM_SIZE - \
271 GENERATED_GBL_DATA_SIZE)
274 #define CONFIG_SYS_SRAM_START 0x40200000
275 #define CONFIG_SYS_SRAM_SIZE 0x10000
277 /* Defines for SPL */
279 #define CONFIG_SPL_NAND_SIMPLE
281 #define CONFIG_SPL_LIBCOMMON_SUPPORT
282 #define CONFIG_SPL_LIBDISK_SUPPORT
283 #define CONFIG_SPL_I2C_SUPPORT
284 #define CONFIG_SPL_LIBGENERIC_SUPPORT
285 #define CONFIG_SPL_SERIAL_SUPPORT
286 #define CONFIG_SPL_POWER_SUPPORT
287 #define CONFIG_SPL_NAND_SUPPORT
288 #define CONFIG_SPL_MMC_SUPPORT
289 #define CONFIG_SPL_FAT_SUPPORT
290 #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
291 #define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
292 #define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
293 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
295 #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
296 #define CONFIG_SPL_MAX_SIZE 0xB400 /* 45 K */
297 #define CONFIG_SPL_STACK LOW_LEVEL_SRAM_STACK
299 #define CONFIG_SPL_BSS_START_ADDR 0x80000000 /*CONFIG_SYS_SDRAM_BASE*/
300 #define CONFIG_SPL_BSS_MAX_SIZE 0x80000
302 /* NAND boot config */
303 #define CONFIG_SYS_NAND_5_ADDR_CYCLE
304 #define CONFIG_SYS_NAND_PAGE_COUNT 64
305 #define CONFIG_SYS_NAND_PAGE_SIZE 2048
306 #define CONFIG_SYS_NAND_OOBSIZE 64
307 #define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
308 #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
309 #define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9,\
312 #define CONFIG_SYS_NAND_ECCSIZE 512
313 #define CONFIG_SYS_NAND_ECCBYTES 3
315 #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
317 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
318 #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x200000
320 #define CONFIG_SYS_SPL_MALLOC_START 0x80208000
321 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
323 #endif /* __CONFIG_H */