On Thu, 15 May 2008 12:13:21 +0200, Stefan Reinauer stepan@coresystems.de wrote:
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'm no sure if it is a particular device or just the act of the process. You can check the bootlog I posted here:
http://www.coreboot.org/pipermail/coreboot/2008-May/034814.html
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
r3322