
In message 42CAACB0.50101@IfEN.com you wrote:
I have a own board with an Virtex V2Pro (V2P30) an want to boot u-boot on the PPC. Starting from the demo-design for the ml300 demo board, I managed to compile u-boot 1.1.1 (1.1.2 fails when running the tcl-script with EDK 7.1) and could download and run u-boot on my PPC. However, u-boot stops after printing
You cannot just use a configuration for one board and expect it to work on a different board.
Ummm... well, actually you _can_ do that, but you should be prepared to fail.
### No HW ID - assuming ML300 DRAM: 128 MB
Seems your SDRAM initialization is misconfigured and/or broken.
I get no further output afterwards. Another strange thing is, that I only have 32MB RAM on board but not 128MB as the ml300 has. However, I could not find any hardcoded RAM size in the source files for the ml300.
Does anybody has an idea? I found the comment :
You missed to port U-Boot to your hardware. Go back to square 0. Read the README (porting guide section) and do what needs to be done.
in the ./lib_i386/board.c, however, there is no appropriate warning in
What has the x86 code to do with that? [Nothing!]
Best regards,
Wolfgang Denk