[coreboot] suspend/resume in v3

Peter Stuge peter at stuge.se
Mon Sep 8 18:25:33 CEST 2008


ron minnich wrote:
> > Why would this not be possible? Change %sp and return.
> 
> if you change sp you really can not return. That's the issue.

disable_car() would actually return to the caller, but the caller may
make assumptions about the stack, correct?

Anyway, I think call (that will also never return) from disable_car()
is what I like best so far. But I don't think the new function should
be a parameter, we should be generic enough to always continue in the
same location.


//Peter




More information about the coreboot mailing list