
3 Apr
2006
3 Apr
'06
8:26 p.m.
Hello David,
David Ho wrote:
cpu/mpc8xx/cpu_init.c
#if defined(CFG_MPC8XX_RELOCATION_UPATCH) cpm_load_patch (immr); /* load mpc8xx microcode patch */ #endif
OK, so let's fix that instead. I think my original intention was to call this function unconditionally, because it s designed to touch only those registers that are needed for a specific mode. For example in your case, it will only program rpbase without trying to load any microcode.
Thanks for pointing it out.
Happy hacking, Vladimir