blob: cc7c2fdf0435d25baaaa9a3c231c8be0bd33b7c2 [file] [log] [blame]
Dirk Behme7379f452009-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 Denk3765b3e2013-10-07 13:07:26 +020010 * SPDX-License-Identifier: GPL-2.0+
Dirk Behme7379f452009-01-28 21:40:16 +010011 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
Dirk Behme7379f452009-01-28 21:40:16 +010015
Nishanth Menon161d2d52014-04-08 09:50:58 -050016#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
Dirk Behme7379f452009-01-28 21:40:16 +010017#include <asm/arch/cpu.h> /* get chip and board defs */
Nishanth Menon987ec582015-03-09 17:12:04 -050018#include <asm/arch/omap.h>
Nishanth Menon161d2d52014-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 Menon161d2d52014-04-08 09:50:58 -050022#undef CONFIG_SPL_FRAMEWORK
Nishanth Menon161d2d52014-04-08 09:50:58 -050023
24/* Generic NAND definition conflicts with debug_base */
25#undef CONFIG_SYS_NAND_BASE
Dirk Behme7379f452009-01-28 21:40:16 +010026
Dirk Behme7379f452009-01-28 21:40:16 +010027#define CONFIG_MISC_INIT_R
28
Dirk Behme7379f452009-01-28 21:40:16 +010029#define CONFIG_REVISION_TAG 1
30
Sandeep Paulraj9c44ddc2009-09-09 11:50:40 -040031#define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
Dirk Behme7379f452009-01-28 21:40:16 +010032
33/*
34 * Hardware drivers
35 */
36
Tom Rix05be5a62009-10-31 12:37:42 -050037/* USB device configuration */
38#define CONFIG_USB_DEVICE 1
39#define CONFIG_USB_TTY 1
Tom Rix05be5a62009-10-31 12:37:42 -050040/* Change these to suit your needs */
41#define CONFIG_USBD_VENDORID 0x0451
42#define CONFIG_USBD_PRODUCTID 0x5678
43#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
44#define CONFIG_USBD_PRODUCT_NAME "Zoom1"
45
Nishanth Menon161d2d52014-04-08 09:50:58 -050046#if defined(CONFIG_CMD_NAND)
pekon gupta434f2cf2014-07-18 17:59:42 +053047/* NAND: SPL falcon mode configs */
48#ifdef CONFIG_SPL_OS_BOOT
pekon gupta434f2cf2014-07-18 17:59:42 +053049#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
pekon gupta434f2cf2014-07-18 17:59:42 +053050#endif
Nishanth Menon161d2d52014-04-08 09:50:58 -050051#endif
Dirk Behme7379f452009-01-28 21:40:16 +010052
Dirk Behme7379f452009-01-28 21:40:16 +010053/*
Tom Rixcd782632009-06-28 12:52:29 -050054 * TWL4030
55 */
Tom Rix2c155132009-06-28 12:52:30 -050056#define CONFIG_TWL4030_LED 1
Tom Rixcd782632009-06-28 12:52:29 -050057
58/*
Dirk Behme7379f452009-01-28 21:40:16 +010059 * Board NAND Info.
60 */
Dirk Behme7379f452009-01-28 21:40:16 +010061#define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
62 /* to access nand */
63#define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
64 /* to access nand at */
65 /* CS0 */
Dirk Behme7379f452009-01-28 21:40:16 +010066
67/* Environment information */
Dirk Behme7379f452009-01-28 21:40:16 +010068
69#define CONFIG_EXTRA_ENV_SETTINGS \
70 "loadaddr=0x82000000\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050071 "fdtaddr=0x80f80000\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050072 "bootfile=uImage\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050073 "fdtfile=omap3-ldp.dtb\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050074 "bootdir=/\0" \
75 "bootpart=0:1\0" \
Tom Rix05be5a62009-10-31 12:37:42 -050076 "usbtty=cdc_acm\0" \
Nishanth Menonea467c72014-04-08 09:50:57 -050077 "console=ttyO2,115200n8\0" \
Tom Rinid6906cb2011-09-03 21:50:35 -040078 "mmcdev=0\0" \
Dirk Behme7379f452009-01-28 21:40:16 +010079 "videomode=1024x768@60,vxres=1024,vyres=768\0" \
80 "videospec=omapfb:vram:2M,vram:4M\0" \
81 "mmcargs=setenv bootargs console=${console} " \
82 "video=${videospec},mode:${videomode} " \
83 "root=/dev/mmcblk0p2 rw " \
84 "rootfstype=ext3 rootwait\0" \
85 "nandargs=setenv bootargs console=${console} " \
86 "video=${videospec},mode:${videomode} " \
87 "root=/dev/mtdblock4 rw " \
88 "rootfstype=jffs2\0" \
Tom Rinid6906cb2011-09-03 21:50:35 -040089 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
Dirk Behme7379f452009-01-28 21:40:16 +010090 "bootscript=echo Running bootscript from mmc ...; " \
Wolfgang Denk74de7ae2009-04-01 23:34:12 +020091 "source ${loadaddr}\0" \
Nishanth Menon4e8183b2014-04-08 09:50:55 -050092 "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050093 "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
94 "loadzimage=setenv bootfile zImage; if run loadimage; then run loadfdt;fi\0"\
Dirk Behme7379f452009-01-28 21:40:16 +010095 "mmcboot=echo Booting from mmc ...; " \
96 "run mmcargs; " \
97 "bootm ${loadaddr}\0" \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -050098 "mmczboot=echo Booting from mmc ...; " \
99 "run mmcargs; " \
100 "bootz ${loadaddr} - ${fdtaddr}\0" \
Dirk Behme7379f452009-01-28 21:40:16 +0100101 "nandboot=echo Booting from nand ...; " \
102 "run nandargs; " \
103 "nand read ${loadaddr} 280000 400000; " \
104 "bootm ${loadaddr}\0" \
105
106#define CONFIG_BOOTCOMMAND \
Andrew Bradford66968112012-10-01 05:06:52 +0000107 "mmc dev ${mmcdev}; if mmc rescan; then " \
Dirk Behme7379f452009-01-28 21:40:16 +0100108 "if run loadbootscript; then " \
109 "run bootscript; " \
110 "else " \
Nishanth Menon4e8183b2014-04-08 09:50:55 -0500111 "if run loadimage; then " \
Dirk Behme7379f452009-01-28 21:40:16 +0100112 "run mmcboot; " \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -0500113 "else if run loadzimage; then " \
114 "run mmczboot; " \
Dirk Behme7379f452009-01-28 21:40:16 +0100115 "else run nandboot; " \
Nishanth Menonc2e7c7b2014-04-08 09:50:56 -0500116 "fi; fi;" \
Dirk Behme7379f452009-01-28 21:40:16 +0100117 "fi; " \
118 "else run nandboot; fi"
119
Dirk Behme7379f452009-01-28 21:40:16 +0100120/*
121 * Miscellaneous configurable options
122 */
Nishanth Menon161d2d52014-04-08 09:50:58 -0500123#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1) /* memtest */
124#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_2 + \
Dirk Behme7379f452009-01-28 21:40:16 +0100125 0x01F00000) /* 31MB */
126
Dirk Behme7379f452009-01-28 21:40:16 +0100127/*-----------------------------------------------------------------------
128 * FLASH and environment organization
129 */
130
131/* **** PISMO SUPPORT *** */
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400132#if defined(CONFIG_CMD_NAND)
pekon gupta222a3112014-07-18 17:59:41 +0530133#define CONFIG_SYS_FLASH_BASE NAND_BASE
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400134#endif
Dirk Behme7379f452009-01-28 21:40:16 +0100135
136/* Monitor at start of flash */
137#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
138#define CONFIG_SYS_ONENAND_BASE ONENAND_MAP
139
Dirk Behme7379f452009-01-28 21:40:16 +0100140#define ONENAND_ENV_OFFSET 0x260000 /* environment starts here */
Dirk Behme7379f452009-01-28 21:40:16 +0100141
Luca Ceresoli6cbec7b2011-04-20 11:02:05 -0400142#define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
Adam Ford7672d9d2017-09-04 21:08:02 -0500143#define CONFIG_ENV_OFFSET 0x260000
144#define CONFIG_ENV_ADDR 0x260000
Dirk Behme7379f452009-01-28 21:40:16 +0100145
Dirk Behme7379f452009-01-28 21:40:16 +0100146#endif /* __CONFIG_H */