]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/davinci_dm355leopard.h
avr32: delete non generic board mimc200
[karo-tx-uboot.git] / include / configs / davinci_dm355leopard.h
1 /*
2  * Copyright (C) 2009 Texas Instruments Incorporated
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #define DAVINCI_DM355LEOPARD
11
12 #define CONFIG_SKIP_LOWLEVEL_INIT       /* U-Boot is a 3rd stage loader */
13 #define CONFIG_SYS_NO_FLASH             /* that is, no *NOR* flash */
14 #define CONFIG_SYS_CONSOLE_INFO_QUIET
15
16 /* SoC Configuration */
17 #define CONFIG_SYS_TIMERBASE            0x01c21400      /* use timer 0 */
18 #define CONFIG_SYS_HZ_CLOCK             24000000        /* timer0 freq */
19
20 /* Memory Info */
21 #define CONFIG_NR_DRAM_BANKS            1
22 #define PHYS_SDRAM_1                    0x80000000
23 #define PHYS_SDRAM_1_SIZE               (128 << 20)     /* 128 MiB */
24
25 /* Serial Driver info: UART0 for console  */
26 #define CONFIG_SYS_NS16550
27 #define CONFIG_SYS_NS16550_SERIAL
28 #define CONFIG_SYS_NS16550_REG_SIZE     -4
29 #define CONFIG_SYS_NS16550_COM1         0x01c20000
30 #define CONFIG_SYS_NS16550_CLK          CONFIG_SYS_HZ_CLOCK
31 #define CONFIG_CONS_INDEX               1
32 #define CONFIG_BAUDRATE                 115200
33
34 /* Ethernet:  external DM9000 */
35 #define CONFIG_DRIVER_DM9000            1
36 #define CONFIG_DM9000_BASE              0x04000000
37 #define DM9000_IO                       CONFIG_DM9000_BASE
38 #define DM9000_DATA                     (CONFIG_DM9000_BASE + 16)
39
40 /* I2C */
41 #define CONFIG_SYS_I2C
42 #define CONFIG_SYS_I2C_DAVINCI
43 #define CONFIG_SYS_DAVINCI_I2C_SPEED            400000
44 #define CONFIG_SYS_DAVINCI_I2C_SLAVE            0x10
45
46 /* NAND */
47 #define CONFIG_NAND_DAVINCI
48 #define CONFIG_SYS_NAND_CS              2
49 #define CONFIG_SYS_NAND_USE_FLASH_BBT
50 #define CONFIG_SYS_NAND_HW_ECC
51
52 #define CONFIG_SYS_NAND_BASE_LIST       { 0x02000000, }
53 #define CONFIG_SYS_MAX_NAND_DEVICE      1
54
55 /* U-Boot command configuration */
56 #include <config_cmd_default.h>
57
58 #undef CONFIG_CMD_BDI
59 #undef CONFIG_CMD_FLASH
60 #undef CONFIG_CMD_FPGA
61 #undef CONFIG_CMD_SETGETDCR
62
63 #define CONFIG_CMD_ASKENV
64 #define CONFIG_CMD_DHCP
65 #define CONFIG_CMD_I2C
66 #define CONFIG_CMD_PING
67 #define CONFIG_CMD_SAVES
68
69 #ifdef CONFIG_CMD_BDI
70 #define CONFIG_CLOCKS
71 #endif
72
73 #ifdef CONFIG_NAND_DAVINCI
74 #define CONFIG_CMD_MTDPARTS
75 #define CONFIG_MTD_PARTITIONS
76 #define CONFIG_MTD_DEVICE
77 #define CONFIG_CMD_NAND
78 #define CONFIG_CMD_UBI
79 #define CONFIG_RBTREE
80 #endif
81
82 #define CONFIG_CRC32_VERIFY
83 #define CONFIG_MX_CYCLIC
84
85 /* U-Boot general configuration */
86 #define CONFIG_BOOTFILE         "uImage"        /* Boot file name */
87 #define CONFIG_SYS_PROMPT       "DM355 LEOPARD # "
88 #define CONFIG_SYS_CBSIZE       1024            /* Console I/O Buffer Size  */
89 #define CONFIG_SYS_PBSIZE                       /* Print buffer size */ \
90                 (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
91 #define CONFIG_SYS_MAXARGS      16              /* max number of command args */
92 #define CONFIG_SYS_HUSH_PARSER
93 #define CONFIG_SYS_LONGHELP
94
95 #ifdef CONFIG_NAND_DAVINCI
96 #define CONFIG_ENV_SIZE         (256 << 10)     /* 256 KiB */
97 #define CONFIG_ENV_IS_IN_NAND
98 #define CONFIG_ENV_OFFSET       0x3C0000
99 #undef CONFIG_ENV_IS_IN_FLASH
100 #define CONFIG_ENV_OVERWRITE
101 #endif
102
103 #define CONFIG_BOOTDELAY        3
104 #define CONFIG_BOOTCOMMAND      "dhcp;bootm"
105 #define CONFIG_BOOTARGS         \
106                         "console=ttyS0,115200n8 " \
107                         "root=/dev/mmcblk0p1 rootwait rootfstype=ext3 ro"
108
109 #define CONFIG_CMDLINE_EDITING
110 #define CONFIG_VERSION_VARIABLE
111 #define CONFIG_TIMESTAMP
112
113 #define CONFIG_NET_RETRY_COUNT 10
114
115 /* U-Boot memory configuration */
116 #define CONFIG_SYS_MALLOC_LEN           (1 << 20)       /* 1 MiB */
117 #define CONFIG_SYS_MEMTEST_START        0x87000000      /* physical address */
118 #define CONFIG_SYS_MEMTEST_END          0x88000000      /* test 16MB RAM */
119
120 /* Linux interfacing */
121 #define CONFIG_CMDLINE_TAG
122 #define CONFIG_SETUP_MEMORY_TAGS
123 #define CONFIG_SYS_BARGSIZE     1024                    /* bootarg Size */
124 #define CONFIG_SYS_LOAD_ADDR    0x80700000              /* kernel address */
125
126 #define MTDIDS_DEFAULT          "nand0=davinci_nand.0"
127
128 #ifdef CONFIG_SYS_NAND_LARGEPAGE
129 #define PART_BOOT               "2m(bootloader)ro,"
130 #else
131 /* Assume 16K erase blocks; allow a few bad ones. */
132 #define PART_BOOT               "512k(bootloader)ro,"
133 #endif
134
135 #define PART_KERNEL             "4m(kernel),"   /* kernel + initramfs */
136 #define PART_REST               "-(filesystem)"
137
138 #define MTDPARTS_DEFAULT        \
139         "mtdparts=davinci_nand.0:" PART_BOOT PART_KERNEL PART_REST
140
141 #define CONFIG_MAX_RAM_BANK_SIZE        (256 << 20)     /* 256 MB */
142
143 #define CONFIG_SYS_SDRAM_BASE           PHYS_SDRAM_1
144 #define CONFIG_SYS_INIT_SP_ADDR         \
145         (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
146
147 #endif /* __CONFIG_H */