HI David
I’m thinking I can use the SPRG0-3 regs to hold my data and a software reset. This seems to work fine - asm (" mtspr 272, %r3");
I don’t know a lot about PPC architecture, but I can’t figure out how the cause a software interrupt.
The MC_RGM handles the conditions but nothing I can locate indicates how to cause one.
Is the a special PPC instruction for softreset ?
Is there a system hardware block I need access ?
Thanks
Mark