blob: 485866d694f44ebfe8c18b1cab48a5d29ab19534 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefano Babicf57fd342010-11-30 11:46:56 -05002/*
3 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4 *
5 * Based on davinci_dvevm.h. Original Copyrights follow:
6 *
7 * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
Stefano Babicf57fd342010-11-30 11:46:56 -05008 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
13/*
14 * Board
15 */
16#define CONFIG_DRIVER_TI_EMAC
17#define CONFIG_USE_SPIFLASH
Stefano Babicc9ab5c02011-10-04 23:43:30 +000018#define CONFIG_SYS_USE_NAND
Stefano Babicf57fd342010-11-30 11:46:56 -050019#define CONFIG_DRIVER_TI_EMAC_USE_RMII
Bastian Ruppert29665cf2012-09-13 22:29:04 +000020#define CONFIG_DRIVER_TI_EMAC_RMII_NO_NEGOTIATE
Stefano Babic847b6902011-10-04 23:43:39 +000021#define CONFIG_PREBOOT
Stefano Babicf57fd342010-11-30 11:46:56 -050022
23/*
24 * SoC Configuration
25 */
Stefano Babicf57fd342010-11-30 11:46:56 -050026#define CONFIG_SYS_CLK_FREQ clk_get(DAVINCI_ARM_CLKID)
27#define CONFIG_SYS_OSCIN_FREQ 24000000
28#define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
29#define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID)
Stefano Babicf57fd342010-11-30 11:46:56 -050030#define CONFIG_SKIP_LOWLEVEL_INIT
Stefano Babicf57fd342010-11-30 11:46:56 -050031
32/*
33 * Memory Info
34 */
Stefano Babic16f61842011-10-04 23:43:37 +000035#define CONFIG_SYS_MALLOC_LEN (0x10000 + 4*1024*1024) /* malloc() len */
Stefano Babicf57fd342010-11-30 11:46:56 -050036#define PHYS_SDRAM_1 DAVINCI_DDR_EMIF_DATA_BASE /* DDR Start */
37#define PHYS_SDRAM_1_SIZE (64 << 20) /* SDRAM size 64MB */
38#define CONFIG_MAX_RAM_BANK_SIZE (512 << 20) /* max size from SPRS586*/
39
40/* memtest start addr */
41#define CONFIG_SYS_MEMTEST_START (PHYS_SDRAM_1 + 0x2000000)
42
43/* memtest will be run on 16MB */
44#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024)
45
46#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
Stefano Babicf57fd342010-11-30 11:46:56 -050047
48/*
49 * Serial Driver info
50 */
Stefano Babicf57fd342010-11-30 11:46:56 -050051#define CONFIG_SYS_NS16550_SERIAL
52#define CONFIG_SYS_NS16550_REG_SIZE -4 /* NS16550 register size */
Bastian Rupperteb98e9d2011-10-04 23:43:28 +000053#define CONFIG_SYS_NS16550_COM1 DAVINCI_UART0_BASE /* Base address of UART0 */
Stefano Babicf57fd342010-11-30 11:46:56 -050054#define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID)
Stefano Babicf57fd342010-11-30 11:46:56 -050055
Stefano Babicf57fd342010-11-30 11:46:56 -050056#define CONFIG_SYS_SPI_BASE DAVINCI_SPI1_BASE
57#define CONFIG_SYS_SPI_CLK clk_get(DAVINCI_SPI1_CLKID)
58#define CONFIG_SF_DEFAULT_SPEED 30000000
59#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
60
61/*
Stefano Babic0a00a172011-10-04 23:43:38 +000062 * I2C Configuration
63 */
Vitaly Andrianovbc9cd952014-04-04 13:16:52 -040064#define CONFIG_SYS_I2C
65#define CONFIG_SYS_I2C_DAVINCI
66#define CONFIG_SYS_DAVINCI_I2C_SPEED 100000
67#define CONFIG_SYS_DAVINCI_I2C_SLAVE 10 /* Bogus, master-only in U-Boot */
Stefano Babic0a00a172011-10-04 23:43:38 +000068
69/*
Stefano Babicf57fd342010-11-30 11:46:56 -050070 * Network & Ethernet Configuration
71 */
72#ifdef CONFIG_DRIVER_TI_EMAC
Stefano Babicf57fd342010-11-30 11:46:56 -050073#define CONFIG_MII
Stefano Babicf57fd342010-11-30 11:46:56 -050074#define CONFIG_BOOTP_DNS2
75#define CONFIG_BOOTP_SEND_HOSTNAME
76#define CONFIG_NET_RETRY_COUNT 10
Stefano Babicf57fd342010-11-30 11:46:56 -050077#endif
78
79#ifdef CONFIG_USE_SPIFLASH
Stefano Babicf57fd342010-11-30 11:46:56 -050080#define CONFIG_ENV_SIZE (8 << 10)
Stefano Babicc9ab5c02011-10-04 23:43:30 +000081#define CONFIG_ENV_OFFSET 0x80000
Stefano Babicf57fd342010-11-30 11:46:56 -050082#define CONFIG_ENV_SECT_SIZE (64 << 10)
Stefano Babicf57fd342010-11-30 11:46:56 -050083#endif
84
Stefano Babic16f61842011-10-04 23:43:37 +000085#if defined(CONFIG_VIDEO)
86#define CONFIG_VIDEO_DA8XX
Bastian Ruppert29665cf2012-09-13 22:29:04 +000087#define CONFIG_SPLASH_SCREEN_ALIGN
Stefano Babic16f61842011-10-04 23:43:37 +000088#define CONFIG_VIDEO_LOGO
89#define CONFIG_VIDEO_BMP_RLE8
Bastian Ruppert29665cf2012-09-13 22:29:04 +000090#define CONFIG_VIDEO_BMP_LOGO
Stefano Babic16f61842011-10-04 23:43:37 +000091#endif
92
Stefano Babicf57fd342010-11-30 11:46:56 -050093/*
94 * U-Boot general configuration
95 */
96#define CONFIG_BOOTFILE "uImage" /* Boot file name */
Stefano Babicf57fd342010-11-30 11:46:56 -050097#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Stefano Babicf57fd342010-11-30 11:46:56 -050098#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
99#define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1 + 0x700000)
Stefano Babicf57fd342010-11-30 11:46:56 -0500100#define CONFIG_MX_CYCLIC
101
102/*
103 * Linux Information
104 */
105#define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100)
106#define CONFIG_CMDLINE_TAG
107#define CONFIG_SETUP_MEMORY_TAGS
Stefano Babicf57fd342010-11-30 11:46:56 -0500108
Hadli, Manjunath0dfccbe2012-02-06 00:30:44 +0000109#ifdef CONFIG_CMD_BDI
110#define CONFIG_CLOCKS
111#endif
112
Stefano Babicc9ab5c02011-10-04 23:43:30 +0000113/* NAND Setup */
114#ifdef CONFIG_SYS_USE_NAND
Stefano Babicc9ab5c02011-10-04 23:43:30 +0000115#define CONFIG_SYS_NAND_PAGE_2K
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000116#define CONFIG_SYS_NAND_NO_SUBPAGE
Stefano Babicc9ab5c02011-10-04 23:43:30 +0000117#define CONFIG_SYS_NAND_CS 2
118#define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE2_BASE
119#undef CONFIG_SYS_NAND_HW_ECC
120#define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
121#define CONFIG_SYS_NAND_USE_FLASH_BBT
122#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */
Stefano Babicf57fd342010-11-30 11:46:56 -0500123#endif
124
Stefano Babicc9ab5c02011-10-04 23:43:30 +0000125#if !defined(CONFIG_SYS_USE_NAND) && \
Stefano Babicf57fd342010-11-30 11:46:56 -0500126 !defined(CONFIG_USE_NOR) && \
127 !defined(CONFIG_USE_SPIFLASH)
Stefano Babicf57fd342010-11-30 11:46:56 -0500128#define CONFIG_ENV_SIZE (16 << 10)
Stefano Babicf57fd342010-11-30 11:46:56 -0500129#endif
130
131/* additions for new relocation code, must added to all boards */
132#define CONFIG_SYS_SDRAM_BASE 0xc0000000
133#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \
134 GENERATED_GBL_DATA_SIZE)
Stefano Babic5b043a32011-10-04 23:43:32 +0000135/*
136 * Default environment and default scripts
137 * to update uboot and load kernel
138 */
Stefano Babic5b043a32011-10-04 23:43:32 +0000139
Mario Six790d8442018-03-28 14:38:20 +0200140#define CONFIG_HOSTNAME "ea20"
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000141#define CONFIG_EXTRA_ENV_SETTINGS \
Stefano Babic5b043a32011-10-04 23:43:32 +0000142 "as=3\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000143 "netdev=eth0\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000144 "nfsargs=setenv bootargs root=/dev/nfs rw " \
145 "nfsroot=${serverip}:${rootpath}\0" \
146 "rfsbargs=setenv bootargs root=/dev/nfs rw " \
147 "nfsroot=${serverip}:${rfsbpath}\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000148 "testrfsargs=setenv bootargs root=/dev/nfs rw " \
149 "nfsroot=${serverip}:${testrfspath}\0" \
150 "ramargs=setenv bootargs root=/dev/ram rw initrd=" \
151 "0x${ramdisk_addr_r},4M\0" \
152 "mtdids=nand0=davinci_nand.0\0" \
153 "serverip=192.168.5.249\0" \
154 "ipaddr=192.168.5.248\0" \
155 "rootpath=/opt/eldk/arm\0" \
156 "splashpos=230,180\0" \
157 "testrfspath=/opt/eldk/test_arm\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000158 "nandargs=setenv bootargs rootfstype=ubifs ro chk_data_crc " \
159 "ubi.mtd=${as} root=ubi0:rootfs\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000160 "nandrwargs=setenv bootargs rootfstype=ubifs rw chk_data_crc " \
161 "ubi.mtd=${as} root=ubi0:rootfs\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000162 "addip_sta=setenv bootargs ${bootargs} " \
163 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
164 ":${hostname}:${netdev}:off panic=1\0" \
165 "addip_dyn=setenv bootargs ${bootargs} ip=dhcp\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000166 "addip=if test -n ${ipdyn};then run addip_dyn;" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000167 "else run addip_sta;fi\0" \
168 "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
169 "addtty=setenv bootargs ${bootargs}" \
170 " console=${consoledev},${baudrate}n8\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000171 "addmisc=setenv bootargs ${bootargs} ${misc}\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000172 "addmem=setenv bootargs ${bootargs} mem=${memory}\0" \
173 "consoledev=ttyS0\0" \
174 "loadaddr=c0000014\0" \
175 "memory=32M\0" \
176 "kernel_addr_r=c0700000\0" \
Mario Six790d8442018-03-28 14:38:20 +0200177 "hostname=" CONFIG_HOSTNAME "\0" \
178 "bootfile=" CONFIG_HOSTNAME "/uImage\0" \
179 "ramdisk_file=" CONFIG_HOSTNAME "/image.ext2\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000180 "flash_self=run ramargs addip addtty addmtd addmisc addmem;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000181 "bootm ${kernel_addr_r}\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000182 "flash_nfs=run nfsargs addip addtty addmtd addmisc addmem;" \
183 "bootm ${kernel_addr}\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000184 "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \
Stefano Babic5b043a32011-10-04 23:43:32 +0000185 "run nfsargs addip addtty addmtd addmisc addmem;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000186 "bootm ${kernel_addr_r}\0" \
187 "net_rfsb=tftp ${kernel_addr_r} ${bootfile}; " \
188 "run rfsbargs addip addtty addmtd addmisc addmem; " \
189 "bootm ${kernel_addr_r}\0" \
190 "net_testrfs=tftp ${kernel_addr_r} ${bootfile}; " \
191 "run testrfsargs addip addtty addmtd addmisc addmem; " \
192 "bootm ${kernel_addr_r}\0" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000193 "net_self_load=tftp ${kernel_addr_r} ${bootfile};" \
194 "tftp ${ramdisk_addr_r} ${ramdisk_file};\0" \
Joe Hershberger108458a2012-11-01 16:54:18 +0000195 "nand_nand=ubi part nand0,${as};ubifsmount ubi:rootfs;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000196 "ubifsload ${kernel_addr_r} /boot/uImage;" \
197 "ubifsumount; run nandargs addip addtty " \
198 "addmtd addmisc addmem;clrlogo;" \
199 "bootm ${kernel_addr_r}\0" \
Joe Hershberger108458a2012-11-01 16:54:18 +0000200 "nand_nandrw=ubi part nand0,${as};ubifsmount ubi:rootfs;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000201 "ubifsload ${kernel_addr_r} /boot/uImage;" \
202 "ubifsumount; run nandrwargs addip addtty " \
203 "addmtd addmisc addmem;clrlogo;" \
204 "bootm ${kernel_addr_r}\0" \
205 "net_nandrw=tftp ${kernel_addr_r} ${bootfile}; run nandrwargs" \
206 " addip addtty addmtd addmisc addmem;" \
207 "clrlogo;bootm ${kernel_addr_r}\0" \
Mario Six790d8442018-03-28 14:38:20 +0200208 "u-boot=" CONFIG_HOSTNAME "/u-boot.bin\0" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000209 "load_magic=if sf probe 0;then sf " \
210 "read c0000000 0x10000 0x60000;fi\0" \
Joe Hershberger108458a2012-11-01 16:54:18 +0000211 "load_nand=ubi part nand0,${as};ubifsmount ubi:rootfs;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000212 "if ubifsload c0000014 /boot/u-boot.bin;" \
213 "then mw c0000008 ${filesize};else echo Error reading" \
214 " u-boot from nand!;fi\0" \
215 "load_net=if sf probe 0;then sf read c0000000 0x10000 " \
216 "0x60000;tftp c0000014 ${u-boot};" \
217 "mw c0000008 ${filesize};fi\0" \
218 "upd=if sf probe 0;then sf erase 10000 60000;" \
219 "sf write c0000000 10000 60000;fi\0" \
220 "ublupdate=if tftp C0700000 ${ublname};then sf probe 0; " \
221 "sf erase 0 10000;" \
222 "sf write 0xc0700000 0 ${filesize};fi\0" \
223 "ubootupd_net=if run load_net;then echo Updating u-boot;" \
224 "if run upd; then echo U-Boot updated;" \
Stefano Babic5b043a32011-10-04 23:43:32 +0000225 "else echo Error updating u-boot !;" \
226 "echo Board without bootloader !!;" \
227 "fi;" \
Bastian Ruppert29665cf2012-09-13 22:29:04 +0000228 "else echo U-Boot not downloaded..exiting;fi\0" \
229 "ubootupd_nand=echo run load_magic,run load_nand,run upd;\0" \
Joe Hershberger76f353e2015-05-04 14:55:14 -0500230 "bootcmd=run net_testrfs\0"
Stefano Babic5b043a32011-10-04 23:43:32 +0000231
Simon Glassce3574f2017-05-17 08:23:09 -0600232#include <asm/arch/hardware.h>
233
Stefano Babicf57fd342010-11-30 11:46:56 -0500234#endif /* __CONFIG_H */