
On Jul 25, 2011, at 2:28 PM, Wolfgang Denk wrote:
Dear Kumar,
In message 20110725175756.D2BD8138EED4@gemini.denx.de I wrote:
This is a MPC8555 based board:
CPU: 8555E, Version: 1.1, (0x80790011) Core: Unknown, Version: 2.0, (0x80200020)
THe do_reset() code is supposed to be the one from "arch/powerpc/cpu/mpc85xx/cpu.c"
The same (both the "Core: Unknown" and the "__fsl_ddr_set_lawbar: ERROR" issues) happens on the same board equipped with a MPC8541 processor:
CPU: 8541E, Version: 1.1, (0x807a0011) Core: Unknown, Version: 2.0, (0x80200020)
Note that old versions of U-Boot (like 1.3.0-rc2-g72e55d03 :-) used to print here:
CPU: 8541, Version: 1.1, (0x807a0011) Core: E500, Version: 2.0, (0x80200020)
Best regards,
Wolfgang Denk
Yeah, the 'unknown' issue was the other bug I was looking at ;)
- k