Joseph Smith wrote:
Well, at first I just tried a cpu reset: asm volatile ("jmp __cpu_reset");
and that seemed to skip memory initialization, but it hangs on trying to re-initialize devices that are already initialized.
Do you remember which devices those were?
I just tried the soft_reset and it does the same thing as asm volatile ("jmp __cpu_reset"); Just resets the cpu and not the pci devices, so for now the hard_reset is the way to go.
So, can I get an ACK?
Acked-by: Stefan Reinauer stepan@coresystems.de