Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 1 | /* |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 2 | * (C) Copyright 2008-2011 |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 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 */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 28 | #define CONFIG_BOARD_EARLY_INIT_R |
Heiko Schocher | f1fef1d | 2010-04-26 13:07:28 +0200 | [diff] [blame] | 29 | #define CONFIG_LAST_STAGE_INIT |
| 30 | |
| 31 | #define CONFIG_BOOTCOUNT_LIMIT |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 32 | |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 33 | /* |
Prafulla Wadaskar | 31d80c7 | 2010-10-27 17:46:06 +0530 | [diff] [blame] | 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 |
Wolfgang Denk | 844f07d | 2010-11-27 23:30:56 +0100 | [diff] [blame] | 39 | #define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg |
Prafulla Wadaskar | 31d80c7 | 2010-10-27 17:46:06 +0530 | [diff] [blame] | 40 | #endif /* CONFIG_SYS_KWD_CONFIG */ |
| 41 | |
Wolfgang Denk | 844f07d | 2010-11-27 23:30:56 +0100 | [diff] [blame] | 42 | /* |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 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 |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 53 | #define CONFIG_CMD_EEPROM |
| 54 | #define CONFIG_CMD_I2C |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 55 | #define CONFIG_CMD_JFFS2 |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 56 | #define CONFIG_CMD_MTDPARTS |
Holger Brunck | f41ee96 | 2011-03-14 15:49:05 +0100 | [diff] [blame] | 57 | #define CONFIG_CMD_SETEXPR |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 58 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 59 | #undef CONFIG_WATCHDOG /* disable platform specific watchdog */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 60 | |
Holger Brunck | f41ee96 | 2011-03-14 15:49:05 +0100 | [diff] [blame] | 61 | #define CONFIG_BOOTDELAY 2 /* autoboot after 2 seconds */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 62 | #undef CONFIG_BOOTARGS /* the boot command will set bootargs */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 63 | |
| 64 | /* |
| 65 | * Miscellaneous configurable options |
| 66 | */ |
| 67 | #define CONFIG_SYS_HUSH_PARSER |
| 68 | #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 69 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
| 70 | #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 71 | #if defined(CONFIG_CMD_KGDB) |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 72 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 73 | #else |
Holger Brunck | f41ee96 | 2011-03-14 15:49:05 +0100 | [diff] [blame] | 74 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 75 | #endif |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 76 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) |
Holger Brunck | f41ee96 | 2011-03-14 15:49:05 +0100 | [diff] [blame] | 77 | #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 78 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 79 | #define CONFIG_CMDLINE_EDITING |
| 80 | #define CONFIG_AUTO_COMPLETE |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 81 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 82 | #define CONFIG_HUSH_INIT_VAR |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 83 | |
| 84 | #define CONFIG_SYS_ALT_MEMTEST /* memory test, takes time */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 85 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 86 | #define CONFIG_SYS_HZ 1000 /* decr. freq: 1 ms ticks */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 87 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 88 | #define CONFIG_BAUDRATE 115200 |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 89 | #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } |
| 90 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 91 | #define CONFIG_LOADS_ECHO |
| 92 | #define CONFIG_SYS_LOADS_BAUD_CHANGE |
Prafulla Wadaskar | beeb258 | 2010-09-30 19:33:19 +0530 | [diff] [blame] | 93 | #define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */ |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 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 | */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 100 | #define CONFIG_CHECK_ETHERNET_PRESENT |
Heiko Schocher | 8ed7434 | 2011-03-08 10:47:39 +0100 | [diff] [blame] | 101 | #define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_KMBEC_FPGA_BASE |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 102 | #define CONFIG_SYS_SLOT_ID_OFF (0x07) /* register offset */ |
| 103 | #define CONFIG_SYS_SLOT_ID_MASK (0x3f) /* mask for slot ID bits */ |
| 104 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 105 | #define CONFIG_I2C_MULTI_BUS |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 106 | #define CONFIG_SYS_MAX_I2C_BUS 1 |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 107 | #define CONFIG_SYS_I2C_INIT_BOARD |
| 108 | #define CONFIG_I2C_MUX |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 109 | |
| 110 | /* EEprom support */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 111 | #define CONFIG_SYS_I2C_MULTI_EEPROMS |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 112 | #define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 113 | #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3 |
| 114 | #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 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 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 121 | #define CONFIG_SYS_FLASH_PROTECTION |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 122 | |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 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 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 131 | #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 132 | |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 133 | /* UBI Support for all Keymile boards */ |
| 134 | #define CONFIG_CMD_UBI |
| 135 | #define CONFIG_RBTREE |
| 136 | #define CONFIG_MTD_PARTITIONS |
Heiko Schocher | dc71b24 | 2009-07-09 12:04:18 +0200 | [diff] [blame] | 137 | #define CONFIG_MTD_DEVICE |
| 138 | #define CONFIG_MTD_CONCAT |
| 139 | |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 140 | /* common powerpc specific env settings */ |
| 141 | #ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS |
| 142 | #define CONFIG_KM_DEF_ENV_BOOTPARAMS \ |
| 143 | "bootparams=empty\0" \ |
| 144 | "initial_boot_bank=0\0" |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 145 | #endif |
| 146 | |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 147 | #ifndef CONFIG_KM_DEF_NETDEV |
| 148 | #define CONFIG_KM_DEF_NETDEV \ |
| 149 | "netdev=eth0\0" |
| 150 | #endif |
| 151 | |
| 152 | #ifndef CONFIG_KM_UBI_PARTITION_NAME |
| 153 | #define CONFIG_KM_UBI_PARTITION_NAME "ubi0" |
| 154 | #endif |
| 155 | #ifndef CONFIG_KM_UBI_LINUX_MTD_NAME |
| 156 | #define CONFIG_KM_UBI_LINUX_MTD_NAME "ubi0" |
| 157 | #endif |
| 158 | |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 159 | #define xstr(s) str(s) |
| 160 | #define str(s) #s |
| 161 | |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 162 | /* |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 163 | * bootrunner |
| 164 | * - run all commands in 'subbootcmds' |
| 165 | * - on error, stop running the remaing commands |
| 166 | */ |
| 167 | #define CONFIG_KM_DEF_ENV_BOOTRUNNER \ |
| 168 | "bootrunner=" \ |
| 169 | "break=0; " \ |
| 170 | "for subbootcmd in ${subbootcmds}; do " \ |
| 171 | "if test ${break} -eq 0; then; " \ |
| 172 | "echo \"[INFO] running \\c\"; " \ |
| 173 | "print ${subbootcmd}; " \ |
| 174 | "run ${subbootcmd} || break=1; " \ |
| 175 | "if test ${break} -eq 1; then; " \ |
| 176 | "echo \"[ERR] failed \\c\"; " \ |
| 177 | "print ${subbootcmd}; " \ |
| 178 | "fi; " \ |
| 179 | "fi; " \ |
| 180 | "done\0" \ |
| 181 | "" |
| 182 | |
| 183 | /* |
| 184 | * boottargets |
| 185 | * - set 'subbootcmds' for the bootrunner |
| 186 | * - set 'bootcmd' and 'altbootcmd' |
| 187 | * available targets: |
| 188 | * - 'release': for a standalone system kernel/rootfs from flash |
| 189 | * - 'develop': for development kernel(tftp)/rootfs(NFS) |
| 190 | * - 'ramfs': rootfilesystem in RAM kernel(tftp)/rootfs(RAM) |
| 191 | * |
| 192 | * - 'commonargs': bootargs common to all targets |
| 193 | */ |
| 194 | #define CONFIG_KM_DEF_ENV_BOOTTARGETS \ |
| 195 | "commonargs=" \ |
| 196 | "addip " \ |
| 197 | "addtty " \ |
| 198 | "addmem " \ |
| 199 | "addinit " \ |
| 200 | "addvar " \ |
| 201 | "addmtdparts " \ |
| 202 | "addbootcount " \ |
| 203 | "\0" \ |
| 204 | "develop=" \ |
| 205 | "setenv subbootcmds \"" \ |
| 206 | "tftpfdt tftpkernel " \ |
| 207 | "nfsargs ${commonargs} " \ |
| 208 | "printbootargs boot " \ |
| 209 | "\" && " \ |
| 210 | "setenv bootcmd \'" \ |
| 211 | "run bootrunner" \ |
| 212 | "\' && " \ |
| 213 | "setenv altbootcmd \'" \ |
| 214 | "run bootcmd" \ |
| 215 | "\' && " \ |
| 216 | "run setboardid && " \ |
| 217 | "saveenv && " \ |
| 218 | "reset\0" \ |
| 219 | "ramfs=" \ |
| 220 | "setenv actual_bank -1 && " \ |
| 221 | "setenv subbootcmds \"" \ |
| 222 | "tftpfdt tftpkernel " \ |
| 223 | "setrootfsaddr tftpramfs " \ |
| 224 | "flashargs ${commonargs} " \ |
| 225 | "addpanic addramfs " \ |
| 226 | "printbootargs boot " \ |
| 227 | "\" && " \ |
| 228 | "setenv bootcmd \'" \ |
| 229 | "run bootrunner" \ |
| 230 | "\' && " \ |
| 231 | "setenv altbootcmd \'" \ |
| 232 | "run bootcmd" \ |
| 233 | "\' && " \ |
| 234 | "run setboardid && " \ |
| 235 | "run setramfspram && " \ |
| 236 | "saveenv && " \ |
| 237 | "reset\0" \ |
| 238 | "release=" \ |
| 239 | "setenv actual_bank ${initial_boot_bank} && " \ |
| 240 | "setenv subbootcmds \"" \ |
Thomas Herzmann | 48d9539 | 2010-12-09 11:02:09 +0100 | [diff] [blame] | 241 | "checkboardidlist " \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 242 | "checkboardid " \ |
| 243 | "ubiattach ubicopy " \ |
| 244 | "cramfsloadfdt cramfsloadkernel " \ |
| 245 | "flashargs ${commonargs} " \ |
| 246 | "addpanic " \ |
| 247 | "printbootargs boot " \ |
| 248 | "\" && " \ |
| 249 | "setenv bootcmd \'" \ |
| 250 | "run bootrunner; reset" \ |
| 251 | "\' && " \ |
| 252 | "setenv altbootcmd \'" \ |
| 253 | "run actual0 bootcmd; reset" \ |
| 254 | "\' && " \ |
| 255 | "saveenv && " \ |
| 256 | "reset\0" \ |
| 257 | "" |
| 258 | |
| 259 | /* |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 260 | * bootargs |
| 261 | * - modify 'bootargs' |
| 262 | * |
| 263 | * - 'addip': add ip configuration |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 264 | * - 'addmem': limit kernel memory mem= |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 265 | * - 'addpanic': add kernel panic options |
| 266 | * - 'addramfs': add phram device for the rootfilesysten in ram |
| 267 | * - 'addtty': add console=... |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 268 | * - 'addvar': add phram device for /var |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 269 | * - 'nfsargs': default arguments for nfs boot |
| 270 | * - 'flashargs': defaults arguments for flash base boot |
| 271 | * |
| 272 | * processor specific settings |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 273 | * - 'addbootcount': add boot counter |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 274 | * - 'addmtdparts': add mtd partition information |
| 275 | */ |
| 276 | #define CONFIG_KM_DEF_ENV_BOOTARGS \ |
| 277 | "addinit=" \ |
| 278 | "setenv bootargs ${bootargs} init=${init}\0" \ |
| 279 | "addip=" \ |
| 280 | "setenv bootargs ${bootargs} " \ |
| 281 | "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ |
| 282 | ":${hostname}:${netdev}:off\0" \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 283 | "addmem=" \ |
| 284 | "setenv bootargs ${bootargs} mem=0x${pnvramaddr}\0" \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 285 | "addpanic=" \ |
| 286 | "setenv bootargs ${bootargs} " \ |
| 287 | "panic=1 panic_on_oops=1\0" \ |
| 288 | "addramfs=" \ |
| 289 | "setenv bootargs \"" \ |
| 290 | "${bootargs} phram.phram=" \ |
| 291 | "rootfs${actual_bank},${rootfsaddr},${rootfssize}\"\0" \ |
| 292 | "addtty=" \ |
| 293 | "setenv bootargs ${bootargs}" \ |
| 294 | " console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}\0" \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 295 | "addvar=" \ |
| 296 | "setenv bootargs ${bootargs} phram.phram=phvar," \ |
| 297 | "${varaddr},0x" xstr(CONFIG_KM_PHRAM) "\0" \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 298 | "nfsargs=" \ |
| 299 | "setenv bootargs " \ |
| 300 | "ubi.mtd=" CONFIG_KM_UBI_LINUX_MTD_NAME " " \ |
| 301 | "root=/dev/nfs rw " \ |
| 302 | "nfsroot=${serverip}:${rootpath}\0" \ |
| 303 | "flashargs=" \ |
| 304 | "setenv bootargs " \ |
| 305 | "ubi.mtd=" CONFIG_KM_UBI_LINUX_MTD_NAME " " \ |
| 306 | "root=mtdblock:rootfs${actual_bank} " \ |
| 307 | "rootfstype=squashfs ro\0" \ |
| 308 | "" |
| 309 | |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 310 | /* |
| 311 | * compute_addr |
| 312 | * - compute addresses and sizes |
| 313 | * - addresses are calculated form the end of memory 'memsize' |
| 314 | * |
| 315 | * - 'setramfspram': compute PRAM size for ramfs target |
| 316 | * - 'setrootfsaddr': compute rootfilesystem address for phram |
| 317 | */ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 318 | #define CONFIG_KM_DEF_ENV_COMPUTE_ADDR \ |
| 319 | "setboardid=" \ |
| 320 | "if test \"x${boardId}\" = \"x\"; then; " \ |
| 321 | "setenv boardId ${IVM_BoardId} && " \ |
| 322 | "setenv hwKey ${IVM_HWKey}; " \ |
| 323 | "else; " \ |
| 324 | "echo \\\\c; " \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 325 | "fi\0" \ |
| 326 | "setramfspram=" \ |
| 327 | "setexpr value ${rootfssize} / 0x400 && " \ |
| 328 | "setexpr value 0x${value} + ${pram} && " \ |
| 329 | "setenv pram 0x${value}\0" \ |
| 330 | "setrootfsaddr=" \ |
| 331 | "setexpr value ${pnvramaddr} - ${rootfssize} && " \ |
| 332 | "setenv rootfsaddr 0x${value}\0" \ |
| 333 | "" |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 334 | |
| 335 | /* |
| 336 | * flash_boot |
| 337 | * - commands for booting from flash |
| 338 | * |
| 339 | * - 'cramfsaddr': address to the cramfs (in ram) |
| 340 | * - 'cramfsloadkernel': copy kernel from a cramfs to ram |
| 341 | * - 'ubiattach': attach ubi partition |
| 342 | * - 'ubicopy': copy ubi volume to ram |
| 343 | * - volume names: bootfs0, bootfs1, bootfs2, ... |
| 344 | * - 'ubiparition': mtd parition name for ubi |
| 345 | * |
| 346 | * processor specific settings |
| 347 | * - 'cramfsloadfdt': copy fdt from a cramfs to ram |
| 348 | */ |
| 349 | #define CONFIG_KM_DEF_ENV_FLASH_BOOT \ |
| 350 | "cramfsaddr="xstr(CONFIG_KM_CRAMFS_ADDR) "\0" \ |
| 351 | "cramfsloadkernel=" \ |
| 352 | "cramfsload ${kernel_addr_r} uImage && " \ |
| 353 | "setenv actual_kernel_addr ${kernel_addr_r}\0" \ |
| 354 | "ubiattach=ubi part ${ubipartition}\0" \ |
| 355 | "ubicopy=ubi read ${cramfsaddr} bootfs${actual_bank}\0" \ |
| 356 | "ubipartition=" CONFIG_KM_UBI_PARTITION_NAME "\0" \ |
| 357 | "" |
| 358 | |
| 359 | /* |
| 360 | * net_boot |
| 361 | * - commands for booting over the network |
| 362 | * |
| 363 | * - 'tftpkernel': load a kernel with tftp into ram |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 364 | * - 'tftpramfs': load rootfs with tftp into ram |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 365 | * |
| 366 | * processor specific settings |
| 367 | * - 'tftpfdt': load fdt with tftp into ram |
| 368 | */ |
| 369 | #define CONFIG_KM_DEF_ENV_NET_BOOT \ |
| 370 | "tftpkernel=" \ |
| 371 | "tftpboot ${kernel_addr_r} ${kernel_file} && " \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 372 | "setenv actual_kernel_addr ${kernel_addr_r}\0" \ |
| 373 | "tftpramfs=" \ |
| 374 | "tftpboot ${rootfsaddr} \"\\\"${rootfsfile}\\\"\" && " \ |
| 375 | "setenv loadaddr\0" \ |
| 376 | "" |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 377 | |
| 378 | /* |
| 379 | * constants |
| 380 | * - KM specific constants and commands |
| 381 | * |
| 382 | * - 'default': setup default environment |
| 383 | */ |
| 384 | #define CONFIG_KM_DEF_ENV_CONSTANTS \ |
| 385 | "actual=setenv actual_bank ${initial_boot_bank}\0" \ |
| 386 | "actual0=setenv actual_bank 0\0" \ |
| 387 | "actual_bank=${initial_boot_bank}\0" \ |
| 388 | "default=" \ |
| 389 | "setenv default 'run newenv; reset' && " \ |
| 390 | "run release && saveenv; reset\0" \ |
Thomas Herzmann | 48d9539 | 2010-12-09 11:02:09 +0100 | [diff] [blame] | 391 | "checkboardidlist=" \ |
| 392 | "if test \"x${boardIdListHex}\" != \"x\"; then " \ |
| 393 | "IVMbidhwk=${IVM_BoardId}_${IVM_HWKey}; " \ |
| 394 | "found=0; " \ |
| 395 | "for bidhwk in \"${boardIdListHex}\"; do " \ |
| 396 | "echo trying $bidhwk ...; " \ |
| 397 | "if test \"x$bidhwk\" = \"x$IVMbidhwk\"; then " \ |
| 398 | "found=1; " \ |
| 399 | "echo match found for $bidhwk; " \ |
| 400 | "if test \"x$bidhwk\" != \"x${boardId}_${hwKey}\";then "\ |
| 401 | "setenv boardid ${IVM_BoardId}; " \ |
| 402 | "setenv boardId ${IVM_BoardId}; " \ |
| 403 | "setenv hwkey ${IVM_HWKey}; " \ |
| 404 | "setenv hwKey ${IVM_HWKey}; " \ |
| 405 | "echo \"boardId set to ${boardId}\"; " \ |
| 406 | "echo \"hwKey set to ${hwKey}\"; " \ |
| 407 | "saveenv; " \ |
| 408 | "fi; " \ |
| 409 | "fi; " \ |
| 410 | "done; " \ |
| 411 | "else " \ |
| 412 | "echo \"boardIdListHex not set, not checked\"; "\ |
| 413 | "found=1; " \ |
| 414 | "fi; " \ |
| 415 | "test \"$found\" = 1 \0" \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 416 | "checkboardid=" \ |
Thomas Herzmann | 48d9539 | 2010-12-09 11:02:09 +0100 | [diff] [blame] | 417 | "test \"x${boardId}\" = \"x${IVM_BoardId}\" && " \ |
| 418 | "test \"x${hwKey}\" = \"x${IVM_HWKey}\"\0" \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 419 | "printbootargs=print bootargs\0" \ |
| 420 | "rootfsfile="xstr(CONFIG_HOSTNAME) "/rootfsImage\0" \ |
| 421 | "" |
| 422 | |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 423 | #ifndef CONFIG_KM_DEF_ENV |
| 424 | #define CONFIG_KM_DEF_ENV \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 425 | CONFIG_KM_DEF_ENV_BOOTPARAMS \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 426 | CONFIG_KM_DEF_NETDEV \ |
| 427 | CONFIG_KM_DEF_ENV_CPU \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 428 | CONFIG_KM_DEF_ENV_BOOTRUNNER \ |
| 429 | CONFIG_KM_DEF_ENV_BOOTTARGETS \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 430 | CONFIG_KM_DEF_ENV_BOOTARGS \ |
| 431 | CONFIG_KM_DEF_ENV_COMPUTE_ADDR \ |
| 432 | CONFIG_KM_DEF_ENV_FLASH_BOOT \ |
| 433 | CONFIG_KM_DEF_ENV_NET_BOOT \ |
Holger Brunck | a21b5d4 | 2011-03-04 14:56:27 +0100 | [diff] [blame] | 434 | CONFIG_KM_DEF_ENV_CONSTANTS \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 435 | "altbootcmd=run bootcmd\0" \ |
| 436 | "bootcmd=run default\0" \ |
| 437 | "bootlimit=2\0" \ |
| 438 | "init=/sbin/init-overlay.sh\0" \ |
| 439 | "kernel_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0" \ |
| 440 | "kernel_file="xstr(CONFIG_HOSTNAME) "/uImage\0" \ |
| 441 | "kernel_name=uImage\0" \ |
| 442 | "load=tftpboot ${u-boot_addr_r} ${u-boot}\0" \ |
| 443 | "mtdids=" MTDIDS_DEFAULT "\0" \ |
| 444 | "mtdparts=" MTDPARTS_DEFAULT "\0" \ |
Holger Brunck | ec9a374 | 2011-03-04 10:16:00 +0100 | [diff] [blame] | 445 | "stderr=serial\0" \ |
| 446 | "stdin=serial\0" \ |
| 447 | "stdout=serial\0" \ |
Holger Brunck | de3ad13 | 2011-03-14 16:01:04 +0100 | [diff] [blame] | 448 | "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.bin\0" \ |
| 449 | "u-boot_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0" \ |
Heiko Schocher | 364123d | 2009-03-12 07:37:18 +0100 | [diff] [blame] | 450 | "" |
| 451 | #endif /* CONFIG_KM_DEF_ENV */ |
| 452 | |
| 453 | #define CONFIG_VERSION_VARIABLE /* include version env variable */ |
| 454 | |
Heiko Schocher | 1e8f4e7 | 2008-11-20 09:59:09 +0100 | [diff] [blame] | 455 | #endif /* __CONFIG_KEYMILE_H */ |