wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 1 | /* |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 2 | * (C) Copyright 2003 |
| 3 | * Josef Baumgartner <josef.baumgartner@telex.de> |
| 4 | * |
| 5 | * (C) Copyright 2000-2002 |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 6 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 7 | * |
| 8 | * See file CREDITS for list of people who contributed to this |
| 9 | * project. |
| 10 | * |
| 11 | * This program is free software; you can redistribute it and/or |
| 12 | * modify it under the terms of the GNU General Public License as |
| 13 | * published by the Free Software Foundation; either version 2 of |
| 14 | * the License, or (at your option) any later version. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | * GNU General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; if not, write to the Free Software |
| 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 24 | * MA 02111-1307 USA |
| 25 | */ |
| 26 | |
| 27 | #include <common.h> |
| 28 | #include <watchdog.h> |
| 29 | #include <command.h> |
| 30 | #include <malloc.h> |
Jean-Christophe PLAGNIOL-VILLARD | 52cb4d4 | 2009-05-16 12:14:54 +0200 | [diff] [blame] | 31 | #include <stdio_dev.h> |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 32 | |
TsiChungLiew | 8ae158c | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 33 | #include <asm/immap.h> |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 34 | |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 35 | #if defined(CONFIG_CMD_IDE) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 36 | #include <ide.h> |
| 37 | #endif |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 38 | #if defined(CONFIG_CMD_SCSI) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 39 | #include <scsi.h> |
| 40 | #endif |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 41 | #if defined(CONFIG_CMD_KGDB) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 42 | #include <kgdb.h> |
| 43 | #endif |
| 44 | #ifdef CONFIG_STATUS_LED |
| 45 | #include <status_led.h> |
| 46 | #endif |
| 47 | #include <net.h> |
Marcel Ziswiler | b71190f | 2008-05-01 09:05:26 +0200 | [diff] [blame] | 48 | #include <serial.h> |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 49 | #if defined(CONFIG_CMD_BEDBUG) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 50 | #include <cmd_bedbug.h> |
| 51 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 52 | #ifdef CONFIG_SYS_ALLOC_DPRAM |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 53 | #include <commproc.h> |
| 54 | #endif |
| 55 | #include <version.h> |
| 56 | |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 57 | #if defined(CONFIG_HARD_I2C) || \ |
| 58 | defined(CONFIG_SOFT_I2C) |
| 59 | #include <i2c.h> |
| 60 | #endif |
| 61 | |
TsiChung Liew | a7323bb | 2008-07-23 17:53:36 -0500 | [diff] [blame] | 62 | #ifdef CONFIG_CMD_SPI |
| 63 | #include <spi.h> |
| 64 | #endif |
| 65 | |
Luigi 'Comio' Mantellini | 310cecb | 2009-10-10 12:42:21 +0200 | [diff] [blame] | 66 | #ifdef CONFIG_BITBANGMII |
| 67 | #include <miiphy.h> |
| 68 | #endif |
| 69 | |
TsiChung Liew | ab6ba84 | 2008-08-13 12:07:03 +0000 | [diff] [blame] | 70 | #include <nand.h> |
| 71 | |
Wolfgang Denk | d87080b | 2006-03-31 18:32:53 +0200 | [diff] [blame] | 72 | DECLARE_GLOBAL_DATA_PTR; |
| 73 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 74 | static char *failed = "*** failed ***\n"; |
| 75 | |
| 76 | #ifdef CONFIG_PCU_E |
| 77 | extern flash_info_t flash_info[]; |
| 78 | #endif |
| 79 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 80 | #include <environment.h> |
| 81 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 82 | #if ( ((CONFIG_ENV_ADDR+CONFIG_ENV_SIZE) < CONFIG_SYS_MONITOR_BASE) || \ |
| 83 | (CONFIG_ENV_ADDR >= (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)) ) || \ |
Jean-Christophe PLAGNIOL-VILLARD | 9314cee | 2008-09-10 22:47:59 +0200 | [diff] [blame] | 84 | defined(CONFIG_ENV_IS_IN_NVRAM) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 85 | #define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 86 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 87 | #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 88 | #endif |
| 89 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 90 | extern ulong __init_end; |
| 91 | extern ulong _end; |
| 92 | |
| 93 | extern void timer_init(void); |
| 94 | |
| 95 | #if defined(CONFIG_WATCHDOG) |
| 96 | # define INIT_FUNC_WATCHDOG_INIT watchdog_init, |
| 97 | # define WATCHDOG_DISABLE watchdog_disable |
| 98 | |
| 99 | extern int watchdog_init(void); |
| 100 | extern int watchdog_disable(void); |
| 101 | #else |
| 102 | # define INIT_FUNC_WATCHDOG_INIT /* undef */ |
| 103 | # define WATCHDOG_DISABLE /* undef */ |
| 104 | #endif /* CONFIG_WATCHDOG */ |
| 105 | |
| 106 | ulong monitor_flash_len; |
| 107 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 108 | /************************************************************************ |
| 109 | * Utilities * |
| 110 | ************************************************************************ |
| 111 | */ |
| 112 | |
| 113 | /* |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 114 | * All attempts to come up with a "common" initialization sequence |
| 115 | * that works for all boards and architectures failed: some of the |
| 116 | * requirements are just _too_ different. To get rid of the resulting |
| 117 | * mess of board dependend #ifdef'ed code we now make the whole |
| 118 | * initialization sequence configurable to the user. |
| 119 | * |
| 120 | * The requirements for any new initalization function is simple: it |
| 121 | * receives a pointer to the "global data" structure as it's only |
| 122 | * argument, and returns an integer return code, where 0 means |
| 123 | * "continue" and != 0 means "fatal error, hang the system". |
| 124 | */ |
| 125 | typedef int (init_fnc_t) (void); |
| 126 | |
| 127 | /************************************************************************ |
TsiChungLiew | 8ae158c | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 128 | * Init Utilities |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 129 | ************************************************************************ |
| 130 | * Some of this code should be moved into the core functions, |
| 131 | * but let's get it working (again) first... |
| 132 | */ |
| 133 | |
| 134 | static int init_baudrate (void) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 135 | { |
TsiChung Liew | 6e37091 | 2008-06-24 12:12:16 -0500 | [diff] [blame] | 136 | char tmp[64]; /* long enough for environment variables */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 137 | int i = getenv_r ("baudrate", tmp, sizeof (tmp)); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 138 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 139 | gd->baudrate = (i > 0) |
| 140 | ? (int) simple_strtoul (tmp, NULL, 10) |
| 141 | : CONFIG_BAUDRATE; |
| 142 | return (0); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 143 | } |
| 144 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 145 | /***********************************************************************/ |
| 146 | |
| 147 | static int init_func_ram (void) |
| 148 | { |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 149 | int board_type = 0; /* use dummy arg */ |
| 150 | puts ("DRAM: "); |
| 151 | |
| 152 | if ((gd->ram_size = initdram (board_type)) > 0) { |
| 153 | print_size (gd->ram_size, "\n"); |
| 154 | return (0); |
| 155 | } |
| 156 | puts (failed); |
| 157 | return (1); |
| 158 | } |
| 159 | |
| 160 | /***********************************************************************/ |
| 161 | |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 162 | #if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C) |
| 163 | static int init_func_i2c (void) |
| 164 | { |
| 165 | puts ("I2C: "); |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 166 | i2c_init (CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 167 | puts ("ready\n"); |
| 168 | return (0); |
| 169 | } |
| 170 | #endif |
| 171 | |
TsiChung Liew | a7323bb | 2008-07-23 17:53:36 -0500 | [diff] [blame] | 172 | #if defined(CONFIG_HARD_SPI) |
| 173 | static int init_func_spi (void) |
| 174 | { |
| 175 | puts ("SPI: "); |
| 176 | spi_init (); |
| 177 | puts ("ready\n"); |
| 178 | return (0); |
| 179 | } |
| 180 | #endif |
| 181 | |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 182 | /***********************************************************************/ |
| 183 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 184 | /************************************************************************ |
| 185 | * Initialization sequence * |
| 186 | ************************************************************************ |
| 187 | */ |
| 188 | |
| 189 | init_fnc_t *init_sequence[] = { |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 190 | get_clocks, |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 191 | env_init, |
| 192 | init_baudrate, |
| 193 | serial_init, |
| 194 | console_init_f, |
| 195 | display_options, |
| 196 | checkcpu, |
| 197 | checkboard, |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 198 | #if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C) |
| 199 | init_func_i2c, |
| 200 | #endif |
TsiChung Liew | a7323bb | 2008-07-23 17:53:36 -0500 | [diff] [blame] | 201 | #if defined(CONFIG_HARD_SPI) |
| 202 | init_func_spi, |
| 203 | #endif |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 204 | init_func_ram, |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 205 | #if defined(CONFIG_SYS_DRAM_TEST) |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 206 | testdram, |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 207 | #endif /* CONFIG_SYS_DRAM_TEST */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 208 | INIT_FUNC_WATCHDOG_INIT |
| 209 | NULL, /* Terminate this list */ |
| 210 | }; |
| 211 | |
| 212 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 213 | /************************************************************************ |
| 214 | * |
| 215 | * This is the first part of the initialization sequence that is |
| 216 | * implemented in C, but still running from ROM. |
| 217 | * |
| 218 | * The main purpose is to provide a (serial) console interface as |
| 219 | * soon as possible (so we can see any error messages), and to |
| 220 | * initialize the RAM so that we can relocate the monitor code to |
| 221 | * RAM. |
| 222 | * |
| 223 | * Be aware of the restrictions: global data is read-only, BSS is not |
| 224 | * initialized, and stack space is limited to a few kB. |
| 225 | * |
| 226 | ************************************************************************ |
| 227 | */ |
| 228 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 229 | void |
| 230 | board_init_f (ulong bootflag) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 231 | { |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 232 | bd_t *bd; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 233 | ulong len, addr, addr_sp; |
Marian Balakowicz | 483a0cf | 2006-05-09 11:28:36 +0200 | [diff] [blame] | 234 | ulong *paddr; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 235 | gd_t *id; |
| 236 | init_fnc_t **init_fnc_ptr; |
| 237 | #ifdef CONFIG_PRAM |
| 238 | int i; |
| 239 | ulong reg; |
TsiChung Liew | 6e37091 | 2008-06-24 12:12:16 -0500 | [diff] [blame] | 240 | char tmp[64]; /* long enough for environment variables */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 241 | #endif |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 242 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 243 | /* Pointer is writable since we allocated a register for it */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 244 | gd = (gd_t *) (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET); |
wdenk | 93f6a67 | 2004-07-01 20:28:03 +0000 | [diff] [blame] | 245 | /* compiler optimization barrier needed for GCC >= 3.4 */ |
| 246 | __asm__ __volatile__("": : :"memory"); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 247 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 248 | /* Clear initial global data */ |
| 249 | memset ((void *) gd, 0, sizeof (gd_t)); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 250 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 251 | for (init_fnc_ptr = init_sequence; *init_fnc_ptr; ++init_fnc_ptr) { |
| 252 | if ((*init_fnc_ptr)() != 0) { |
| 253 | hang (); |
| 254 | } |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 255 | } |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 256 | |
| 257 | /* |
| 258 | * Now that we have DRAM mapped and working, we can |
| 259 | * relocate the code and continue running from DRAM. |
| 260 | * |
| 261 | * Reserve memory at end of RAM for (top down in that order): |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 262 | * - protected RAM |
| 263 | * - LCD framebuffer |
| 264 | * - monitor code |
| 265 | * - board info struct |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 266 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 267 | len = (ulong)&_end - CONFIG_SYS_MONITOR_BASE; |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 268 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 269 | addr = CONFIG_SYS_SDRAM_BASE + gd->ram_size; |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 270 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 271 | #ifdef CONFIG_LOGBUFFER |
| 272 | /* reserve kernel log buffer */ |
| 273 | addr -= (LOGBUFF_RESERVE); |
| 274 | debug ("Reserving %dk for kernel logbuffer at %08lx\n", LOGBUFF_LEN, addr); |
| 275 | #endif |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 276 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 277 | #ifdef CONFIG_PRAM |
| 278 | /* |
| 279 | * reserve protected RAM |
| 280 | */ |
| 281 | i = getenv_r ("pram", tmp, sizeof (tmp)); |
| 282 | reg = (i > 0) ? simple_strtoul (tmp, NULL, 10) : CONFIG_PRAM; |
| 283 | addr -= (reg << 10); /* size is in kB */ |
| 284 | debug ("Reserving %ldk for protected RAM at %08lx\n", reg, addr); |
| 285 | #endif /* CONFIG_PRAM */ |
| 286 | |
TsiChungLiew | 1552af7 | 2008-01-14 17:43:33 -0600 | [diff] [blame] | 287 | /* round down to next 4 kB limit */ |
| 288 | addr &= ~(4096 - 1); |
| 289 | debug ("Top of RAM usable for U-Boot at: %08lx\n", addr); |
| 290 | |
| 291 | #ifdef CONFIG_LCD |
| 292 | /* reserve memory for LCD display (always full pages) */ |
| 293 | addr = lcd_setmem (addr); |
| 294 | gd->fb_base = addr; |
| 295 | #endif /* CONFIG_LCD */ |
| 296 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 297 | /* |
| 298 | * reserve memory for U-Boot code, data & bss |
| 299 | * round down to next 4 kB limit |
| 300 | */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 301 | addr -= len; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 302 | addr &= ~(4096 - 1); |
| 303 | |
| 304 | debug ("Reserving %ldk for U-Boot at: %08lx\n", len >> 10, addr); |
| 305 | |
| 306 | /* |
| 307 | * reserve memory for malloc() arena |
| 308 | */ |
| 309 | addr_sp = addr - TOTAL_MALLOC_LEN; |
| 310 | debug ("Reserving %dk for malloc() at: %08lx\n", |
| 311 | TOTAL_MALLOC_LEN >> 10, addr_sp); |
| 312 | |
| 313 | /* |
| 314 | * (permanently) allocate a Board Info struct |
| 315 | * and a permanent copy of the "global" data |
| 316 | */ |
| 317 | addr_sp -= sizeof (bd_t); |
| 318 | bd = (bd_t *) addr_sp; |
| 319 | gd->bd = bd; |
Wolfgang Denk | b64f190 | 2008-07-14 15:06:35 +0200 | [diff] [blame] | 320 | debug ("Reserving %zu Bytes for Board Info at: %08lx\n", |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 321 | sizeof (bd_t), addr_sp); |
| 322 | addr_sp -= sizeof (gd_t); |
| 323 | id = (gd_t *) addr_sp; |
Wolfgang Denk | b64f190 | 2008-07-14 15:06:35 +0200 | [diff] [blame] | 324 | debug ("Reserving %zu Bytes for Global Data at: %08lx\n", |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 325 | sizeof (gd_t), addr_sp); |
| 326 | |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 327 | /* Reserve memory for boot params. */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 328 | addr_sp -= CONFIG_SYS_BOOTPARAMS_LEN; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 329 | bd->bi_boot_params = addr_sp; |
| 330 | debug ("Reserving %dk for boot parameters at: %08lx\n", |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 331 | CONFIG_SYS_BOOTPARAMS_LEN >> 10, addr_sp); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 332 | |
| 333 | /* |
| 334 | * Finally, we set up a new (bigger) stack. |
| 335 | * |
| 336 | * Leave some safety gap for SP, force alignment on 16 byte boundary |
| 337 | * Clear initial stack frame |
| 338 | */ |
| 339 | addr_sp -= 16; |
| 340 | addr_sp &= ~0xF; |
Marian Balakowicz | 483a0cf | 2006-05-09 11:28:36 +0200 | [diff] [blame] | 341 | |
| 342 | paddr = (ulong *)addr_sp; |
| 343 | *paddr-- = 0; |
| 344 | *paddr-- = 0; |
| 345 | addr_sp = (ulong)paddr; |
Wolfgang Denk | 977b50f | 2006-05-10 17:43:20 +0200 | [diff] [blame] | 346 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 347 | debug ("Stack Pointer at: %08lx\n", addr_sp); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 348 | |
| 349 | /* |
| 350 | * Save local variables to board info struct |
| 351 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 352 | bd->bi_memstart = CONFIG_SYS_SDRAM_BASE; /* start of DRAM memory */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 353 | bd->bi_memsize = gd->ram_size; /* size of DRAM memory in bytes */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 354 | #ifdef CONFIG_SYS_INIT_RAM_ADDR |
| 355 | bd->bi_sramstart = CONFIG_SYS_INIT_RAM_ADDR; /* start of SRAM memory */ |
| 356 | bd->bi_sramsize = CONFIG_SYS_INIT_RAM_END; /* size of SRAM memory */ |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 357 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 358 | bd->bi_mbar_base = CONFIG_SYS_MBAR; /* base of internal registers */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 359 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 360 | bd->bi_bootflags = bootflag; /* boot / reboot flag (for LynxOS) */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 361 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 362 | WATCHDOG_RESET (); |
| 363 | bd->bi_intfreq = gd->cpu_clk; /* Internal Freq, in Hz */ |
| 364 | bd->bi_busfreq = gd->bus_clk; /* Bus Freq, in Hz */ |
TsiChungLiew | 8ae158c | 2007-08-16 15:05:11 -0500 | [diff] [blame] | 365 | #ifdef CONFIG_PCI |
| 366 | bd->bi_pcifreq = gd->pci_clk; /* PCI Freq in Hz */ |
| 367 | #endif |
| 368 | #ifdef CONFIG_EXTRA_CLOCK |
| 369 | bd->bi_inpfreq = gd->inp_clk; /* input Freq in Hz */ |
| 370 | bd->bi_vcofreq = gd->vco_clk; /* vco Freq in Hz */ |
| 371 | bd->bi_flbfreq = gd->flb_clk; /* flexbus Freq in Hz */ |
| 372 | #endif |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 373 | bd->bi_baudrate = gd->baudrate; /* Console Baudrate */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 374 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 375 | #ifdef CONFIG_SYS_EXTBDINFO |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 376 | strncpy (bd->bi_s_version, "1.2", sizeof (bd->bi_s_version)); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 377 | strncpy (bd->bi_r_version, U_BOOT_VERSION, sizeof (bd->bi_r_version)); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 378 | #endif |
| 379 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 380 | WATCHDOG_RESET (); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 381 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 382 | #ifdef CONFIG_POST |
| 383 | post_bootmode_init(); |
| 384 | post_run (NULL, POST_ROM | post_bootmode_get(0)); |
| 385 | #endif |
| 386 | |
| 387 | WATCHDOG_RESET(); |
| 388 | |
| 389 | memcpy (id, (void *)gd, sizeof (gd_t)); |
| 390 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 391 | debug ("Start relocate of code from %08x to %08lx\n", CONFIG_SYS_MONITOR_BASE, addr); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 392 | relocate_code (addr_sp, id, addr); |
| 393 | |
| 394 | /* NOTREACHED - jump_to_ram() does not return */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 395 | } |
| 396 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 397 | /************************************************************************ |
| 398 | * |
| 399 | * This is the next part if the initialization sequence: we are now |
| 400 | * running from RAM and have a "normal" C environment, i. e. global |
| 401 | * data can be written, BSS has been cleared, the stack size in not |
| 402 | * that critical any more, etc. |
| 403 | * |
| 404 | ************************************************************************ |
| 405 | */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 406 | void board_init_r (gd_t *id, ulong dest_addr) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 407 | { |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 408 | cmd_tbl_t *cmdtp; |
Richard Retanubun | dc26965 | 2009-03-23 13:35:48 -0400 | [diff] [blame] | 409 | char *s; |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 410 | bd_t *bd; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 411 | extern void malloc_bin_reloc (void); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 412 | |
Jean-Christophe PLAGNIOL-VILLARD | 93f6d72 | 2008-09-10 22:48:00 +0200 | [diff] [blame] | 413 | #ifndef CONFIG_ENV_IS_NOWHERE |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 414 | extern char * env_name_spec; |
| 415 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 416 | #ifndef CONFIG_SYS_NO_FLASH |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 417 | ulong flash_size; |
| 418 | #endif |
| 419 | gd = id; /* initialize RAM version of global data */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 420 | bd = gd->bd; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 421 | |
| 422 | gd->flags |= GD_FLG_RELOC; /* tell others: relocation done */ |
| 423 | |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 424 | #ifdef CONFIG_SERIAL_MULTI |
| 425 | serial_initialize(); |
| 426 | #endif |
| 427 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 428 | debug ("Now running in RAM - U-Boot at: %08lx\n", dest_addr); |
| 429 | |
| 430 | WATCHDOG_RESET (); |
| 431 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 432 | gd->reloc_off = dest_addr - CONFIG_SYS_MONITOR_BASE; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 433 | |
| 434 | monitor_flash_len = (ulong)&__init_end - dest_addr; |
| 435 | |
| 436 | /* |
| 437 | * We have to relocate the command table manually |
| 438 | */ |
| 439 | for (cmdtp = &__u_boot_cmd_start; cmdtp != &__u_boot_cmd_end; cmdtp++) { |
| 440 | ulong addr; |
| 441 | addr = (ulong) (cmdtp->cmd) + gd->reloc_off; |
| 442 | #if 0 |
| 443 | printf ("Command \"%s\": 0x%08lx => 0x%08lx\n", |
| 444 | cmdtp->name, (ulong) (cmdtp->cmd), addr); |
| 445 | #endif |
| 446 | cmdtp->cmd = |
| 447 | (int (*)(struct cmd_tbl_s *, int, int, char *[]))addr; |
| 448 | |
| 449 | addr = (ulong)(cmdtp->name) + gd->reloc_off; |
| 450 | cmdtp->name = (char *)addr; |
| 451 | |
| 452 | if (cmdtp->usage) { |
| 453 | addr = (ulong)(cmdtp->usage) + gd->reloc_off; |
| 454 | cmdtp->usage = (char *)addr; |
| 455 | } |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 456 | #ifdef CONFIG_SYS_LONGHELP |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 457 | if (cmdtp->help) { |
| 458 | addr = (ulong)(cmdtp->help) + gd->reloc_off; |
| 459 | cmdtp->help = (char *)addr; |
| 460 | } |
| 461 | #endif |
| 462 | } |
| 463 | /* there are some other pointer constants we must deal with */ |
Jean-Christophe PLAGNIOL-VILLARD | 93f6d72 | 2008-09-10 22:48:00 +0200 | [diff] [blame] | 464 | #ifndef CONFIG_ENV_IS_NOWHERE |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 465 | env_name_spec += gd->reloc_off; |
| 466 | #endif |
| 467 | |
| 468 | WATCHDOG_RESET (); |
| 469 | |
| 470 | #ifdef CONFIG_LOGBUFFER |
| 471 | logbuff_init_ptrs (); |
| 472 | #endif |
| 473 | #ifdef CONFIG_POST |
| 474 | post_output_backlog (); |
| 475 | post_reloc (); |
| 476 | #endif |
| 477 | WATCHDOG_RESET(); |
| 478 | |
| 479 | #if 0 |
| 480 | /* instruction cache enabled in cpu_init_f() for faster relocation */ |
| 481 | icache_enable (); /* it's time to enable the instruction cache */ |
| 482 | #endif |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 483 | |
| 484 | /* |
| 485 | * Setup trap handlers |
| 486 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 487 | trap_init (CONFIG_SYS_SDRAM_BASE); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 488 | |
Peter Tyser | d4e8ada | 2009-08-21 23:05:21 -0500 | [diff] [blame] | 489 | /* The Malloc area is immediately below the monitor copy in DRAM */ |
Peter Tyser | a483a16 | 2009-08-21 23:05:20 -0500 | [diff] [blame] | 490 | mem_malloc_init (CONFIG_SYS_MONITOR_BASE + gd->reloc_off - |
| 491 | TOTAL_MALLOC_LEN, TOTAL_MALLOC_LEN); |
Stefan Roese | c790b04 | 2009-05-11 15:50:12 +0200 | [diff] [blame] | 492 | malloc_bin_reloc (); |
| 493 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 494 | #if !defined(CONFIG_SYS_NO_FLASH) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 495 | puts ("FLASH: "); |
| 496 | |
| 497 | if ((flash_size = flash_init ()) > 0) { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 498 | # ifdef CONFIG_SYS_FLASH_CHECKSUM |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 499 | print_size (flash_size, ""); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 500 | /* |
| 501 | * Compute and print flash CRC if flashchecksum is set to 'y' |
| 502 | * |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 503 | * NOTE: Maybe we should add some WATCHDOG_RESET()? XXX |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 504 | */ |
| 505 | s = getenv ("flashchecksum"); |
| 506 | if (s && (*s == 'y')) { |
TsiChung Liew | 11d88b2 | 2009-06-12 13:03:34 +0000 | [diff] [blame] | 507 | printf (" CRC: %08X", |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 508 | crc32 (0, |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 509 | (const unsigned char *) CONFIG_SYS_FLASH_BASE, |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 510 | flash_size) |
| 511 | ); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 512 | } |
| 513 | putc ('\n'); |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 514 | # else /* !CONFIG_SYS_FLASH_CHECKSUM */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 515 | print_size (flash_size, "\n"); |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 516 | # endif /* CONFIG_SYS_FLASH_CHECKSUM */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 517 | } else { |
| 518 | puts (failed); |
| 519 | hang (); |
| 520 | } |
| 521 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 522 | bd->bi_flashstart = CONFIG_SYS_FLASH_BASE; /* update start of FLASH memory */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 523 | bd->bi_flashsize = flash_size; /* size of FLASH memory (final value) */ |
| 524 | bd->bi_flashoffset = 0; |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 525 | #else /* CONFIG_SYS_NO_FLASH */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 526 | bd->bi_flashsize = 0; |
| 527 | bd->bi_flashstart = 0; |
| 528 | bd->bi_flashoffset = 0; |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 529 | #endif /* !CONFIG_SYS_NO_FLASH */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 530 | |
| 531 | WATCHDOG_RESET (); |
| 532 | |
| 533 | /* initialize higher level parts of CPU like time base and timers */ |
| 534 | cpu_init_r (); |
| 535 | |
| 536 | WATCHDOG_RESET (); |
| 537 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 538 | #ifdef CONFIG_SPI |
Jean-Christophe PLAGNIOL-VILLARD | bb1f8b4 | 2008-09-05 09:19:30 +0200 | [diff] [blame] | 539 | # if !defined(CONFIG_ENV_IS_IN_EEPROM) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 540 | spi_init_f (); |
| 541 | # endif |
| 542 | spi_init_r (); |
| 543 | #endif |
| 544 | |
| 545 | /* relocate environment function pointers etc. */ |
| 546 | env_relocate (); |
| 547 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 548 | /* |
| 549 | * Fill in missing fields of bd_info. |
| 550 | * We do this here, where we have "normal" access to the |
| 551 | * environment; we used to do this still running from ROM, |
| 552 | * where had to use getenv_r(), which can be pretty slow when |
| 553 | * the environment is in EEPROM. |
| 554 | */ |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 555 | bd->bi_ip_addr = getenv_IPaddr ("ipaddr"); |
| 556 | |
| 557 | WATCHDOG_RESET (); |
| 558 | |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 559 | #if defined(CONFIG_PCI) |
| 560 | /* |
| 561 | * Do pci configuration |
| 562 | */ |
| 563 | pci_init (); |
| 564 | #endif |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 565 | |
| 566 | /** leave this here (after malloc(), environment and PCI are working) **/ |
Jean-Christophe PLAGNIOL-VILLARD | 52cb4d4 | 2009-05-16 12:14:54 +0200 | [diff] [blame] | 567 | /* Initialize stdio devices */ |
| 568 | stdio_init (); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 569 | |
| 570 | /* Initialize the jump table for applications */ |
| 571 | jumptable_init (); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 572 | |
| 573 | /* Initialize the console (after the relocation and devices init) */ |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 574 | console_init_r (); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 575 | |
stroese | e2c22d7 | 2004-12-16 17:55:22 +0000 | [diff] [blame] | 576 | #if defined(CONFIG_MISC_INIT_R) |
| 577 | /* miscellaneous platform dependent initialisations */ |
| 578 | misc_init_r (); |
| 579 | #endif |
| 580 | |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 581 | #if defined(CONFIG_CMD_KGDB) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 582 | WATCHDOG_RESET (); |
| 583 | puts ("KGDB: "); |
| 584 | kgdb_init (); |
| 585 | #endif |
| 586 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 587 | debug ("U-Boot relocated to %08lx\n", dest_addr); |
| 588 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 589 | /* |
| 590 | * Enable Interrupts |
| 591 | */ |
| 592 | interrupt_init (); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 593 | |
| 594 | /* Must happen after interrupts are initialized since |
| 595 | * an irq handler gets installed |
| 596 | */ |
| 597 | timer_init(); |
| 598 | |
wdenk | 42dfe7a | 2004-03-14 22:25:36 +0000 | [diff] [blame] | 599 | #ifdef CONFIG_SERIAL_SOFTWARE_FIFO |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 600 | serial_buffered_init(); |
| 601 | #endif |
| 602 | |
| 603 | #ifdef CONFIG_STATUS_LED |
| 604 | status_led_set (STATUS_LED_BOOT, STATUS_LED_BLINKING); |
| 605 | #endif |
| 606 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 607 | udelay (20); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 608 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 609 | set_timer (0); |
| 610 | |
| 611 | /* Insert function pointers now that we have relocated the code */ |
| 612 | |
| 613 | /* Initialize from environment */ |
| 614 | if ((s = getenv ("loadaddr")) != NULL) { |
| 615 | load_addr = simple_strtoul (s, NULL, 16); |
| 616 | } |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 617 | #if defined(CONFIG_CMD_NET) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 618 | if ((s = getenv ("bootfile")) != NULL) { |
| 619 | copy_filename (BootFile, s, sizeof (BootFile)); |
| 620 | } |
Jon Loeliger | b3aff0c | 2007-07-10 11:19:50 -0500 | [diff] [blame] | 621 | #endif |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 622 | |
| 623 | WATCHDOG_RESET (); |
| 624 | |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 625 | #if defined(CONFIG_CMD_DOC) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 626 | WATCHDOG_RESET (); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 627 | puts ("DOC: "); |
| 628 | doc_init (); |
| 629 | #endif |
| 630 | |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 631 | #if defined(CONFIG_CMD_NAND) |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 632 | WATCHDOG_RESET (); |
Markus Klotzbuecher | d860c34 | 2006-04-25 17:00:33 +0200 | [diff] [blame] | 633 | puts ("NAND: "); |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 634 | nand_init(); /* go init the NAND */ |
| 635 | #endif |
| 636 | |
Luigi 'Comio' Mantellini | 310cecb | 2009-10-10 12:42:21 +0200 | [diff] [blame] | 637 | #ifdef CONFIG_BITBANGMII |
| 638 | bb_miiphy_init(); |
| 639 | #endif |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 640 | #if defined(CONFIG_CMD_NET) |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 641 | WATCHDOG_RESET(); |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 642 | #if defined(FEC_ENET) |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 643 | eth_init(bd); |
| 644 | #endif |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 645 | #if defined(CONFIG_NET_MULTI) |
| 646 | puts ("Net: "); |
TsiChungLiew | ab77bc5 | 2007-08-15 15:39:17 -0500 | [diff] [blame] | 647 | eth_initialize (bd); |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 648 | #endif |
| 649 | #endif |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 650 | |
| 651 | #ifdef CONFIG_POST |
| 652 | post_run (NULL, POST_RAM | post_bootmode_get(0)); |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 653 | #endif |
| 654 | |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 655 | #if defined(CONFIG_CMD_PCMCIA) \ |
| 656 | && !defined(CONFIG_CMD_IDE) |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 657 | WATCHDOG_RESET (); |
| 658 | puts ("PCMCIA:"); |
| 659 | pcmcia_init (); |
| 660 | #endif |
| 661 | |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 662 | #if defined(CONFIG_CMD_IDE) |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 663 | WATCHDOG_RESET (); |
| 664 | puts ("IDE: "); |
| 665 | ide_init (); |
Stefan Roese | d61ea14 | 2007-08-15 14:51:27 +0200 | [diff] [blame] | 666 | #endif |
TsiChung Liew | 8e585f0 | 2007-06-18 13:50:13 -0500 | [diff] [blame] | 667 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 668 | #ifdef CONFIG_LAST_STAGE_INIT |
| 669 | WATCHDOG_RESET (); |
| 670 | /* |
| 671 | * Some parts can be only initialized if all others (like |
| 672 | * Interrupts) are up and running (i.e. the PC-style ISA |
| 673 | * keyboard). |
| 674 | */ |
| 675 | last_stage_init (); |
| 676 | #endif |
| 677 | |
Jon Loeliger | 7def6b3 | 2007-07-09 18:02:11 -0500 | [diff] [blame] | 678 | #if defined(CONFIG_CMD_BEDBUG) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 679 | WATCHDOG_RESET (); |
| 680 | bedbug_init (); |
| 681 | #endif |
| 682 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 683 | #if defined(CONFIG_PRAM) || defined(CONFIG_LOGBUFFER) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 684 | /* |
| 685 | * Export available size of memory for Linux, |
| 686 | * taking into account the protected RAM at top of memory |
| 687 | */ |
| 688 | { |
| 689 | ulong pram; |
TsiChung Liew | 6e37091 | 2008-06-24 12:12:16 -0500 | [diff] [blame] | 690 | char memsz[32]; |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 691 | #ifdef CONFIG_PRAM |
| 692 | char *s; |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 693 | |
| 694 | if ((s = getenv ("pram")) != NULL) { |
| 695 | pram = simple_strtoul (s, NULL, 10); |
| 696 | } else { |
| 697 | pram = CONFIG_PRAM; |
| 698 | } |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 699 | #else |
| 700 | pram=0; |
| 701 | #endif |
| 702 | #ifdef CONFIG_LOGBUFFER |
| 703 | /* Also take the logbuffer into account (pram is in kB) */ |
| 704 | pram += (LOGBUFF_LEN+LOGBUFF_OVERHEAD)/1024; |
| 705 | #endif |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 706 | sprintf (memsz, "%ldk", (bd->bi_memsize / 1024) - pram); |
| 707 | setenv ("mem", memsz); |
| 708 | } |
| 709 | #endif |
| 710 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 711 | #ifdef CONFIG_MODEM_SUPPORT |
| 712 | { |
| 713 | extern int do_mdm_init; |
| 714 | do_mdm_init = gd->do_mdm_init; |
| 715 | } |
| 716 | #endif |
| 717 | |
| 718 | #ifdef CONFIG_WATCHDOG |
| 719 | /* disable watchdog if environment is set */ |
| 720 | if ((s = getenv ("watchdog")) != NULL) { |
| 721 | if (strncmp (s, "off", 3) == 0) { |
| 722 | WATCHDOG_DISABLE (); |
| 723 | } |
| 724 | } |
| 725 | #endif /* CONFIG_WATCHDOG*/ |
| 726 | |
| 727 | |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 728 | /* Initialization complete - start the monitor */ |
| 729 | |
| 730 | /* main_loop() can return to retry autoboot, if so just run it again. */ |
| 731 | for (;;) { |
| 732 | WATCHDOG_RESET (); |
| 733 | main_loop (); |
| 734 | } |
| 735 | |
| 736 | /* NOTREACHED - no way out of command loop except booting */ |
| 737 | } |
| 738 | |
wdenk | bf9e3b3 | 2004-02-12 00:47:09 +0000 | [diff] [blame] | 739 | |
| 740 | void hang(void) |
wdenk | 4e5ca3e | 2003-12-08 01:34:36 +0000 | [diff] [blame] | 741 | { |
| 742 | puts ("### ERROR ### Please RESET the board ###\n"); |
| 743 | for (;;); |
| 744 | } |