[coreboot] [v2] r4776 - trunk/coreboot-v2/src/arch/i386/lib

Peter Stuge peter at stuge.se
Thu Oct 15 18:51:23 CEST 2009


Stefan Reinauer wrote:
> > +	if (dst == (void *) -1) {
> > +		/* We should use die() here. */
> > +		print_emerg("Loading stage failed!\n");
> > +		for (;;);
> > +	}
> 
> Can we do for (;;) asm("hlt"); instead?

Can we not get die() to work?


//Peter




More information about the coreboot mailing list