Re: [U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Sorry for another self-followup... With the modified linker script, I already have a failure in board.c/board_init_f(): (gdb) break board.c:249 Breakpoint 1 at 0x4002089e: file board.c, line 249. (gdb) c Continuing. Breakpoint 1, board_init_f (bootflag=0) at board.c:249 249 memset ((

Re: [U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Hi, two more observations: - there are some entries in the linker script reminiscent from and embedded environment forcing .text from start.o, traps.o, interrupts.o, dlmalloc.o and zlib.o to the beginning of the .text section; if I remove these, U-Boot crashes without any output (did not

[U-Boot] U-Boot (porting) problem on MCF5445x board

2010-01-14 Thread Wolfgang Wegner
Hi list, I am trying to get U-Boot to run on my new MCF5445x board and have some problems. What I did: - use M54455EVB as a starting point (non-SBF mode) - comment out RAM setup to start U-Boot from the debugger [debugger does RAM setup with my init script] - change flexbus and clock settings f