Stefan Reinauer wrote:
Also, do we want to die() on an assert?
Ideally I would like coreboot to be so structured that an assert just leads to the current "task" being aborted, and then we try to continue as best as possible.
It would be great to also have a panic room, but I agree that it should only be called fairly infrequently. Ie. I'd like to do away with die() in the long term.
//Peter