efb20eacd1e709936fcf0dc97014cf12904e8321
[platform/kernel/u-boot.git] / include / configs / devkit8000.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2006-2008
4  * Texas Instruments.
5  * Richard Woodruff <r-woodruff2@ti.com>
6  * Syed Mohammed Khasim <x0khasim@ti.com>
7  *
8  * (C) Copyright 2009
9  * Frederik Kriewitz <frederik@kriewitz.eu>
10  *
11  * Configuration settings for the DevKit8000 board.
12  */
13
14 #ifndef __CONFIG_H
15 #define __CONFIG_H
16
17 /* High Level Configuration Options */
18
19 /*
20  * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
21  * 64 bytes before this address should be set aside for u-boot.img's
22  * header. That is 0x800FFFC0--0x80100000 should not be used for any
23  * other needs.
24  */
25
26 #define CONFIG_SPL_BSS_START_ADDR       0x80000500 /* leave space for bootargs*/
27 #define CONFIG_SPL_BSS_MAX_SIZE         0x80000
28
29 #define CONFIG_SYS_SPL_MALLOC_START     0x80208000
30 #define CONFIG_SYS_SPL_MALLOC_SIZE      0x100000        /* 1 MB */
31
32 /*  Physical Memory Map  */
33
34 #include <configs/ti_omap3_common.h>
35
36 /* Hardware drivers */
37 /* DM9000 */
38 #define CONFIG_DM9000_BASE              0x2c000000
39 #define DM9000_IO                       CONFIG_DM9000_BASE
40 #define DM9000_DATA                     (CONFIG_DM9000_BASE + 0x400)
41 #define CONFIG_DM9000_USE_16BIT         1
42 #define CONFIG_DM9000_NO_SROM           1
43 #undef  CONFIG_DM9000_DEBUG
44
45 /* TWL4030 */
46
47 /* BOOTP/DHCP options */
48
49 /* Environment information */
50 #define CONFIG_EXTRA_ENV_SETTINGS \
51         "loadaddr=0x82000000\0" \
52         "console=ttyO2,115200n8\0" \
53         "mmcdev=0\0" \
54         "vram=12M\0" \
55         "dvimode=1024x768MR-16@60\0" \
56         "defaultdisplay=dvi\0" \
57         "nfsopts=hard,tcp,rsize=65536,wsize=65536\0" \
58         "kernelopts=rw\0" \
59         "commonargs=" \
60                 "setenv bootargs console=${console} " \
61                 "vram=${vram} " \
62                 "omapfb.mode=dvi:${dvimode} " \
63                 "omapdss.def_disp=${defaultdisplay}\0" \
64         "mmcargs=" \
65                 "run commonargs; " \
66                 "setenv bootargs ${bootargs} " \
67                 "root=/dev/mmcblk0p2 " \
68                 "rootwait " \
69                 "${kernelopts}\0" \
70         "nandargs=" \
71                 "run commonargs; " \
72                 "setenv bootargs ${bootargs} " \
73                 "omapfb.mode=dvi:${dvimode} " \
74                 "omapdss.def_disp=${defaultdisplay} " \
75                 "root=/dev/mtdblock4 " \
76                 "rootfstype=jffs2 " \
77                 "${kernelopts}\0" \
78         "netargs=" \
79                 "run commonargs; " \
80                 "setenv bootargs ${bootargs} " \
81                 "root=/dev/nfs " \
82                 "nfsroot=${serverip}:${rootpath},${nfsopts} " \
83                 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off " \
84                 "${kernelopts} " \
85                 "dnsip1=${dnsip} " \
86                 "dnsip2=${dnsip2}\0" \
87         "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
88         "bootscript=echo Running bootscript from mmc ...; " \
89                 "source ${loadaddr}\0" \
90         "loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
91         "eraseenv=nand unlock 0x260000 0x20000; nand erase 0x260000 0x20000\0" \
92         "mmcboot=echo Booting from mmc ...; " \
93                 "run mmcargs; " \
94                 "bootm ${loadaddr}\0" \
95         "nandboot=echo Booting from nand ...; " \
96                 "run nandargs; " \
97                 "nand read ${loadaddr} 280000 400000; " \
98                 "bootm ${loadaddr}\0" \
99         "netboot=echo Booting from network ...; " \
100                 "dhcp ${loadaddr}; " \
101                 "run netargs; " \
102                 "bootm ${loadaddr}\0" \
103         "autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \
104                         "if run loadbootscript; then " \
105                                 "run bootscript; " \
106                         "else " \
107                                 "if run loaduimage; then " \
108                                         "run mmcboot; " \
109                                 "else run nandboot; " \
110                                 "fi; " \
111                         "fi; " \
112                 "else run nandboot; fi\0"
113
114 /* Defines for SPL */
115
116 /* NAND boot config */
117 #define CONFIG_SYS_NAND_ECCPOS          {2, 3, 4, 5, 6, 7, 8, 9,\
118                                                 10, 11, 12, 13}
119
120 #define CONFIG_SYS_NAND_ECCSIZE         512
121 #define CONFIG_SYS_NAND_ECCBYTES        3
122
123 #define CONFIG_SYS_NAND_U_BOOT_SIZE     0x200000
124
125 /* SPL OS boot options */
126 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
127
128 #undef CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
129 #undef CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS
130 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR   0x8   /* address 0x1000 */
131 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS  8     /* 4KB */
132
133 #undef CONFIG_SYS_SPL_ARGS_ADDR
134 #define CONFIG_SYS_SPL_ARGS_ADDR        (PHYS_SDRAM_1 + 0x100)
135
136 #endif /* __CONFIG_H */