
Hi!
I've got a little problem porting U-Boot to a Coldfire MCF5272 based platform. Everything's fine (now) up to the point where it relocates itself to RAM. See the boot message:
U-Boot 1.1.2 (May 16 2005 - 06:12:43)
CPU: MOTOROLA MCF5272 (Mask:1) Board: UNCLE platform rev 4 DRAM: SDTR=0xf505, SDCR=0x2213, size: 8 MB Top of RAM usable for U-Boot at: 0x00800000 Reserving 102k for U-Boot at: 0x007e6000 Reserving 256k for malloc() at: 0x007a6000 Reserving 64 Bytes for Board Info at: 0x007a5fc0 Reserving 48 Bytes for Global Data at: 0x007a5f90 Reserving 64k for boot parameters at: 0x00795f90 Stack Pointer at: 00795f78 New Stack Pointer is: 0x00795f78 Start relocate of code from 0xffe00400 to 0x007e6000
This is almost driving me crazy, I can't get it relocating - don't seem to find the missing peace :-(
Anybody any hints?