blob: e5e4bc4c8e2be60fed508b8beb5fbb0cdcd624df [file] [log] [blame]
Dirk Behmebab104e2009-01-28 21:40:16 +01001/*
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 *
Wolfgang Denkbd8ec7e2013-10-07 13:07:26 +020010 * SPDX-License-Identifier: GPL-2.0+
Dirk Behmebab104e2009-01-28 21:40:16 +010011 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
Dirk Behmebab104e2009-01-28 21:40:16 +010015
Nishanth Menon91039282014-04-08 09:50:58 -050016#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Dirk Behmebab104e2009-01-28 21:40:16 +010017#include <asm/arch/cpu.h> /* get chip and board defs */
Nishanth Menonfa96c962015-03-09 17:12:04 -050018#include <asm/arch/omap.h>
Nishanth Menon91039282014-04-08 09:50:58 -050019#include <configs/ti_omap3_common.h>
20
21/* Remove SPL boot option - we do not support that on LDP yet */
Nishanth Menon91039282014-04-08 09:50:58 -050022#undef CONFIG_SPL_FRAMEWORK
Nishanth Menon91039282014-04-08 09:50:58 -050023
24/* Generic NAND definition conflicts with debug_base */
25#undef CONFIG_SYS_NAND_BASE
Dirk Behmebab104e2009-01-28 21:40:16 +010026
Dirk Behmebab104e2009-01-28 21:40:16 +010027#define CONFIG_MISC_INIT_R
28
Dirk Behmebab104e2009-01-28 21:40:16 +010029#define CONFIG_REVISION_TAG 1
30
Sandeep Paulraj6a87b3f2009-09-09 11:50:40 -040031#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Dirk Behmebab104e2009-01-28 21:40:16 +010032
33/*
34 * Hardware drivers
35 */
Dirk Behmebab104e2009-01-28 21:40:16 +010036
Tom Rixdd679ff2009-10-31 12:37:42 -050037/* USB */
Tom Rixdd679ff2009-10-31 12:37:42 -050038#define CONFIG_TWL4030_USB 1
39
40/* USB device configuration */
41#define CONFIG_USB_DEVICE 1
42#define CONFIG_USB_TTY 1
Tom Rixdd679ff2009-10-31 12:37:42 -050043/* Change these to suit your needs */
44#define CONFIG_USBD_VENDORID 0x0451
45#define CONFIG_USBD_PRODUCTID 0x5678
46#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
47#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
48
Nishanth Menon91039282014-04-08 09:50:58 -050049#if defined(CONFIG_CMD_NAND)
pekon gupta7909b6d2014-07-18 17:59:42 +053050/* NAND: SPL falcon mode configs */
51#ifdef CONFIG_SPL_OS_BOOT
pekon gupta7909b6d2014-07-18 17:59:42 +053052#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
pekon gupta7909b6d2014-07-18 17:59:42 +053053#endif
Nishanth Menon91039282014-04-08 09:50:58 -050054#endif
Dirk Behmebab104e2009-01-28 21:40:16 +010055
Dirk Behmebab104e2009-01-28 21:40:16 +010056/*
Tom Rix330a90a2009-06-28 12:52:29 -050057 * TWL4030
58 */
Tom Rix0f2a8042009-06-28 12:52:30 -050059#define CONFIG_TWL4030_LED 1
Tom Rix330a90a2009-06-28 12:52:29 -050060
61/*
Dirk Behmebab104e2009-01-28 21:40:16 +010062 * Board NAND Info.
63 */
Dirk Behmebab104e2009-01-28 21:40:16 +010064#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
65 /* to access nand */
66#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
67 /* to access nand at */
68 /* CS0 */
Dirk Behmebab104e2009-01-28 21:40:16 +010069
70/* Environment information */
Dirk Behmebab104e2009-01-28 21:40:16 +010071
72#define CONFIG_EXTRA_ENV_SETTINGS \
73 "loadaddr=0x82000000\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -050074 "fdtaddr=0x80f80000\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050075 "bootfile=uImage\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -050076 "fdtfile=omap3-ldp.dtb\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050077 "bootdir=/\0" \
78 "bootpart=0:1\0" \
Tom Rixdd679ff2009-10-31 12:37:42 -050079 "usbtty=cdc_acm\0" \
Nishanth Menon46c11122014-04-08 09:50:57 -050080 "console=ttyO2,115200n8\0" \
Tom Rinifba34162011-09-03 21:50:35 -040081 "mmcdev=0\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +010082 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
83 "videospec=omapfb:vram:2M,vram:4M\0" \
84 "mmcargs=setenv bootargs console=${console} " \
85 "video=${videospec},mode:${videomode} " \
86 "root=/dev/mmcblk0p2 rw " \
87 "rootfstype=ext3 rootwait\0" \
88 "nandargs=setenv bootargs console=${console} " \
89 "video=${videospec},mode:${videomode} " \
90 "root=/dev/mtdblock4 rw " \
91 "rootfstype=jffs2\0" \
Tom Rinifba34162011-09-03 21:50:35 -040092 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +010093 "bootscript=echo Running bootscript from mmc ...; " \
Wolfgang Denk85c25df2009-04-01 23:34:12 +020094 "source ${loadaddr}\0" \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -050095 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -050096 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
97 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
Dirk Behmebab104e2009-01-28 21:40:16 +010098 "mmcboot=echo Booting from mmc ...; " \
99 "run mmcargs; " \
100 "bootm ${loadaddr}\0" \
Nishanth Menon84218b52014-04-08 09:50:56 -0500101 "mmczboot=echo Booting from mmc ...; " \
102 "run mmcargs; " \
103 "bootz ${loadaddr} - ${fdtaddr}\0" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100104 "nandboot=echo Booting from nand ...; " \
105 "run nandargs; " \
106 "nand read ${loadaddr} 280000 400000; " \
107 "bootm ${loadaddr}\0" \
108
109#define CONFIG_BOOTCOMMAND \
Andrew Bradforde1c7c8a2012-10-01 05:06:52 +0000110 "mmc dev ${mmcdev}; if mmc rescan; then " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100111 "if run loadbootscript; then " \
112 "run bootscript; " \
113 "else " \
Nishanth Menon34f5e0a2014-04-08 09:50:55 -0500114 "if run loadimage; then " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100115 "run mmcboot; " \
Nishanth Menon84218b52014-04-08 09:50:56 -0500116 "else if run loadzimage; then " \
117 "run mmczboot; " \
Dirk Behmebab104e2009-01-28 21:40:16 +0100118 "else run nandboot; " \
Nishanth Menon84218b52014-04-08 09:50:56 -0500119 "fi; fi;" \
Dirk Behmebab104e2009-01-28 21:40:16 +0100120 "fi; " \
121 "else run nandboot; fi"
122
Dirk Behmebab104e2009-01-28 21:40:16 +0100123/*
124 * Miscellaneous configurable options
125 */
Nishanth Menon91039282014-04-08 09:50:58 -0500126#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
127#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
Dirk Behmebab104e2009-01-28 21:40:16 +0100128 0x01F00000) /* 31MB */
129
Dirk Behmebab104e2009-01-28 21:40:16 +0100130/*-----------------------------------------------------------------------
131 * FLASH and environment organization
132 */
133
134/* **** PISMO SUPPORT *** */
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400135#if defined(CONFIG_CMD_NAND)
pekon gupta0a9ec452014-07-18 17:59:41 +0530136#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400137#endif
Dirk Behmebab104e2009-01-28 21:40:16 +0100138
139/* Monitor at start of flash */
140#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
141#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
142
Dirk Behmebab104e2009-01-28 21:40:16 +0100143#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
Dirk Behmebab104e2009-01-28 21:40:16 +0100144
Luca Ceresoli9783a2c2011-04-20 11:02:05 -0400145#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford6b1c1652017-09-04 21:08:02 -0500146#define CONFIG_ENV_OFFSET 0x260000
147#define CONFIG_ENV_ADDR 0x260000
Dirk Behmebab104e2009-01-28 21:40:16 +0100148
Dirk Behmebab104e2009-01-28 21:40:16 +0100149#endif /* __CONFIG_H */