keymile boards: support of boardId / hwkey lists
[platform/kernel/u-boot.git] / include / configs / keymile-common.h
1 /*
2  * (C) Copyright 2008-2011
3  * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4  *
5  * See file CREDITS for list of people who contributed to this
6  * project.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; either version 2 of
11  * the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21  * MA 02111-1307 USA
22  */
23
24 #ifndef __CONFIG_KEYMILE_H
25 #define __CONFIG_KEYMILE_H
26
27 /* Do boardspecific init for all boards */
28 #define CONFIG_BOARD_EARLY_INIT_R
29 #define CONFIG_LAST_STAGE_INIT
30
31 #define CONFIG_BOOTCOUNT_LIMIT
32
33 /*
34  * By default kwbimage.cfg from board specific folder is used
35  * If for some board, different configuration file need to be used,
36  * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file
37  */
38 #ifndef CONFIG_SYS_KWD_CONFIG
39 #define CONFIG_SYS_KWD_CONFIG   $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
40 #endif /* CONFIG_SYS_KWD_CONFIG */
41
42 /*
43  * Command line configuration.
44  */
45 #include <config_cmd_default.h>
46
47 #define CONFIG_CMD_ASKENV
48 #define CONFIG_CMD_DHCP
49 #define CONFIG_CMD_ECHO
50 #define CONFIG_CMD_IMMAP
51 #define CONFIG_CMD_MII
52 #define CONFIG_CMD_PING
53 #define CONFIG_CMD_EEPROM
54 #define CONFIG_CMD_I2C
55 #define CONFIG_CMD_JFFS2
56 #define CONFIG_CMD_MTDPARTS
57 #define CONFIG_CMD_SETEXPR
58
59 #undef  CONFIG_WATCHDOG         /* disable platform specific watchdog */
60
61 #define CONFIG_BOOTDELAY        2 /* autoboot after 2 seconds */
62 #undef  CONFIG_BOOTARGS         /* the boot command will set bootargs */
63
64 /*
65  * Miscellaneous configurable options
66  */
67 #define CONFIG_SYS_HUSH_PARSER
68 #define CONFIG_SYS_PROMPT_HUSH_PS2      "> "
69 #define CONFIG_SYS_LONGHELP                     /* undef to save memory   */
70 #define CONFIG_SYS_PROMPT               "=> "   /* Monitor Command Prompt */
71 #if defined(CONFIG_CMD_KGDB)
72 #define CONFIG_SYS_CBSIZE               1024    /* Console I/O Buffer Size */
73 #else
74 #define CONFIG_SYS_CBSIZE               512     /* Console I/O Buffer Size  */
75 #endif
76 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
77 #define CONFIG_SYS_MAXARGS              32 /* max number of command args */
78 #define CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE
79 #define CONFIG_CMDLINE_EDITING
80 #define CONFIG_AUTO_COMPLETE
81
82 #define CONFIG_HUSH_INIT_VAR
83
84 #define CONFIG_SYS_ALT_MEMTEST          /* memory test, takes time */
85
86 #define CONFIG_SYS_HZ                   1000    /* decr. freq: 1 ms ticks */
87
88 #define CONFIG_BAUDRATE                 115200
89 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200, 230400 }
90
91 #define CONFIG_LOADS_ECHO
92 #define CONFIG_SYS_LOADS_BAUD_CHANGE
93 #define CONFIG_SYS_BOARD_DRAM_INIT      /* Used board specific dram_init */
94
95 /*
96  * How to get access to the slot ID.  Put this here to make it easy
97  * to modify in a centralized location.  This is used in the HDLC
98  * driver to set the MAC.
99 */
100 #define CONFIG_CHECK_ETHERNET_PRESENT
101 #define CONFIG_SYS_SLOT_ID_BASE         CONFIG_SYS_KMBEC_FPGA_BASE
102 #define CONFIG_SYS_SLOT_ID_OFF          (0x07)  /* register offset */
103 #define CONFIG_SYS_SLOT_ID_MASK         (0x3f)  /* mask for slot ID bits */
104
105 #define CONFIG_I2C_MULTI_BUS
106 #define CONFIG_SYS_MAX_I2C_BUS          1
107 #define CONFIG_SYS_I2C_INIT_BOARD
108 #define CONFIG_I2C_MUX
109
110 /* EEprom support */
111 #define CONFIG_SYS_I2C_MULTI_EEPROMS
112 #define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE
113 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS       3
114 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS   10
115
116 /* Support the IVM EEprom */
117 #define CONFIG_SYS_IVM_EEPROM_ADR       0x50
118 #define CONFIG_SYS_IVM_EEPROM_MAX_LEN   0x400
119 #define CONFIG_SYS_IVM_EEPROM_PAGE_LEN  0x100
120
121 #define CONFIG_SYS_FLASH_PROTECTION
122
123 /*
124  * BOOTP options
125  */
126 #define CONFIG_BOOTP_BOOTFILESIZE
127 #define CONFIG_BOOTP_BOOTPATH
128 #define CONFIG_BOOTP_GATEWAY
129 #define CONFIG_BOOTP_HOSTNAME
130
131 #define CONFIG_SYS_MALLOC_LEN           (4 * 1024 * 1024)
132
133 /* UBI Support for all Keymile boards */
134 #define CONFIG_CMD_UBI
135 #define CONFIG_RBTREE
136 #define CONFIG_MTD_PARTITIONS
137 #define CONFIG_MTD_DEVICE
138 #define CONFIG_MTD_CONCAT
139
140 #define CONFIG_KM_DEF_ENV_IOMUX \
141         "stderr=serial \0" \
142         "stdin=serial \0"        \
143         "stdout=serial \0"
144
145 /* common powerpc specific env settings */
146 #ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
147 #define CONFIG_KM_DEF_ENV_BOOTPARAMS \
148         "bootparams=empty\0"    \
149         "initial_boot_bank=0\0"
150 #endif
151
152 #ifndef CONFIG_KM_DEF_NETDEV
153 #define CONFIG_KM_DEF_NETDEV    \
154         "netdev=eth0\0"
155 #endif
156
157 #ifndef CONFIG_KM_UBI_PARTITION_NAME
158 #define CONFIG_KM_UBI_PARTITION_NAME    "ubi0"
159 #endif
160 #ifndef CONFIG_KM_UBI_LINUX_MTD_NAME
161 #define CONFIG_KM_UBI_LINUX_MTD_NAME    "ubi0"
162 #endif
163
164 #define xstr(s) str(s)
165 #define str(s)  #s
166
167 /*
168  * bootrunner
169  * - run all commands in 'subbootcmds'
170  * - on error, stop running the remaing commands
171  */
172 #define CONFIG_KM_DEF_ENV_BOOTRUNNER                                    \
173         "bootrunner="                                                   \
174                 "break=0; "                                             \
175                 "for subbootcmd in ${subbootcmds}; do "                 \
176                 "if test ${break} -eq 0; then; "                        \
177                 "echo \"[INFO] running \\c\"; "                         \
178                 "print ${subbootcmd}; "                                 \
179                 "run ${subbootcmd} || break=1; "                        \
180                 "if test ${break} -eq 1; then; "                        \
181                 "echo \"[ERR] failed \\c\"; "                           \
182                 "print ${subbootcmd}; "                                 \
183                 "fi; "                                                  \
184                 "fi; "                                                  \
185                 "done\0"                                                \
186         ""
187
188 /*
189  * boottargets
190  * - set 'subbootcmds' for the bootrunner
191  * - set 'bootcmd' and 'altbootcmd'
192  * available targets:
193  * - 'release': for a standalone system         kernel/rootfs from flash
194  * - 'develop': for development                 kernel(tftp)/rootfs(NFS)
195  * - 'ramfs': rootfilesystem in RAM             kernel(tftp)/rootfs(RAM)
196  *
197  * - 'commonargs': bootargs common to all targets
198  */
199 #define CONFIG_KM_DEF_ENV_BOOTTARGETS                                   \
200         "commonargs="                                                   \
201                 "addip "                                                \
202                 "addtty "                                               \
203                 "addmem "                                               \
204                 "addinit "                                              \
205                 "addvar "                                               \
206                 "addmtdparts "                                          \
207                 "addbootcount "                                         \
208                 "\0"                                                    \
209         "develop="                                                      \
210                 "setenv subbootcmds \""                                 \
211                 "tftpfdt tftpkernel "                                   \
212                 "nfsargs ${commonargs} "                                \
213                 "printbootargs boot "                                   \
214                 "\" && "                                                \
215                 "setenv bootcmd \'"                                     \
216                 "run bootrunner"                                        \
217                 "\' && "                                                \
218                 "setenv altbootcmd \'"                                  \
219                 "run bootcmd"                                           \
220                 "\' && "                                                \
221                 "run setboardid && "                                    \
222                 "saveenv && "                                           \
223                 "reset\0"                                               \
224         "ramfs="                                                        \
225                 "setenv actual_bank -1 && "                             \
226                 "setenv subbootcmds \""                                 \
227                 "tftpfdt tftpkernel "                                   \
228                 "setrootfsaddr tftpramfs "                              \
229                 "flashargs ${commonargs} "                              \
230                 "addpanic addramfs "                                    \
231                 "printbootargs boot "                                   \
232                 "\" && "                                                \
233                 "setenv bootcmd \'"                                     \
234                 "run bootrunner"                                        \
235                 "\' && "                                                \
236                 "setenv altbootcmd \'"                                  \
237                 "run bootcmd"                                           \
238                 "\' && "                                                \
239                 "run setboardid && "                                    \
240                 "run setramfspram && "                                  \
241                 "saveenv && "                                           \
242                 "reset\0"                                               \
243         "release="                                                      \
244                 "setenv actual_bank ${initial_boot_bank} && "           \
245                 "setenv subbootcmds \""                                 \
246                 "checkboardidlist "                                     \
247                 "checkboardid "                                         \
248                 "ubiattach ubicopy "                                    \
249                 "cramfsloadfdt cramfsloadkernel "                       \
250                 "flashargs ${commonargs} "                              \
251                 "addpanic "                                             \
252                 "printbootargs boot "                                   \
253                 "\" && "                                                \
254                 "setenv bootcmd \'"                                     \
255                 "run bootrunner; reset"                                 \
256                 "\' && "                                                \
257                 "setenv altbootcmd \'"                                  \
258                 "run actual0 bootcmd; reset"                            \
259                 "\' && "                                                \
260                 "saveenv && "                                           \
261                 "reset\0"                                               \
262         ""
263
264 /*
265  * bootargs
266  * - modify 'bootargs'
267  *
268  * - 'addip': add ip configuration
269  * - 'addmem': limit kernel memory mem=
270  * - 'addpanic': add kernel panic options
271  * - 'addramfs': add phram device for the rootfilesysten in ram
272  * - 'addtty': add console=...
273  * - 'addvar': add phram device for /var
274  * - 'nfsargs': default arguments for nfs boot
275  * - 'flashargs': defaults arguments for flash base boot
276  *
277  * processor specific settings
278  * - 'addbootcount': add boot counter
279  * - 'addmtdparts': add mtd partition information
280  */
281 #define CONFIG_KM_DEF_ENV_BOOTARGS                                      \
282         "addinit="                                                      \
283                 "setenv bootargs ${bootargs} init=${init}\0"            \
284         "addip="                                                        \
285                 "setenv bootargs ${bootargs} "                          \
286                 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
287                 ":${hostname}:${netdev}:off\0"                          \
288         "addmem="                                                       \
289                 "setenv bootargs ${bootargs} mem=0x${pnvramaddr}\0"     \
290         "addpanic="                                                     \
291                 "setenv bootargs ${bootargs} "                          \
292                 "panic=1 panic_on_oops=1\0"                             \
293         "addramfs="                                                     \
294                 "setenv bootargs \""                                    \
295                 "${bootargs} phram.phram="                              \
296                 "rootfs${actual_bank},${rootfsaddr},${rootfssize}\"\0"  \
297         "addtty="                                                       \
298                 "setenv bootargs ${bootargs}"                           \
299                 " console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}\0"      \
300         "addvar="                                                       \
301                 "setenv bootargs ${bootargs} phram.phram=phvar,"        \
302                 "${varaddr},0x" xstr(CONFIG_KM_PHRAM) "\0"              \
303         "nfsargs="                                                      \
304                 "setenv bootargs "                                      \
305                 "ubi.mtd=" CONFIG_KM_UBI_LINUX_MTD_NAME " "             \
306                 "root=/dev/nfs rw "                                     \
307                 "nfsroot=${serverip}:${rootpath}\0"                     \
308         "flashargs="                                                    \
309                 "setenv bootargs "                                      \
310                 "ubi.mtd=" CONFIG_KM_UBI_LINUX_MTD_NAME " "             \
311                 "root=mtdblock:rootfs${actual_bank} "                   \
312                 "rootfstype=squashfs ro\0"                              \
313         ""
314
315 /*
316  * compute_addr
317  * - compute addresses and sizes
318  * - addresses are calculated form the end of memory 'memsize'
319  *
320  * - 'setramfspram': compute PRAM size for ramfs target
321  * - 'setrootfsaddr': compute rootfilesystem address for phram
322  */
323 #define CONFIG_KM_DEF_ENV_COMPUTE_ADDR                                  \
324         "setboardid="                                                   \
325                 "if test \"x${boardId}\" = \"x\"; then; "               \
326                 "setenv boardId ${IVM_BoardId} && "                     \
327                 "setenv hwKey ${IVM_HWKey}; "                           \
328                 "else; "                                                \
329                 "echo \\\\c; "                                          \
330                 "fi\0"                                                  \
331         "setramfspram="                                                 \
332                 "setexpr value ${rootfssize} / 0x400 && "               \
333                 "setexpr value 0x${value} + ${pram} && "                \
334                 "setenv pram 0x${value}\0"                              \
335         "setrootfsaddr="                                                \
336                 "setexpr value ${pnvramaddr} - ${rootfssize} && "       \
337                 "setenv rootfsaddr 0x${value}\0"                        \
338         ""
339
340 /*
341  * flash_boot
342  * - commands for booting from flash
343  *
344  * - 'cramfsaddr': address to the cramfs (in ram)
345  * - 'cramfsloadkernel': copy kernel from a cramfs to ram
346  * - 'ubiattach': attach ubi partition
347  * - 'ubicopy': copy ubi volume to ram
348  *              - volume names: bootfs0, bootfs1, bootfs2, ...
349  * - 'ubiparition': mtd parition name for ubi
350  *
351  * processor specific settings
352  * - 'cramfsloadfdt': copy fdt from a cramfs to ram
353  */
354 #define CONFIG_KM_DEF_ENV_FLASH_BOOT                                    \
355         "cramfsaddr="xstr(CONFIG_KM_CRAMFS_ADDR) "\0"                   \
356         "cramfsloadkernel="                                             \
357                 "cramfsload ${kernel_addr_r} uImage && "                \
358                 "setenv actual_kernel_addr ${kernel_addr_r}\0"          \
359         "ubiattach=ubi part ${ubipartition}\0"                          \
360         "ubicopy=ubi read ${cramfsaddr} bootfs${actual_bank}\0"         \
361         "ubipartition=" CONFIG_KM_UBI_PARTITION_NAME "\0"               \
362         ""
363
364 /*
365  * net_boot
366  * - commands for booting over the network
367  *
368  * - 'tftpkernel': load a kernel with tftp into ram
369  * - 'tftpramfs': load rootfs with tftp into ram
370  *
371  * processor specific settings
372  * - 'tftpfdt': load fdt with tftp into ram
373  */
374 #define CONFIG_KM_DEF_ENV_NET_BOOT                                      \
375         "tftpkernel="                                                   \
376                 "tftpboot ${kernel_addr_r} ${kernel_file} && "          \
377                 "setenv actual_kernel_addr ${kernel_addr_r}\0"          \
378         "tftpramfs="                                                    \
379                 "tftpboot ${rootfsaddr} \"\\\"${rootfsfile}\\\"\" && "  \
380                 "setenv loadaddr\0"                                     \
381         ""
382
383 /*
384  * constants
385  * - KM specific constants and commands
386  *
387  * - 'default': setup default environment
388  */
389 #define CONFIG_KM_DEF_ENV_CONSTANTS                                     \
390         "actual=setenv actual_bank ${initial_boot_bank}\0"              \
391         "actual0=setenv actual_bank 0\0"                                \
392         "actual_bank=${initial_boot_bank}\0"                            \
393         "default="                                                      \
394                 "setenv default 'run newenv; reset' &&  "               \
395                 "run release && saveenv; reset\0"                       \
396         "checkboardidlist="                                             \
397                 "if test \"x${boardIdListHex}\" != \"x\"; then "        \
398                 "IVMbidhwk=${IVM_BoardId}_${IVM_HWKey}; "               \
399                 "found=0; "                                             \
400                 "for bidhwk in \"${boardIdListHex}\"; do "              \
401                 "echo trying $bidhwk ...; "                             \
402                 "if test \"x$bidhwk\" = \"x$IVMbidhwk\"; then "         \
403                 "found=1; "                                             \
404                 "echo match found for $bidhwk; "                        \
405                 "if test \"x$bidhwk\" != \"x${boardId}_${hwKey}\";then "\
406                         "setenv boardid ${IVM_BoardId}; "               \
407                         "setenv boardId ${IVM_BoardId}; "               \
408                         "setenv hwkey ${IVM_HWKey}; "                   \
409                         "setenv hwKey ${IVM_HWKey}; "                   \
410                         "echo \"boardId set to ${boardId}\"; "          \
411                         "echo \"hwKey   set to ${hwKey}\"; "            \
412                         "saveenv; "                                     \
413                 "fi; "                                                  \
414                 "fi; "                                                  \
415                 "done; "                                                \
416                 "else "                                                 \
417                         "echo \"boardIdListHex not set, not checked\"; "\
418                         "found=1; "                                     \
419                 "fi; "                                                  \
420                 "test \"$found\" = 1 \0"                                \
421         "checkboardid="                                                 \
422                 "test \"x${boardId}\" = \"x${IVM_BoardId}\" && "        \
423                 "test \"x${hwKey}\" = \"x${IVM_HWKey}\"\0"              \
424         "printbootargs=print bootargs\0"                                \
425         "rootfsfile="xstr(CONFIG_HOSTNAME) "/rootfsImage\0"             \
426         ""
427
428 #ifndef CONFIG_KM_DEF_ENV
429 #define CONFIG_KM_DEF_ENV       \
430         CONFIG_KM_DEF_ENV_BOOTPARAMS                                    \
431         CONFIG_KM_DEF_ENV_IOMUX                                         \
432         CONFIG_KM_DEF_NETDEV                                            \
433         CONFIG_KM_DEF_ENV_CPU                                           \
434         CONFIG_KM_DEF_ENV_BOOTRUNNER                                    \
435         CONFIG_KM_DEF_ENV_BOOTTARGETS                                   \
436         CONFIG_KM_DEF_ENV_BOOTARGS                                      \
437         CONFIG_KM_DEF_ENV_COMPUTE_ADDR                                  \
438         CONFIG_KM_DEF_ENV_FLASH_BOOT                                    \
439         CONFIG_KM_DEF_ENV_NET_BOOT                                      \
440         CONFIG_KM_DEF_ENV_CONSTANTS                                     \
441         "altbootcmd=run bootcmd\0"                                      \
442         "bootcmd=run default\0"                                         \
443         "bootlimit=2\0"                                                 \
444         "init=/sbin/init-overlay.sh\0"                                  \
445         "kernel_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0"                \
446         "kernel_file="xstr(CONFIG_HOSTNAME) "/uImage\0"                 \
447         "kernel_name=uImage\0"                                          \
448         "load=tftpboot ${u-boot_addr_r} ${u-boot}\0"                    \
449         "mtdids=" MTDIDS_DEFAULT "\0"                                   \
450         "mtdparts=" MTDPARTS_DEFAULT "\0"                               \
451         "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.bin\0"                  \
452         "u-boot_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0"                \
453         ""
454 #endif /* CONFIG_KM_DEF_ENV */
455
456 #define CONFIG_VERSION_VARIABLE         /* include version env variable */
457
458 #endif /* __CONFIG_KEYMILE_H */